diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-12-15 08:18:33 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-12-14 17:03:49 -0800 |
commit | 6580c4bb38ece6f0775c550e36ee5da89352d500 (patch) | |
tree | 2712b0b9922a3b7ed727c0c0bc77ba87f288a723 | |
parent | 236bf067d420b1a7747697989a06735f34924fe6 (diff) | |
download | meta-openembedded-6580c4bb38ece6f0775c550e36ee5da89352d500.tar.gz |
python3-pylint: upgrade 3.0.2 -> 3.0.3
Changelog:
===========
-Fixed false positive for unnecessary-lambda when the call has keyword
arguments but not the lambda.
-Fixed incorrect suggestion for shallow copy in unnecessary-comprehension
-Fix false positives for undefined-variable and unused-argument for
classes and functions using Python 3.12 generic type syntax.
-Fixed pointless-string-statement false positive for docstrings
on Python 3.12 type aliases.
-Fix false positive for invalid-exception-operation when concatenating tuples
of exception types.
-Fix a bug where pylint was unable to walk recursively through a directory if
the directory has an __init__.py file.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pylint_3.0.3.bb (renamed from meta-python/recipes-devtools/python/python3-pylint_3.0.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pylint_3.0.2.bb b/meta-python/recipes-devtools/python/python3-pylint_3.0.3.bb index 8af74b7cb..09ab1f26f 100644 --- a/meta-python/recipes-devtools/python/python3-pylint_3.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-pylint_3.0.3.bb | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c107cf754550e65755c42985a5d4e9c9" | |||
6 | SRC_URI += "git://github.com/pylint-dev/pylint;branch=maintenance/3.0.x;protocol=https \ | 6 | SRC_URI += "git://github.com/pylint-dev/pylint;branch=maintenance/3.0.x;protocol=https \ |
7 | file://run-ptest \ | 7 | file://run-ptest \ |
8 | " | 8 | " |
9 | SRCREV = "efee9618894795cc8847727108522aa79431ee25" | 9 | SRCREV = "1a5ffc1f447b77071ffe18a9c6836c09147ee2ed" |
10 | 10 | ||
11 | inherit python_setuptools_build_meta ptest | 11 | inherit python_setuptools_build_meta ptest |
12 | 12 | ||