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: Tue Dec 2 07:13:01 UTC 2025
Modified Files:
pkgsrc/devel/py-pylint: Makefile distinfo
Log Message:
py-pylint: updated to 4.0.4
4.0.4
False Positives Fixed
- Fixed false positive for ``invalid-name`` where module-level constants were incorrectly classified as variables when a class-level attribute with the same name exists.
- Fix a false positive for ``invalid-name`` on an UPPER_CASED name inside an ``if`` branch that assigns an object.
To generate a diff of this commit:
cvs rdiff -u -r1.117 -r1.118 pkgsrc/devel/py-pylint/Makefile
cvs rdiff -u -r1.102 -r1.103 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.117 pkgsrc/devel/py-pylint/Makefile:1.118
--- pkgsrc/devel/py-pylint/Makefile:1.117 Fri Nov 14 13:48:36 2025
+++ pkgsrc/devel/py-pylint/Makefile Tue Dec 2 07:13:01 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.117 2025/11/14 13:48:36 adam Exp $
+# $NetBSD: Makefile,v 1.118 2025/12/02 07:13:01 adam Exp $
-DISTNAME= pylint-4.0.3
+DISTNAME= pylint-4.0.4
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.102 pkgsrc/devel/py-pylint/distinfo:1.103
--- pkgsrc/devel/py-pylint/distinfo:1.102 Fri Nov 14 13:48:36 2025
+++ pkgsrc/devel/py-pylint/distinfo Tue Dec 2 07:13:01 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.102 2025/11/14 13:48:36 adam Exp $
+$NetBSD: distinfo,v 1.103 2025/12/02 07:13:01 adam Exp $
-BLAKE2s (pylint-4.0.3.tar.gz) = fa4f0199ea0e903990186006acebfc1dbe9d90bf36c06e6013a29c2777c6e2bb
-SHA512 (pylint-4.0.3.tar.gz) = fe93d023d45d9b33ec17007fb92d01cafbebdab01491e5f33a19b906c303542f35195b8280c6dae8cc6435472cb0e4ef20dd12f3f994f1dd2708f830640df3c4
-Size (pylint-4.0.3.tar.gz) = 1570368 bytes
+BLAKE2s (pylint-4.0.4.tar.gz) = e61881a5e828ccbc80795b2d13ef695cf1bf364e2c969dce8a504f24bd86504c
+SHA512 (pylint-4.0.4.tar.gz) = f5b2253b9a25f9d121e536823f38e4420f1c7fb78b2aa812a9c4feb4d075c2371e01f2ec5138b65d385cc7a096e51ef0f47afe16f11bdfbec5a9ecc6038fa2d4
+Size (pylint-4.0.4.tar.gz) = 1571735 bytes
Home |
Main Index |
Thread Index |
Old Index