diff --git a/pylint-3.3.2.tar.gz b/pylint-3.3.2.tar.gz deleted file mode 100644 index ee12a4d026f25fe9d65a05b04ef3a52397c47add..0000000000000000000000000000000000000000 Binary files a/pylint-3.3.2.tar.gz and /dev/null differ diff --git a/pylint-3.3.8.tar.gz b/pylint-3.3.8.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d24d8a18f829d0782b340304b4b12afa21ca6c45 Binary files /dev/null and b/pylint-3.3.8.tar.gz differ diff --git a/pylint.spec b/pylint.spec index 248e8382556b65b63b1773acd26321c87735e1da..593eb039c91457334becacfcfaa33275925b9e2b 100644 --- a/pylint.spec +++ b/pylint.spec @@ -1,5 +1,5 @@ Name: pylint -Version: 3.3.2 +Version: 3.3.8 Release: 1 Summary: Analyzes Python code looking for bugs and signs of poor quality License: GPL-2.0-or-later @@ -96,6 +96,12 @@ done %{_bindir}/*-%{python3_version} %changelog +* Wed Aug 20 2025 zhang_wenyu - 3.3.8-1 +- update pylint to 3.3.8 + * Fix false positives for possibly-used-before-assignment when variables are exhaustivelyassigned within a match block + * Fix false positive for missing-raises-doc and missing-yield-doc when the method length is less than docstring-min-length + * Fix a false positive for unused-variable when multiple except handlers bind the same name under a try block + * Thu Jul 10 2025 openeuler_bot - 3.3.2-1 - update pylint to 3.3.2