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: Thu Dec 26 17:32:00 UTC 2024
Modified Files:
pkgsrc/devel/py-pylint: Makefile distinfo
Log Message:
py-pylint: updated to 3.3.3
What's new in Pylint 3.3.3?
False Positives Fixed
- Fix false positives for ``undefined-variable`` for classes using Python 3.12
generic type syntax.
- Fix a false positive for `use-implicit-booleaness-not-len`. No lint should be emitted for
generators (`len` is not defined for generators).
Other Bug Fixes
- Fix ``Unable to import 'collections.abc' (import-error)`` on Python 3.13.1.
To generate a diff of this commit:
cvs rdiff -u -r1.106 -r1.107 pkgsrc/devel/py-pylint/Makefile
cvs rdiff -u -r1.92 -r1.93 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.106 pkgsrc/devel/py-pylint/Makefile:1.107
--- pkgsrc/devel/py-pylint/Makefile:1.106 Mon Dec 2 08:12:36 2024
+++ pkgsrc/devel/py-pylint/Makefile Thu Dec 26 17:32:00 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.106 2024/12/02 08:12:36 adam Exp $
+# $NetBSD: Makefile,v 1.107 2024/12/26 17:32:00 adam Exp $
-DISTNAME= pylint-3.3.2
+DISTNAME= pylint-3.3.3
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pylint/}
@@ -11,7 +11,7 @@ COMMENT= Python source code analyzer
LICENSE= gnu-gpl-v2
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=66.1:../../devel/py-setuptools
-DEPENDS+= ${PYPKGPREFIX}-astroid>=3.3.5:../../devel/py-astroid
+DEPENDS+= ${PYPKGPREFIX}-astroid>=3.3.8:../../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.92 pkgsrc/devel/py-pylint/distinfo:1.93
--- pkgsrc/devel/py-pylint/distinfo:1.92 Mon Dec 2 08:12:36 2024
+++ pkgsrc/devel/py-pylint/distinfo Thu Dec 26 17:32:00 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.92 2024/12/02 08:12:36 adam Exp $
+$NetBSD: distinfo,v 1.93 2024/12/26 17:32:00 adam Exp $
-BLAKE2s (pylint-3.3.2.tar.gz) = 8debaed23fe9d3df66f314234d731f2e6bdbae3d49f86846d3c0f30a6e528f56
-SHA512 (pylint-3.3.2.tar.gz) = 720c02c130298a04de4fc7325ecd1e309b7ebf2dc3f0cc98283dfc135af7df5a7a88babd9499b40c08019d1f5884b286747c8024df147613e2412eb2e5807df5
-Size (pylint-3.3.2.tar.gz) = 1516485 bytes
+BLAKE2s (pylint-3.3.3.tar.gz) = 8569281f2e553e458d01858b94e777df0d5d4825a811b0196cd861797286a816
+SHA512 (pylint-3.3.3.tar.gz) = c77788d86cb9a2fb6b61b76d72f82dd25169dfa1514d0b6186636f0e2040f078075fcc505c48588b7f92abe9e4f7b405816d2b42db9f8d6721833d2c945ba433
+Size (pylint-3.3.3.tar.gz) = 1516550 bytes
Home |
Main Index |
Thread Index |
Old Index