pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-pylint
Module Name: pkgsrc
Committed By: adam
Date: Wed May 7 07:26:04 UTC 2025
Modified Files:
pkgsrc/devel/py-pylint: Makefile distinfo
Log Message:
py-pylint: updated to 3.3.7
What's new in Pylint 3.3.7?
False Positives Fixed
- Comparisons between two calls to `type()` won't raise an ``unidiomatic-typecheck`` warning anymore, consistent with the behavior applied only for ``==`` previously.
Other Bug Fixes
- 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.
Other Changes
- The algorithm used for ``no-member`` suggestions is now more efficient and cuts the
calculation when the distance score is already above the threshold.
To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 pkgsrc/devel/py-pylint/Makefile
cvs rdiff -u -r1.96 -r1.97 pkgsrc/devel/py-pylint/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-pylint/Makefile
diff -u pkgsrc/devel/py-pylint/Makefile:1.110 pkgsrc/devel/py-pylint/Makefile:1.111
--- pkgsrc/devel/py-pylint/Makefile:1.110 Sat Apr 12 11:42:12 2025
+++ pkgsrc/devel/py-pylint/Makefile Wed May 7 07:26:04 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.110 2025/04/12 11:42:12 adam Exp $
+# $NetBSD: Makefile,v 1.111 2025/05/07 07:26:04 adam Exp $
-DISTNAME= pylint-3.3.6
+DISTNAME= pylint-3.3.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pylint/}
Index: pkgsrc/devel/py-pylint/distinfo
diff -u pkgsrc/devel/py-pylint/distinfo:1.96 pkgsrc/devel/py-pylint/distinfo:1.97
--- pkgsrc/devel/py-pylint/distinfo:1.96 Sat Apr 12 11:42:12 2025
+++ pkgsrc/devel/py-pylint/distinfo Wed May 7 07:26:04 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.96 2025/04/12 11:42:12 adam Exp $
+$NetBSD: distinfo,v 1.97 2025/05/07 07:26:04 adam Exp $
-BLAKE2s (pylint-3.3.6.tar.gz) = 0af4efaff16e14201d2b36610d8b353d4cea849a6d0f97de7b7d88658e68a80c
-SHA512 (pylint-3.3.6.tar.gz) = 0a7150152acdc8077f8618c4d15f0054ae484431d44173c414064a17b21bd36de2c125cb105a461f5aac14e68297d70752a80e39d25d215e6c2d5805f5fa3063
-Size (pylint-3.3.6.tar.gz) = 1519586 bytes
+BLAKE2s (pylint-3.3.7.tar.gz) = 5653d3fa73fd8988808d0cc3880cfa16c9cda92f9536e111d38fc38fd63f7d50
+SHA512 (pylint-3.3.7.tar.gz) = 440c4ef0ef76746248a25711ce4db3d9427d358d4ee2e889c4cfebd54ed57243c2c2fad02aceb458b23a3fbe7a1455585c04a0c6c9e07fb292c4700318556873
+Size (pylint-3.3.7.tar.gz) = 1520709 bytes
Home |
Main Index |
Thread Index |
Old Index