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 Jul 26 15:29:02 UTC 2023

Modified Files:
        pkgsrc/devel/py-pylint: Makefile distinfo

Log Message:
py-pylint: updated to 2.17.5

What's new in Pylint 2.17.5?

False Positives Fixed

Fix a false positive for unused-variable when there is an import in a
if TYPE_CHECKING: block and allow-global-unused-variables is set to
no in the configuration.

Fix false positives generated when supplying arguments as **kwargs to IO
calls like open().

Fix a false positive where pylint was ignoring method calls annotated as
NoReturn during the inconsistent-return-statements check.

Exempt parents with only type annotations from the invalid-enum-extension
message.


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 pkgsrc/devel/py-pylint/Makefile
cvs rdiff -u -r1.73 -r1.74 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.85 pkgsrc/devel/py-pylint/Makefile:1.86
--- pkgsrc/devel/py-pylint/Makefile:1.85        Sun May  7 08:10:29 2023
+++ pkgsrc/devel/py-pylint/Makefile     Wed Jul 26 15:29:02 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.85 2023/05/07 08:10:29 adam Exp $
+# $NetBSD: Makefile,v 1.86 2023/07/26 15:29:02 adam Exp $
 
-DISTNAME=      pylint-2.17.4
+DISTNAME=      pylint-2.17.5
 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.4:../../devel/py-astroid
+DEPENDS+=      ${PYPKGPREFIX}-astroid>=2.15.6:../../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.73 pkgsrc/devel/py-pylint/distinfo:1.74
--- pkgsrc/devel/py-pylint/distinfo:1.73        Sun May  7 08:10:29 2023
+++ pkgsrc/devel/py-pylint/distinfo     Wed Jul 26 15:29:02 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.73 2023/05/07 08:10:29 adam Exp $
+$NetBSD: distinfo,v 1.74 2023/07/26 15:29:02 adam Exp $
 
-BLAKE2s (pylint-2.17.4.tar.gz) = be63829ca0292510c722c9b29958f501d72b9278579bb7e1ee5dcb95e8d3cd0d
-SHA512 (pylint-2.17.4.tar.gz) = 1dd5855dcaf92efb4f8be89223e87cc18ca2868a2af63700700759c38754d8a09af0f08c02d2934317a8ae8ce58ebf2c5fc632be5cb98618cb66e01ad9b6d24e
-Size (pylint-2.17.4.tar.gz) = 434108 bytes
+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



Home | Main Index | Thread Index | Old Index