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 Oct 10 09:52:28 UTC 2025
Modified Files:
pkgsrc/devel/py-pylint: Makefile distinfo
Log Message:
py-pylint: updated to 3.3.9
What's new in Pylint 3.3.9?
False Positives Fixed
Fix used-before-assignment for PEP 695 type aliases and parameters.
No longer flag undeprecated functions in importlib.resources as deprecated.
Fix false positive inconsistent-return-statements when using quit() or exit() functions.
Fix false positive undefined-variable (E0602) for for-loop variable shadowing patterns like for item in item: when the variable was previously defined.
To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 pkgsrc/devel/py-pylint/Makefile
cvs rdiff -u -r1.98 -r1.99 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.113 pkgsrc/devel/py-pylint/Makefile:1.114
--- pkgsrc/devel/py-pylint/Makefile:1.113 Thu Oct 9 08:07:28 2025
+++ pkgsrc/devel/py-pylint/Makefile Fri Oct 10 09:52:28 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.113 2025/10/09 08:07:28 wiz Exp $
+# $NetBSD: Makefile,v 1.114 2025/10/10 09:52:28 adam Exp $
-DISTNAME= pylint-3.3.8
+DISTNAME= pylint-3.3.9
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.98 pkgsrc/devel/py-pylint/distinfo:1.99
--- pkgsrc/devel/py-pylint/distinfo:1.98 Sun Aug 10 08:16:31 2025
+++ pkgsrc/devel/py-pylint/distinfo Fri Oct 10 09:52:28 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.98 2025/08/10 08:16:31 adam Exp $
+$NetBSD: distinfo,v 1.99 2025/10/10 09:52:28 adam Exp $
-BLAKE2s (pylint-3.3.8.tar.gz) = 0b384677e871a29b5a7eac4fa4992aac4c820577eeb78d9f30d73372fc441f62
-SHA512 (pylint-3.3.8.tar.gz) = a122f29e18d6e0f7b3db40b1a5372d0fd7b6469523a17dd9ffb8f25ef4731c99f0e64a16cb5b808061a61bb037836412e571dd934d1b4f5e5e00e665e6a645c7
-Size (pylint-3.3.8.tar.gz) = 1523947 bytes
+BLAKE2s (pylint-3.3.9.tar.gz) = 4b068cc5051bdfbba254fd4b6673ecfa02f407c622c6d0f9e3e0b7e452842f97
+SHA512 (pylint-3.3.9.tar.gz) = d84119be04e002fed5dda4beb953f0e280b6f69490661bfdb06d9e6c5bc7f2784cde01fb94b1cd5fc277c414b930d44b4719d1aa02cb9228461f5ea492a5797b
+Size (pylint-3.3.9.tar.gz) = 1525946 bytes
Home |
Main Index |
Thread Index |
Old Index