14
0
forked from pool/python-pylint

Accepting request 1005486 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1005486
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pylint?expand=0&rev=30
This commit is contained in:
2022-09-23 12:15:17 +00:00
committed by Git OBS Bridge
4 changed files with 19 additions and 4 deletions

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ce3ee81320a2c721088bf28468984ac59b9c1867dc5f092fe9b4ee9fd1c70e61
size 1310617

View File

@@ -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>

View File

@@ -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