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: Sun Dec 18 10:03:29 UTC 2022
Modified Files:
pkgsrc/devel/py-pylint: Makefile distinfo
Log Message:
py-pylint: updated to 2.15.9
What's new in Pylint 2.15.9?
False Positives Fixed
Fix false-positive for used-before-assignment in pattern matching with a guard.
Other Bug Fixes
Pylint will no longer deadlock if a parallel job is killed but fail immediately instead.
When pylint exit due to bad arguments being provided the exit code will now be the expected 32.
Fixes a ModuleNotFound exception when running pylint on a Django project with the pylint_django plugin enabled.
To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 pkgsrc/devel/py-pylint/Makefile
cvs rdiff -u -r1.64 -r1.65 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.75 pkgsrc/devel/py-pylint/Makefile:1.76
--- pkgsrc/devel/py-pylint/Makefile:1.75 Tue Dec 6 08:21:18 2022
+++ pkgsrc/devel/py-pylint/Makefile Sun Dec 18 10:03:29 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.75 2022/12/06 08:21:18 adam Exp $
+# $NetBSD: Makefile,v 1.76 2022/12/18 10:03:29 adam Exp $
-DISTNAME= pylint-2.15.8
+DISTNAME= pylint-2.15.9
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pylint/}
@@ -10,7 +10,7 @@ HOMEPAGE= https://www.pylint.org/
COMMENT= Python source code analyzer
LICENSE= gnu-gpl-v2
-BUILD_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-astroid>=2.12.12:../../devel/py-astroid
DEPENDS+= ${PYPKGPREFIX}-dill>=0.2:../../textproc/py-dill
DEPENDS+= ${PYPKGPREFIX}-isort>=4.2.5:../../devel/py-isort
Index: pkgsrc/devel/py-pylint/distinfo
diff -u pkgsrc/devel/py-pylint/distinfo:1.64 pkgsrc/devel/py-pylint/distinfo:1.65
--- pkgsrc/devel/py-pylint/distinfo:1.64 Tue Dec 6 08:21:18 2022
+++ pkgsrc/devel/py-pylint/distinfo Sun Dec 18 10:03:29 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.64 2022/12/06 08:21:18 adam Exp $
+$NetBSD: distinfo,v 1.65 2022/12/18 10:03:29 adam Exp $
-BLAKE2s (pylint-2.15.8.tar.gz) = a8dd556aae5d786165df2b24ff6fc8f2d880560dbed853a9437d6fe94e079f5e
-SHA512 (pylint-2.15.8.tar.gz) = bde5c96d4ce89dd5aa675af54865aed9a0a6bdcfe941a5dc93bf50f75346c45e84a4db276542d0a675ac1824f9908c7da5801b47730af26c9427f7d4202ffb9c
-Size (pylint-2.15.8.tar.gz) = 410859 bytes
+BLAKE2s (pylint-2.15.9.tar.gz) = 57fb56825e42987110ba6196cf9cd8e5c56432791cfb5475f130fb42c4bf9f65
+SHA512 (pylint-2.15.9.tar.gz) = c4a59ef2e97fabf0b600dc61ec45628252829d6a8c7334707d97b4c1597827f6a76e2c875515937ca434a0714a85424a53eeb1cd604b8113625d79871c392ea2
+Size (pylint-2.15.9.tar.gz) = 411126 bytes
Home |
Main Index |
Thread Index |
Old Index