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 Oct 25 09:29:24 UTC 2022
Modified Files:
pkgsrc/devel/py-pylint: Makefile distinfo
Log Message:
py-pylint: updated to 2.15.5
What's new in Pylint 2.15.5?
False Positives Fixed
Fix a false positive for simplify-boolean-expression when multiple values are inferred for a constant.
Other Bug Fixes
Remove __index__ dunder method call from unnecessary-dunder-call check.
Fixed a multi-processing crash that prevents using any more than 1 thread on MacOS.
The returned module objects and errors that were cached by the linter plugin loader cannot be reliably pickled. This means that dill would throw an error when attempting to serialise the linter
object for multi-processing use.
Other Changes
Add a keyword-only compare_constants argument to safe_infer.
Sort --generated-rcfile output.
To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/devel/py-pylint/Makefile
cvs rdiff -u -r1.60 -r1.61 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.71 pkgsrc/devel/py-pylint/Makefile:1.72
--- pkgsrc/devel/py-pylint/Makefile:1.71 Wed Oct 12 07:45:16 2022
+++ pkgsrc/devel/py-pylint/Makefile Tue Oct 25 09:29:24 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.71 2022/10/12 07:45:16 adam Exp $
+# $NetBSD: Makefile,v 1.72 2022/10/25 09:29:24 adam Exp $
-DISTNAME= pylint-2.15.4
+DISTNAME= pylint-2.15.5
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
BUILD_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
-DEPENDS+= ${PYPKGPREFIX}-astroid>=2.12.4:../../devel/py-astroid
+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
DEPENDS+= ${PYPKGPREFIX}-mccabe>=0.6:../../devel/py-mccabe
Index: pkgsrc/devel/py-pylint/distinfo
diff -u pkgsrc/devel/py-pylint/distinfo:1.60 pkgsrc/devel/py-pylint/distinfo:1.61
--- pkgsrc/devel/py-pylint/distinfo:1.60 Wed Oct 12 07:45:16 2022
+++ pkgsrc/devel/py-pylint/distinfo Tue Oct 25 09:29:24 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.60 2022/10/12 07:45:16 adam Exp $
+$NetBSD: distinfo,v 1.61 2022/10/25 09:29:24 adam Exp $
-BLAKE2s (pylint-2.15.4.tar.gz) = 59c67759ff07c699bc9f1dcea2f062fc5151545d2f8c24295f85e7656618ad82
-SHA512 (pylint-2.15.4.tar.gz) = 3546ccdfeccdb339472be1eab2178cdfb6ede0b7a98bba959767efa516978a07ca1a5b1d9d0be30e647bbde29f3849dc0ba44f5a8dfd8aee13c4938ed3d8f68b
-Size (pylint-2.15.4.tar.gz) = 409786 bytes
+BLAKE2s (pylint-2.15.5.tar.gz) = b175bb524420cbd48d2474b91f633cd835bfb06318bc27a7d8d0c4afa0f1a684
+SHA512 (pylint-2.15.5.tar.gz) = f6b2905ef66af783210edd6ca8f8fcbf0670ff18107a95f9f9e340b00993712d911e36001de9b8765c414508beb4fb7d2bdb29a62fe6c31dcae52a23d29b8d61
+Size (pylint-2.15.5.tar.gz) = 410128 bytes
Home |
Main Index |
Thread Index |
Old Index