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: Fri Jun 7 05:27:40 UTC 2024
Modified Files:
pkgsrc/devel/py-pylint: Makefile distinfo
Log Message:
py-pylint: updated to 3.2.3
What's new in Pylint 3.2.3?
False Positives Fixed
- Classes with only an Ellipsis (``...``) in their body do not trigger 'multiple-statements'
anymore if they are inlined (in accordance with black's 2024 style).
- Fix a false positive for ``redefined-outer-name`` when there is a name defined in an exception-handling block which shares the same name as a local variable that has been defined in a function body.
- Fix a false positive for ``use-yield-from`` when using the return value from the ``yield`` atom.
To generate a diff of this commit:
cvs rdiff -u -r1.97 -r1.98 pkgsrc/devel/py-pylint/Makefile
cvs rdiff -u -r1.84 -r1.85 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.97 pkgsrc/devel/py-pylint/Makefile:1.98
--- pkgsrc/devel/py-pylint/Makefile:1.97 Mon May 20 19:54:24 2024
+++ pkgsrc/devel/py-pylint/Makefile Fri Jun 7 05:27:40 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.97 2024/05/20 19:54:24 adam Exp $
+# $NetBSD: Makefile,v 1.98 2024/06/07 05:27:40 adam Exp $
-DISTNAME= pylint-3.2.2
+DISTNAME= pylint-3.2.3
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.84 pkgsrc/devel/py-pylint/distinfo:1.85
--- pkgsrc/devel/py-pylint/distinfo:1.84 Mon May 20 19:54:24 2024
+++ pkgsrc/devel/py-pylint/distinfo Fri Jun 7 05:27:40 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.84 2024/05/20 19:54:24 adam Exp $
+$NetBSD: distinfo,v 1.85 2024/06/07 05:27:40 adam Exp $
-BLAKE2s (pylint-3.2.2.tar.gz) = d08d38b96a541b8b8966db8b3f37ba714ef7971153a6f814e5681423cd251722
-SHA512 (pylint-3.2.2.tar.gz) = 708a5d3b6747359526b498cc7c07c5c12f3666cf31eaf5f270e56bdc820ac7427418afca55f55139cdf7e02dca1379b568c60bcd5fc68c1d02b21cea48b62f6c
-Size (pylint-3.2.2.tar.gz) = 1505895 bytes
+BLAKE2s (pylint-3.2.3.tar.gz) = f32e3bb05c9f5801770c93babf2c602ba7a44cf7c0db184f26b64f295dd9262a
+SHA512 (pylint-3.2.3.tar.gz) = 51afa3b8607468d8eba9be0cd476311fc058455fcc28e135241ce0ef75ddf53e1690b8fff89d7f597c2ef501f4cde66ee5053c69078cb55645b384d7b249294d
+Size (pylint-3.2.3.tar.gz) = 1506739 bytes
Home |
Main Index |
Thread Index |
Old Index