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 Apr  5 11:21:05 UTC 2023

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

Log Message:
py-pylint: updated to 2.17.2

What's new in Pylint 2.17.2?

False Positives Fixed

invalid-name now allows for integers in typealias names: - now valid: Good2Name, GoodName2. - still invalid: _1BadName.

No longer consider Union as type annotation as type alias for naming checks.

unnecessary-lambda no longer warns on lambdas which use its parameters in their body (other than the final arguments), e.g. lambda foo: (bar if foo else baz)(foo).

Other Bug Fixes

Fix a crash in pyreverse when "/" characters are used in the output filename e.g pyreverse -o png -p name/ path/to/project.

What's new in Pylint 2.17.1?

False Positives Fixed

Adds asyncSetUp to the default defining-attr-methods list to silence attribute-defined-outside-init warning when using unittest.IsolatedAsyncioTestCase.


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 pkgsrc/devel/py-pylint/Makefile
cvs rdiff -u -r1.70 -r1.71 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.82 pkgsrc/devel/py-pylint/Makefile:1.83
--- pkgsrc/devel/py-pylint/Makefile:1.82        Wed Mar 29 09:34:09 2023
+++ pkgsrc/devel/py-pylint/Makefile     Wed Apr  5 11:21:05 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.82 2023/03/29 09:34:09 wiz Exp $
+# $NetBSD: Makefile,v 1.83 2023/04/05 11:21:05 adam Exp $
 
-DISTNAME=      pylint-2.17.0
+DISTNAME=      pylint-2.17.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.15.0:../../devel/py-astroid
+DEPENDS+=      ${PYPKGPREFIX}-astroid>=2.15.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.70 pkgsrc/devel/py-pylint/distinfo:1.71
--- pkgsrc/devel/py-pylint/distinfo:1.70        Thu Mar  9 09:50:19 2023
+++ pkgsrc/devel/py-pylint/distinfo     Wed Apr  5 11:21:05 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.70 2023/03/09 09:50:19 adam Exp $
+$NetBSD: distinfo,v 1.71 2023/04/05 11:21:05 adam Exp $
 
-BLAKE2s (pylint-2.17.0.tar.gz) = cb03365bf5b46a42d50ee1768a47388526588bd761520e33ad50cd2b2672efb2
-SHA512 (pylint-2.17.0.tar.gz) = b23e0a7a3e9590f5e3b28268e5cc4b7aab74a47f4a7c927704663fc9d8bbdebe2c6e8be879c3429f4489aaa606ed1f4b6d9cac4a9ce204c07eb25a0eab90d280
-Size (pylint-2.17.0.tar.gz) = 433035 bytes
+BLAKE2s (pylint-2.17.2.tar.gz) = a90f2061a2d41d5b763757650a4df92a375f9f2133e7d1a348c4d91c5009af58
+SHA512 (pylint-2.17.2.tar.gz) = b18d0b0336c6b1f633189f33a13df5533faa4e739fe872a68ee272ed25fd2f4c008dfff257df358fb395cad4807c7574ab8ebdd5cc09de4e8b2054df7f0b9571
+Size (pylint-2.17.2.tar.gz) = 433605 bytes



Home | Main Index | Thread Index | Old Index