diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-10-23 16:26:11 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-10-23 08:05:01 -0700 |
commit | 4a1e10c269b078acad7c9589450aa7b63f3691d4 (patch) | |
tree | c4a3b7a01f5774bbf55c2b1d3794352c4d738a06 | |
parent | 9a14fa7dd275fbbee049ece3948cf8ac67c8627b (diff) | |
download | meta-openembedded-4a1e10c269b078acad7c9589450aa7b63f3691d4.tar.gz |
python3-pylint: upgrade 3.0.0 -> 3.0.1
Changelog:
=============
-Fixed false positive for inherit-non-class for generic Protocols.
-Fix a crash when an enum class which is also decorated with a
dataclasses.dataclass decorator is defined.
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.1.bb (renamed from meta-python/recipes-devtools/python/python3-pylint_3.0.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pylint_3.0.0.bb b/meta-python/recipes-devtools/python/python3-pylint_3.0.1.bb index bd2faa5b5a..7de38b768f 100644 --- a/meta-python/recipes-devtools/python/python3-pylint_3.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-pylint_3.0.1.bb | |||
@@ -7,7 +7,7 @@ SRC_URI += " \ | |||
7 | git://github.com/pylint-dev/pylint;branch=main;protocol=https \ | 7 | git://github.com/pylint-dev/pylint;branch=main;protocol=https \ |
8 | file://run-ptest \ | 8 | file://run-ptest \ |
9 | " | 9 | " |
10 | SRCREV ?= "4a7ad5ea9f1c5a98ccf736578a00554be0da6dc7" | 10 | SRCREV ?= "f2cded41f7f3d4b45236cbe107b366b6caf84bde" |
11 | 11 | ||
12 | inherit python_setuptools_build_meta ptest | 12 | inherit python_setuptools_build_meta ptest |
13 | 13 | ||