pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-pylint py-pylint: updated to 2.15.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a4046dcb1212
branches:  trunk
changeset: 385806:a4046dcb1212
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Sep 26 17:50:09 2022 +0000

description:
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.

diffstat:

 devel/py-pylint/Makefile |  4 ++--
 devel/py-pylint/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 84f542058652 -r a4046dcb1212 devel/py-pylint/Makefile
--- a/devel/py-pylint/Makefile  Mon Sep 26 17:47:27 2022 +0000
+++ b/devel/py-pylint/Makefile  Mon Sep 26 17:50:09 2022 +0000
@@ -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/}
diff -r 84f542058652 -r a4046dcb1212 devel/py-pylint/distinfo
--- a/devel/py-pylint/distinfo  Mon Sep 26 17:47:27 2022 +0000
+++ b/devel/py-pylint/distinfo  Mon Sep 26 17:50:09 2022 +0000
@@ -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