diff options
author | Trevor Gamblin <tgamblin@baylibre.com> | 2023-05-15 10:06:26 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-05-15 09:37:58 -0700 |
commit | 08de5f3969aabb2e71ef04d2d1a210ed1fb72cc2 (patch) | |
tree | 1e29fd6d31bb03b50323a5f0166d42cc31674307 /meta-python | |
parent | 05acb8d0661d7dd42c760075e623e3ee7b0a37f6 (diff) | |
download | meta-openembedded-08de5f3969aabb2e71ef04d2d1a210ed1fb72cc2.tar.gz |
python3-pylint: upgrade 2.17.3 -> 2.17.4
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pylint_2.17.4.bb (renamed from meta-python/recipes-devtools/python/python3-pylint_2.17.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
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 index 4a082066b6..c20d912599 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 += " \ | |||
8 | file://run-ptest \ | 8 | file://run-ptest \ |
9 | file://0001-pyproject.toml-Remove-hard-coded-dependencies.patch \ | 9 | file://0001-pyproject.toml-Remove-hard-coded-dependencies.patch \ |
10 | " | 10 | " |
11 | SRCREV ?= "389e14c36819cb87190fd412d3f366a3283f0078" | 11 | SRCREV ?= "fc34a4b6abe56f3ac07ca15d846b1c1955545f85" |
12 | 12 | ||
13 | inherit python_setuptools_build_meta ptest | 13 | inherit python_setuptools_build_meta ptest |
14 | 14 | ||