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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/982586a38650
branches:  trunk
changeset: 389055:982586a38650
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Nov 29 17:00:45 2022 +0000

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

diffstat:

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

diffs (38 lines):

diff -r d66cdf067fd5 -r 982586a38650 devel/py-pylint/Makefile
--- a/devel/py-pylint/Makefile  Tue Nov 29 16:41:24 2022 +0000
+++ b/devel/py-pylint/Makefile  Tue Nov 29 17:00:45 2022 +0000
@@ -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 @@
 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
 
diff -r d66cdf067fd5 -r 982586a38650 devel/py-pylint/distinfo
--- a/devel/py-pylint/distinfo  Tue Nov 29 16:41:24 2022 +0000
+++ b/devel/py-pylint/distinfo  Tue Nov 29 17:00:45 2022 +0000
@@ -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