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:           Thu Apr 27 17:54:15 UTC 2023

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

Log Message:
py-pylint: updated to 2.17.3

What's new in Pylint 2.17.3?

False Positives Fixed

Fix unused-argument false positive when __new__ does not use all the
arguments of __init__.

Fix unused-import false positive for usage of six.with_metaclass.

logging-not-lazy is not longer emitted for explicitly concatenated string
arguments.

Fix false positive for isinstance-second-argument-not-valid-type when union
types contains None.

Fixed unused-import so that it observes the dummy-variables-rgx option.

Union typed variables without assignment are no longer treated as
TypeAlias.

Fix false positive for positional-only-arguments-expected when a function
contains both a positional-only parameter that has a default value, and
**kwargs.

Fix false positive for keyword-arg-before-vararg when a positional-only
parameter with a default value precedes *args.

Other Bug Fixes

Improve output of consider-using-generator message for min()` calls with default`` keyword.


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/devel/py-pylint/Makefile
cvs rdiff -u -r1.71 -r1.72 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.83 pkgsrc/devel/py-pylint/Makefile:1.84
--- pkgsrc/devel/py-pylint/Makefile:1.83        Wed Apr  5 11:21:05 2023
+++ pkgsrc/devel/py-pylint/Makefile     Thu Apr 27 17:54:14 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.83 2023/04/05 11:21:05 adam Exp $
+# $NetBSD: Makefile,v 1.84 2023/04/27 17:54:14 adam Exp $
 
-DISTNAME=      pylint-2.17.2
+DISTNAME=      pylint-2.17.3
 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.2:../../devel/py-astroid
+DEPENDS+=      ${PYPKGPREFIX}-astroid>=2.15.4:../../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.71 pkgsrc/devel/py-pylint/distinfo:1.72
--- pkgsrc/devel/py-pylint/distinfo:1.71        Wed Apr  5 11:21:05 2023
+++ pkgsrc/devel/py-pylint/distinfo     Thu Apr 27 17:54:14 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.71 2023/04/05 11:21:05 adam Exp $
+$NetBSD: distinfo,v 1.72 2023/04/27 17:54:14 adam Exp $
 
-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
+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



Home | Main Index | Thread Index | Old Index