diff --git a/pylint-3.3.6-gh.tar.gz b/pylint-3.3.6-gh.tar.gz deleted file mode 100644 index 5bba6f6..0000000 --- a/pylint-3.3.6-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5a0f3da7beb89ef03fa4353e52fbf742daf2dea3dc57ef401957c2201dfeea5 -size 1456483 diff --git a/pylint-3.3.7-gh.tar.gz b/pylint-3.3.7-gh.tar.gz new file mode 100644 index 0000000..525dc00 --- /dev/null +++ b/pylint-3.3.7-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a10501d89b9257720844481b21a16137f7880af793971bdf871f78712f75b5ee +size 1457480 diff --git a/python-pylint.changes b/python-pylint.changes index ee058af..037071b 100644 --- a/python-pylint.changes +++ b/python-pylint.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Thu May 15 08:56:07 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 3.3.7 + * Comparisons between two calls to `type()` won't raise an + ``unidiomatic-typecheck`` warning anymore, consistent with + the behavior applied only for ``==`` previously. + * Fixed a crash when importing a class decorator that did not + exist with the same name as a class attribute after the class + definition. + * Fix a crash caused by malformed format strings when using + `.format` with keyword arguments. + * Using a slice as a class decorator now raises a ``not-callable`` + message instead of crashing. A lot of checks that dealt with + decorators (too many to list) are now shortcut if the decorator + can't immediately be inferred to a function or class definition. + * The algorithm used for ``no-member`` suggestions is now more + efficient and cuts the calculation when the distance score is + already above the threshold. + ------------------------------------------------------------------- Tue Apr 8 03:29:21 UTC 2025 - Steve Kowalik diff --git a/python-pylint.spec b/python-pylint.spec index 6593128..39e6815 100644 --- a/python-pylint.spec +++ b/python-pylint.spec @@ -19,7 +19,7 @@ %bcond_without tests %{?sle15_python_module_pythons} Name: python-pylint -Version: 3.3.6 +Version: 3.3.7 Release: 0 Summary: Syntax and style checker for Python code License: GPL-2.0-or-later