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 Jan 24 10:08:07 UTC 2023
Modified Files:
pkgsrc/devel/py-pylint: Makefile distinfo
Log Message:
py-pylint: updated to 2.15.10
What's new in Pylint 2.15.10?
False Positives Fixed
Fix use-sequence-for-iteration when unpacking a set with *.
Fix false positive assigning-non-slot when a class attribute is re-assigned.
Fixes used-before-assignment false positive when the walrus operator is used in a ternary operator.
Prevent used-before-assignment when imports guarded by if
TYPE_CHECKING are guarded again when used.
Other Bug Fixes
Using custom braces in msg-template will now work properly.
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/devel/py-pylint/Makefile
cvs rdiff -u -r1.65 -r1.66 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.76 pkgsrc/devel/py-pylint/Makefile:1.77
--- pkgsrc/devel/py-pylint/Makefile:1.76 Sun Dec 18 10:03:29 2022
+++ pkgsrc/devel/py-pylint/Makefile Tue Jan 24 10:08:07 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.76 2022/12/18 10:03:29 adam Exp $
+# $NetBSD: Makefile,v 1.77 2023/01/24 10:08:07 adam Exp $
-DISTNAME= pylint-2.15.9
+DISTNAME= pylint-2.15.10
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pylint/}
@@ -10,9 +10,9 @@ HOMEPAGE= https://www.pylint.org/
COMMENT= Python source code analyzer
LICENSE= gnu-gpl-v2
-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
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0.37.1:../../devel/py-wheel
+DEPENDS+= ${PYPKGPREFIX}-astroid>=2.12.13:../../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
DEPENDS+= ${PYPKGPREFIX}-platformdirs>=2.2.0:../../misc/py-platformdirs
Index: pkgsrc/devel/py-pylint/distinfo
diff -u pkgsrc/devel/py-pylint/distinfo:1.65 pkgsrc/devel/py-pylint/distinfo:1.66
--- pkgsrc/devel/py-pylint/distinfo:1.65 Sun Dec 18 10:03:29 2022
+++ pkgsrc/devel/py-pylint/distinfo Tue Jan 24 10:08:07 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.65 2022/12/18 10:03:29 adam Exp $
+$NetBSD: distinfo,v 1.66 2023/01/24 10:08:07 adam Exp $
-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
+BLAKE2s (pylint-2.15.10.tar.gz) = 0c060ae65b53f0a6beafc420cf02640b9624930f7272f1843c5f56ad85445f21
+SHA512 (pylint-2.15.10.tar.gz) = 9c3ae0979f023ede518377630f8bc1540783323013af57b2caa073a31ede571fe5d975f66f358bff288942cf1cd34a8b3143236dba580f5e20cfb19261358984
+Size (pylint-2.15.10.tar.gz) = 411656 bytes
Home |
Main Index |
Thread Index |
Old Index