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:           Sun May  7 08:10:29 UTC 2023

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

Log Message:
py-pylint: updated to 2.17.4

2.17.4

False Positives Fixed

Fix a false positive for bad-dunder-name when there is a user-defined
__index__ method.

Other Bug Fixes

pyreverse: added escaping of vertical bar character in annotation labels
produced by DOT printer to ensure it is not treated as field separator of
record-based nodes.

Fixed a crash when generating a configuration file:
tomlkit.exceptions.TOMLKitError: Can't add a table to a dotted key
caused by tomlkit v0.11.8.


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 pkgsrc/devel/py-pylint/Makefile
cvs rdiff -u -r1.72 -r1.73 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.84 pkgsrc/devel/py-pylint/Makefile:1.85
--- pkgsrc/devel/py-pylint/Makefile:1.84        Thu Apr 27 17:54:14 2023
+++ pkgsrc/devel/py-pylint/Makefile     Sun May  7 08:10:29 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.84 2023/04/27 17:54:14 adam Exp $
+# $NetBSD: Makefile,v 1.85 2023/05/07 08:10:29 adam Exp $
 
-DISTNAME=      pylint-2.17.3
+DISTNAME=      pylint-2.17.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.72 pkgsrc/devel/py-pylint/distinfo:1.73
--- pkgsrc/devel/py-pylint/distinfo:1.72        Thu Apr 27 17:54:14 2023
+++ pkgsrc/devel/py-pylint/distinfo     Sun May  7 08:10:29 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.72 2023/04/27 17:54:14 adam Exp $
+$NetBSD: distinfo,v 1.73 2023/05/07 08:10:29 adam Exp $
 
-BLAKE2s (pylint-2.17.3.tar.gz) = 9a9eb649685dd06df8d5a7784f43a31ce0936f4fa8ef07d8120ebbbc898a0a31
-SHA512 (pylint-2.17.3.tar.gz) = 7cb8fe71d9142af867d113abd6f9eb1cb2560f774f6f38a713edf2f64341e820f56127dfa3c1d018cc8ea39e3a6fff981df534f74440e8b4274ac3d3399891b5
-Size (pylint-2.17.3.tar.gz) = 433972 bytes
+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



Home | Main Index | Thread Index | Old Index