diff mbox series

[meta-python] python3-pylint: upgrade 3.0.0 -> 3.0.1

Message ID 1698049571-24831-1-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-pylint: upgrade 3.0.0 -> 3.0.1 | expand

Commit Message

Mingyu Wang (Fujitsu) Oct. 23, 2023, 8:26 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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>
---
 .../python/{python3-pylint_3.0.0.bb => python3-pylint_3.0.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pylint_3.0.0.bb => python3-pylint_3.0.1.bb} (96%)
diff mbox series

Patch

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
similarity index 96%
rename from meta-python/recipes-devtools/python/python3-pylint_3.0.0.bb
rename to 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 += " \
         git://github.com/pylint-dev/pylint;branch=main;protocol=https \
         file://run-ptest \
         "
-SRCREV ?= "4a7ad5ea9f1c5a98ccf736578a00554be0da6dc7"
+SRCREV ?= "f2cded41f7f3d4b45236cbe107b366b6caf84bde"
 
 inherit python_setuptools_build_meta ptest