diff mbox series

[meta-python,1/2] python3-pylint: upgrade 2.17.3 -> 2.17.4

Message ID 20230515140627.2103801-1-tgamblin@baylibre.com
State Under Review
Headers show
Series [meta-python,1/2] python3-pylint: upgrade 2.17.3 -> 2.17.4 | expand

Commit Message

Trevor Gamblin May 15, 2023, 2:06 p.m. UTC
This upgrade fixes most of the ptest errors that have been seen with
pylint, which were caused by a tomlkit issue. Changelog (see also
https://github.com/pylint-dev/pylint/releases/tag/v2.17.4):

False Positives Fixed

- Fix a false positive for bad-dunder-name when there is a
user-defined __index__ method. Closes #8613

Other Bug Fixes

- pyreverse: added escaping of vertical bar character in annotation
labels produced by DOT printer to ensure it is not treated as field
separator of record-based nodes. Closes #8603

- Fixed a crash when generating a configuration file:
tomlkit.exceptions.TOMLKitError: Can't add a table to a dotted key
caused by tomlkit v0.11.8. Closes #8632

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
---
 .../{python3-pylint_2.17.3.bb => python3-pylint_2.17.4.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-pylint_2.17.3.bb => python3-pylint_2.17.4.bb} (96%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pylint_2.17.3.bb b/meta-python/recipes-devtools/python/python3-pylint_2.17.4.bb
similarity index 96%
rename from meta-python/recipes-devtools/python/python3-pylint_2.17.3.bb
rename to meta-python/recipes-devtools/python/python3-pylint_2.17.4.bb
index 4a082066b..c20d91259 100644
--- a/meta-python/recipes-devtools/python/python3-pylint_2.17.3.bb
+++ b/meta-python/recipes-devtools/python/python3-pylint_2.17.4.bb
@@ -8,7 +8,7 @@  SRC_URI += " \
         file://run-ptest \
         file://0001-pyproject.toml-Remove-hard-coded-dependencies.patch \
         "
-SRCREV ?= "389e14c36819cb87190fd412d3f366a3283f0078"
+SRCREV ?= "fc34a4b6abe56f3ac07ca15d846b1c1955545f85"
 
 inherit python_setuptools_build_meta ptest