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.9
details: https://anonhg.NetBSD.org/pkgsrc/rev/44fc9cd357dc
branches: trunk
changeset: 390289:44fc9cd357dc
user: adam <adam%pkgsrc.org@localhost>
date: Sun Dec 18 10:03:29 2022 +0000
description:
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.
diffstat:
devel/py-pylint/Makefile | 6 +++---
devel/py-pylint/distinfo | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (34 lines):
diff -r 0a7a48c2346e -r 44fc9cd357dc devel/py-pylint/Makefile
--- a/devel/py-pylint/Makefile Sun Dec 18 10:00:48 2022 +0000
+++ b/devel/py-pylint/Makefile Sun Dec 18 10:03:29 2022 +0000
@@ -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 @@
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
diff -r 0a7a48c2346e -r 44fc9cd357dc devel/py-pylint/distinfo
--- a/devel/py-pylint/distinfo Sun Dec 18 10:00:48 2022 +0000
+++ b/devel/py-pylint/distinfo Sun Dec 18 10:03:29 2022 +0000
@@ -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