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:           Mon Sep 26 17:50:09 UTC 2022

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

Log Message:
py-pylint: updated to 2.15.3

v2.15.3

Fixed a crash in the unhashable-member checker when using a lambda as a dict key.

Fix a crash in the modified-iterating-dict checker involving instance attributes.

invalid-class-object does not crash anymore when __class__ is assigned alongside another variable.

Fix false positive for global-variable-not-assigned when a global variable is re-assigned via an ImportFrom node.

Fix false positive for undefined-loop-variable in for-else loops that use a function
having a return type annotation of NoReturn or Never.

--help-msg now accepts a comma-separated list of message IDs again.


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/devel/py-pylint/Makefile
cvs rdiff -u -r1.58 -r1.59 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.69 pkgsrc/devel/py-pylint/Makefile:1.70
--- pkgsrc/devel/py-pylint/Makefile:1.69        Mon Sep 12 08:29:12 2022
+++ pkgsrc/devel/py-pylint/Makefile     Mon Sep 26 17:50:09 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.69 2022/09/12 08:29:12 adam Exp $
+# $NetBSD: Makefile,v 1.70 2022/09/26 17:50:09 adam Exp $
 
-DISTNAME=      pylint-2.15.2
+DISTNAME=      pylint-2.15.3
 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.58 pkgsrc/devel/py-pylint/distinfo:1.59
--- pkgsrc/devel/py-pylint/distinfo:1.58        Mon Sep 12 08:29:12 2022
+++ pkgsrc/devel/py-pylint/distinfo     Mon Sep 26 17:50:09 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.58 2022/09/12 08:29:12 adam Exp $
+$NetBSD: distinfo,v 1.59 2022/09/26 17:50:09 adam Exp $
 
-BLAKE2s (pylint-2.15.2.tar.gz) = 0734ef02181e7275e18f8a8b5a224d32e9cfaf9679565f83d6c55d00162c4b6b
-SHA512 (pylint-2.15.2.tar.gz) = a0b1b2d65ecd7e101cce149a7b99b6f95614e00729ef091de4faf29370ae533749a9e0995d282ad178bb780b1563f55de00ccd5b69dabf779e11f857371d7df5
-Size (pylint-2.15.2.tar.gz) = 408845 bytes
+BLAKE2s (pylint-2.15.3.tar.gz) = c978349ff4f1ffeff69972c77708918d0d1f838a369f3fe3cff2dd172106874a
+SHA512 (pylint-2.15.3.tar.gz) = 071635bf131483d4333f7fea0735b40a09e5de0fe12697d75fe7972b409722521c5de4ff1c781622c73d51e9be0db9495c9e5538aeb878f5f370d3d829494ce1
+Size (pylint-2.15.3.tar.gz) = 409452 bytes



Home | Main Index | Thread Index | Old Index