forked from pool/python-pylint
Accepting request 1005407 from home:stroeder:python
update to 2.15.3 OBS-URL: https://build.opensuse.org/request/show/1005407 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pylint?expand=0&rev=133
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4c311dbdbb3261ec999b0403587ae798c3e43adfe1f70c5a9102ba0b9ce317e8
|
|
||||||
size 1309122
|
|
3
pylint-2.15.3-gh.tar.gz
Normal file
3
pylint-2.15.3-gh.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ce3ee81320a2c721088bf28468984ac59b9c1867dc5f092fe9b4ee9fd1c70e61
|
||||||
|
size 1310617
|
@@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 22 12:45:04 UTC 2022 - Michael Ströder <michael@stroeder.com>
|
||||||
|
|
||||||
|
- 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 <dmueller@suse.com>
|
Mon Sep 12 20:22:59 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%bcond_without tests
|
%bcond_without tests
|
||||||
Name: python-pylint
|
Name: python-pylint
|
||||||
Version: 2.15.2
|
Version: 2.15.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Syntax and style checker for Python code
|
Summary: Syntax and style checker for Python code
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
Reference in New Issue
Block a user