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 Nov 29 17:00:45 UTC 2022
Modified Files:
pkgsrc/devel/py-pylint: Makefile distinfo
Log Message:
py-pylint: updated to 2.15.7
What's new in Pylint 2.15.7?
False Positives Fixed
Fix deprecated-method false positive when alias for method is similar to name of deprecated method.
Fix a false positive for used-before-assignment for imports guarded by typing.TYPE_CHECKING later used in variable annotations.
Other Bug Fixes
Pylint will now filter duplicates given to it before linting. The output should be the same whether a file is given/discovered multiple times or not.
Fixes a crash in stop-iteration-return when the next builtin is called without arguments.
To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/devel/py-pylint/Makefile
cvs rdiff -u -r1.62 -r1.63 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.73 pkgsrc/devel/py-pylint/Makefile:1.74
--- pkgsrc/devel/py-pylint/Makefile:1.73 Sun Nov 20 17:52:22 2022
+++ pkgsrc/devel/py-pylint/Makefile Tue Nov 29 17:00:45 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.73 2022/11/20 17:52:22 adam Exp $
+# $NetBSD: Makefile,v 1.74 2022/11/29 17:00:45 adam Exp $
-DISTNAME= pylint-2.15.6
+DISTNAME= pylint-2.15.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pylint/}
@@ -23,10 +23,10 @@ USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/pyversion.mk"
-.if ${_PYTHON_VERSION} < 310
+.if ${_PYTHON_VERSION} == 39 || ${_PYTHON_VERSION} == 38
DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.10.0:../../devel/py-typing-extensions
.endif
-.if ${_PYTHON_VERSION} < 311
+.if ${_PYTHON_VERSION} == 310 || ${_PYTHON_VERSION} == 39 || ${_PYTHON_VERSION} == 38
DEPENDS+= ${PYPKGPREFIX}-tomli>=1.1.0:../../textproc/py-tomli
.endif
Index: pkgsrc/devel/py-pylint/distinfo
diff -u pkgsrc/devel/py-pylint/distinfo:1.62 pkgsrc/devel/py-pylint/distinfo:1.63
--- pkgsrc/devel/py-pylint/distinfo:1.62 Sun Nov 20 17:52:22 2022
+++ pkgsrc/devel/py-pylint/distinfo Tue Nov 29 17:00:45 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.62 2022/11/20 17:52:22 adam Exp $
+$NetBSD: distinfo,v 1.63 2022/11/29 17:00:45 adam Exp $
-BLAKE2s (pylint-2.15.6.tar.gz) = d3c4f28ad9f2ac5705d5f44901cb1292b1a4891fdb4ce245d08c987f6c08d279
-SHA512 (pylint-2.15.6.tar.gz) = 510d3790f1d86d46aac79fdcc4957ab07d0a67deb4c6453a3a83180aabdfe46eaf3410afb5d59b4a99501d4e3a606d42c1633d058c623babe873c3c215a09682
-Size (pylint-2.15.6.tar.gz) = 410675 bytes
+BLAKE2s (pylint-2.15.7.tar.gz) = 9785c44cdaea4531f7e36f9e9726f51f1f8a78517324fd8e29e6fda1016aada0
+SHA512 (pylint-2.15.7.tar.gz) = 98651b7d117fc0066b0b3c6f4a60cf0e768868e4e8bdee3b3107eb07ca92f5944806e818d9390ca910a128b0e5ff2e1461e263ed195d035ab474728e9c65ba7e
+Size (pylint-2.15.7.tar.gz) = 410985 bytes
Home |
Main Index |
Thread Index |
Old Index