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: Thu Sep 28 15:56:42 UTC 2023
Modified Files:
pkgsrc/devel/py-pylint: Makefile distinfo
Log Message:
py-pylint: updated to 2.17.6
v2.17.6
Other Bug Fixes
When parsing comma-separated lists of regular expressions in the config,
ignore commas that are inside braces since those indicate quantifiers, not
delineation between expressions.
sys.argv is now always correctly considered as impossible to infer
(instead of using the actual values given to pylint).
Don't show class fields more than once in Pyreverse diagrams.
Don't show arrows more than once in Pyreverse diagrams.
Don't show duplicate type annotations in Pyreverse diagrams.
Don't add Optional to | annotations with None in Pyreverse diagrams.
To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 pkgsrc/devel/py-pylint/Makefile
cvs rdiff -u -r1.74 -r1.75 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.86 pkgsrc/devel/py-pylint/Makefile:1.87
--- pkgsrc/devel/py-pylint/Makefile:1.86 Wed Jul 26 15:29:02 2023
+++ pkgsrc/devel/py-pylint/Makefile Thu Sep 28 15:56:42 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.86 2023/07/26 15:29:02 adam Exp $
+# $NetBSD: Makefile,v 1.87 2023/09/28 15:56:42 adam Exp $
-DISTNAME= pylint-2.17.5
+DISTNAME= pylint-2.17.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pylint/}
@@ -11,7 +11,7 @@ COMMENT= Python source code analyzer
LICENSE= gnu-gpl-v2
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0.37.1:../../devel/py-wheel
-DEPENDS+= ${PYPKGPREFIX}-astroid>=2.15.6:../../devel/py-astroid
+DEPENDS+= ${PYPKGPREFIX}-astroid>=2.15.7:../../devel/py-astroid
DEPENDS+= ${PYPKGPREFIX}-dill>=0.3.6:../../textproc/py-dill
DEPENDS+= ${PYPKGPREFIX}-isort>=4.2.5:../../devel/py-isort
DEPENDS+= ${PYPKGPREFIX}-mccabe>=0.6:../../devel/py-mccabe
Index: pkgsrc/devel/py-pylint/distinfo
diff -u pkgsrc/devel/py-pylint/distinfo:1.74 pkgsrc/devel/py-pylint/distinfo:1.75
--- pkgsrc/devel/py-pylint/distinfo:1.74 Wed Jul 26 15:29:02 2023
+++ pkgsrc/devel/py-pylint/distinfo Thu Sep 28 15:56:42 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.74 2023/07/26 15:29:02 adam Exp $
+$NetBSD: distinfo,v 1.75 2023/09/28 15:56:42 adam Exp $
-BLAKE2s (pylint-2.17.5.tar.gz) = f7d38b2d8606b7c6036133384f5f5be9d14a956bf53b885e7b69943d552b1b33
-SHA512 (pylint-2.17.5.tar.gz) = 50067b5a041fc2c9c86b8696894f649cce2d8497d92882d171f6ca0d1de53be4b929f9214809cb15a1bf38a04e7e076c9041e507ea5043a457a56f0486653c3f
-Size (pylint-2.17.5.tar.gz) = 434567 bytes
+BLAKE2s (pylint-2.17.6.tar.gz) = 77314bb7957e3ff728210ef66d33b3d4bd164e8b8ac6fec32d8fb6048349d989
+SHA512 (pylint-2.17.6.tar.gz) = 8db18c8aab258589455709c6d1791d2ba5ede76f3cee2bddc94b3b59ecea08eaf984b0a5800524a8b849700667bb8c9c09588fc50dd0fd38a4ea0a42f7e186fa
+Size (pylint-2.17.6.tar.gz) = 434998 bytes
Home |
Main Index |
Thread Index |
Old Index