forked from pool/python-pylint
Accepting request 1329152 from devel:languages:python
- update to 4.0.4:
* Fixed false positive for ``invalid-name`` where module-level
constants were incorrectly classified as variables when a
class-level attribute with the same name exists.
* Closes #10719
* Fix a false positive for ``invalid-name`` on an UPPER_CASED
name inside an ``if`` branch that assigns an object.
* Closes #10745
OBS-URL: https://build.opensuse.org/request/show/1329152
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pylint?expand=0&rev=52
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a7c726c7d28fbdb7e0a3c984233467147e718b87084cdc9c7831b746538d7889
|
||||
size 1508958
|
||||
3
pylint-4.0.4-gh.tar.gz
Normal file
3
pylint-4.0.4-gh.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c023e0aac2a766115ce76631290b609a6b23c2f2e77a014f8463f970c4cf6d14
|
||||
size 1509805
|
||||
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 26 08:08:45 UTC 2026 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 4.0.4:
|
||||
* Fixed false positive for ``invalid-name`` where module-level
|
||||
constants were incorrectly classified as variables when a
|
||||
class-level attribute with the same name exists.
|
||||
* Closes #10719
|
||||
* Fix a false positive for ``invalid-name`` on an UPPER_CASED
|
||||
name inside an ``if`` branch that assigns an object.
|
||||
* Closes #10745
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 17 04:33:49 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pylint
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -24,7 +24,7 @@
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pylint
|
||||
Version: 4.0.3
|
||||
Version: 4.0.4
|
||||
Release: 0
|
||||
Summary: Syntax and style checker for Python code
|
||||
License: GPL-2.0-or-later
|
||||
|
||||
Reference in New Issue
Block a user