diff --git a/pylint-4.0.3-gh.tar.gz b/pylint-4.0.3-gh.tar.gz deleted file mode 100644 index af1b6c6..0000000 --- a/pylint-4.0.3-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7c726c7d28fbdb7e0a3c984233467147e718b87084cdc9c7831b746538d7889 -size 1508958 diff --git a/pylint-4.0.4-gh.tar.gz b/pylint-4.0.4-gh.tar.gz new file mode 100644 index 0000000..afa94ed --- /dev/null +++ b/pylint-4.0.4-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c023e0aac2a766115ce76631290b609a6b23c2f2e77a014f8463f970c4cf6d14 +size 1509805 diff --git a/python-pylint.changes b/python-pylint.changes index 9438b53..066e4df 100644 --- a/python-pylint.changes +++ b/python-pylint.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Jan 26 08:08:45 UTC 2026 - Dirk Müller + +- 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 diff --git a/python-pylint.spec b/python-pylint.spec index 06083d5..0beeac7 100644 --- a/python-pylint.spec +++ b/python-pylint.spec @@ -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