diff --git a/pylint-2.15.2-gh.tar.gz b/pylint-2.15.2-gh.tar.gz deleted file mode 100644 index 44c9b8c..0000000 --- a/pylint-2.15.2-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4c311dbdbb3261ec999b0403587ae798c3e43adfe1f70c5a9102ba0b9ce317e8 -size 1309122 diff --git a/pylint-2.15.3-gh.tar.gz b/pylint-2.15.3-gh.tar.gz new file mode 100644 index 0000000..5e62545 --- /dev/null +++ b/pylint-2.15.3-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce3ee81320a2c721088bf28468984ac59b9c1867dc5f092fe9b4ee9fd1c70e61 +size 1310617 diff --git a/python-pylint.changes b/python-pylint.changes index 277d269..4201d38 100644 --- a/python-pylint.changes +++ b/python-pylint.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Sep 22 12:45:04 UTC 2022 - Michael Ströder + +- update to 2.15.3 + * Fixed a crash in the unhashable-member checker when using a lambda as a dict key. 7453 + * Fix a crash in the modified-iterating-dict checker involving + instance attributes. #7461 + * invalid-class-object does not crash anymore when __class__ is assigned + alongside another variable. #7467 + * Fix false positive for global-variable-not-assigned when a global + variable is re-assigned via an ImportFrom node. #4809 + * Fix false positive for undefined-loop-variable in for-else loops that + use a function having a return type annotation of NoReturn or Never. #7311 + * --help-msg now accepts a comma-separated list of message IDs again. #7471 + ------------------------------------------------------------------- Mon Sep 12 20:22:59 UTC 2022 - Dirk Müller diff --git a/python-pylint.spec b/python-pylint.spec index f95784e..7736341 100644 --- a/python-pylint.spec +++ b/python-pylint.spec @@ -18,7 +18,7 @@ %bcond_without tests Name: python-pylint -Version: 2.15.2 +Version: 2.15.3 Release: 0 Summary: Syntax and style checker for Python code License: GPL-2.0-or-later