diff --git a/pylint-3.3.1.tar.gz b/pylint-3.3.1.tar.gz deleted file mode 100644 index 2623cf3e631066fafefce3558084976eb1f84958..0000000000000000000000000000000000000000 Binary files a/pylint-3.3.1.tar.gz and /dev/null differ diff --git a/pylint-3.3.4.tar.gz b/pylint-3.3.4.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..0d0a18b0971298ba87b1a2f0fbad47987311517e Binary files /dev/null and b/pylint-3.3.4.tar.gz differ diff --git a/pylint.spec b/pylint.spec index 5d6bd45da74be6259bf77c67778edfe710f132d4..6f6c9979a67e73764613ed48f019dd2cdd61128c 100644 --- a/pylint.spec +++ b/pylint.spec @@ -1,5 +1,5 @@ Name: pylint -Version: 3.3.1 +Version: 3.3.4 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 +* Sat Feb 08 2025 maqi - 3.3.4-1 +- Update to 3.3.4 +- Fixes "skipped files" count calculation; the previous method was displaying an arbitrary number. +- Fixes a crash that occurred when pylint was run in a container on a host with cgroupsv2 and restrictions on CPU usage. +- Relaxed the requirements for isort so pylint can benefit from isort 6. + * Sun Sep 29 2024 wangkai <13474090681@163.com> - 3.3.1-1 - Update to 3.3.1