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: Mon May 20 19:54:24 UTC 2024
Modified Files:
pkgsrc/devel/py-pylint: Makefile distinfo
Log Message:
py-pylint: updated to 3.2.2
What's new in Pylint 3.2.2?
False Positives Fixed
Fix multiple false positives for generic class syntax added in Python 3.12 (PEP 695).
Exclude context manager without cleanup from contextmanager-generator-missing-cleanup checks.
To generate a diff of this commit:
cvs rdiff -u -r1.96 -r1.97 pkgsrc/devel/py-pylint/Makefile
cvs rdiff -u -r1.83 -r1.84 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.96 pkgsrc/devel/py-pylint/Makefile:1.97
--- pkgsrc/devel/py-pylint/Makefile:1.96 Sat May 18 19:48:27 2024
+++ pkgsrc/devel/py-pylint/Makefile Mon May 20 19:54:24 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.96 2024/05/18 19:48:27 adam Exp $
+# $NetBSD: Makefile,v 1.97 2024/05/20 19:54:24 adam Exp $
-DISTNAME= pylint-3.2.1
+DISTNAME= pylint-3.2.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pylint/}
@@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v2
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=66.1:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel>=0.37.1:../../devel/py-wheel
-DEPENDS+= ${PYPKGPREFIX}-astroid>=3.2.1:../../devel/py-astroid
+DEPENDS+= ${PYPKGPREFIX}-astroid>=3.2.2:../../devel/py-astroid
DEPENDS+= ${PYPKGPREFIX}-dill>=0.3.7:../../textproc/py-dill
DEPENDS+= ${PYPKGPREFIX}-isort>=4.2.5:../../devel/py-isort
DEPENDS+= ${PYPKGPREFIX}-mccabe>=0.6:../../devel/py-mccabe
Index: pkgsrc/devel/py-pylint/distinfo
diff -u pkgsrc/devel/py-pylint/distinfo:1.83 pkgsrc/devel/py-pylint/distinfo:1.84
--- pkgsrc/devel/py-pylint/distinfo:1.83 Sat May 18 19:48:27 2024
+++ pkgsrc/devel/py-pylint/distinfo Mon May 20 19:54:24 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.83 2024/05/18 19:48:27 adam Exp $
+$NetBSD: distinfo,v 1.84 2024/05/20 19:54:24 adam Exp $
-BLAKE2s (pylint-3.2.1.tar.gz) = 2cc39160135fbc2694facab10b75371fff87aa2ee66f1ffece9886bce258fda7
-SHA512 (pylint-3.2.1.tar.gz) = 67493d97f77310d6535c40cd17989ed3bdda350613cb1fe047a6d048b15ebed40d97c3ace181d6ed31c12f4d58daa85017e24a94e42503457b172d5d3747480a
-Size (pylint-3.2.1.tar.gz) = 1504928 bytes
+BLAKE2s (pylint-3.2.2.tar.gz) = d08d38b96a541b8b8966db8b3f37ba714ef7971153a6f814e5681423cd251722
+SHA512 (pylint-3.2.2.tar.gz) = 708a5d3b6747359526b498cc7c07c5c12f3666cf31eaf5f270e56bdc820ac7427418afca55f55139cdf7e02dca1379b568c60bcd5fc68c1d02b21cea48b62f6c
+Size (pylint-3.2.2.tar.gz) = 1505895 bytes
Home |
Main Index |
Thread Index |
Old Index