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:           Tue Feb 14 08:52:35 UTC 2023

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

Log Message:
py-pylint: updated to 2.16.2

What's new in Pylint 2.16.2?

New Features

Add --version option to pyreverse.

False Positives Fixed

Fix false positive for used-before-assignment when typing.TYPE_CHECKING is used with if/elif/else blocks.

Fix false positive for used-before-assignment for named expressions appearing after the first element in a list, tuple, or set.

Other Bug Fixes

Fix used-before-assignment false positive when the walrus operator is used with a ternary operator in dictionary key/value initialization.

Fix no-name-in-module false positive raised when a package defines a variable with the same name as one of its submodules.

Fix nested-min-max suggestion message to indicate it's possible to splat iterable objects.

Fix a crash happening when a class attribute was negated in the start argument of an enumerate.


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/devel/py-pylint/Makefile
cvs rdiff -u -r1.68 -r1.69 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.79 pkgsrc/devel/py-pylint/Makefile:1.80
--- pkgsrc/devel/py-pylint/Makefile:1.79        Fri Feb  3 13:09:46 2023
+++ pkgsrc/devel/py-pylint/Makefile     Tue Feb 14 08:52:35 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.79 2023/02/03 13:09:46 adam Exp $
+# $NetBSD: Makefile,v 1.80 2023/02/14 08:52:35 adam Exp $
 
-DISTNAME=      pylint-2.16.1
+DISTNAME=      pylint-2.16.2
 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.14.1:../../devel/py-astroid
+DEPENDS+=      ${PYPKGPREFIX}-astroid>=2.14.2:../../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.68 pkgsrc/devel/py-pylint/distinfo:1.69
--- pkgsrc/devel/py-pylint/distinfo:1.68        Fri Feb  3 13:09:46 2023
+++ pkgsrc/devel/py-pylint/distinfo     Tue Feb 14 08:52:35 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.68 2023/02/03 13:09:46 adam Exp $
+$NetBSD: distinfo,v 1.69 2023/02/14 08:52:35 adam Exp $
 
-BLAKE2s (pylint-2.16.1.tar.gz) = 325c071752fc85251659e3d68b0035ded225a8611ab8c41b2e7094f3967a1e4a
-SHA512 (pylint-2.16.1.tar.gz) = 2a437436c639167c1a02c22ce2b8b5ae54f37e5b70e92079f9e6d150d6a1f0cf260f8a14da7cd5ae25eb1b181d58fe32c0b96c66e52f9b1e5c20db14c1c47584
-Size (pylint-2.16.1.tar.gz) = 427853 bytes
+BLAKE2s (pylint-2.16.2.tar.gz) = bd4fb0fbe4f877120d225346ba3429e2713a0c14cd0ba3e06021fcf7f1287f97
+SHA512 (pylint-2.16.2.tar.gz) = 6cd2238b02b39c64a0b5270367c6ac1aa1dcb28282fddb7d9e1972635add2b74464e701f585b2cfbe8ae8f2cff0ccc7008bbd11e6f8a1b4414ebf74261efc817
+Size (pylint-2.16.2.tar.gz) = 428336 bytes



Home | Main Index | Thread Index | Old Index