From 2cbcf87f84f74ad84bc82e058531cc68355596fe1842dd39f3d93ac1bb53c0fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 17 Oct 2022 13:11:43 +0000 Subject: [PATCH] Accepting request 1012069 from home:stroeder:python update to 2.15.4 OBS-URL: https://build.opensuse.org/request/show/1012069 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylint?expand=0&rev=137 --- pylint-2.15.3-gh.tar.gz | 3 --- pylint-2.15.4-gh.tar.gz | 3 +++ python-pylint.changes | 26 ++++++++++++++++++++++++++ python-pylint.spec | 2 +- 4 files changed, 30 insertions(+), 4 deletions(-) delete mode 100644 pylint-2.15.3-gh.tar.gz create mode 100644 pylint-2.15.4-gh.tar.gz diff --git a/pylint-2.15.3-gh.tar.gz b/pylint-2.15.3-gh.tar.gz deleted file mode 100644 index 5e62545..0000000 --- a/pylint-2.15.3-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce3ee81320a2c721088bf28468984ac59b9c1867dc5f092fe9b4ee9fd1c70e61 -size 1310617 diff --git a/pylint-2.15.4-gh.tar.gz b/pylint-2.15.4-gh.tar.gz new file mode 100644 index 0000000..ac72f5d --- /dev/null +++ b/pylint-2.15.4-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a7e31b6b873a7216d022a8cc0533dc5d9623c4939154f8d8bc08839996e8027 +size 1312017 diff --git a/python-pylint.changes b/python-pylint.changes index 26531a7..95ede82 100644 --- a/python-pylint.changes +++ b/python-pylint.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Mon Oct 17 09:46:45 UTC 2022 - Michael Ströder + +- update to 2.15.4 + * False Positives Fixed + - Fix the message for unnecessary-dunder-call for __aiter__ and + __aneext__. Also only emit the warning when py-version >= 3.10. Closes #7529 + * Other Bug Fixes + - Fix bug in detecting unused-variable when iterating on variable. Closes #3044 + - Fixed handling of -- as separator between positional arguments and flags. + This was not actually fixed in 2.14.5. Closes #7003, Refs #7096 + - Report no-self-argument rather than no-method-argument for methods + with variadic arguments. Closes #7507 + - Fixed an issue where syntax-error couldn't be raised on files with + invalid encodings. Closes #7522 + - Fix false positive for redefined-outer-name when aliasing typing + e.g. as t and guarding imports under t.TYPE_CHECKING. Closes #7524 + - Fixed a crash of the modified_iterating checker when iterating on a set + defined as a class attribute. Closes #7528 + - Fix bug in scanning of names inside arguments to typing.Literal. + See https://peps.python.org/pep-0586/#literals-enums-and-forward-references + for details. Refs #3299 + * Other Changes + - Add method name to the error messages of no-method-argument and + no-self-argument. Closes #7507 + ------------------------------------------------------------------- Fri Sep 23 20:30:45 UTC 2022 - Ben Greiner diff --git a/python-pylint.spec b/python-pylint.spec index 9b957ea..e35ba60 100644 --- a/python-pylint.spec +++ b/python-pylint.spec @@ -18,7 +18,7 @@ %bcond_without tests Name: python-pylint -Version: 2.15.3 +Version: 2.15.4 Release: 0 Summary: Syntax and style checker for Python code License: GPL-2.0-or-later