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.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c3a4e930ec98
branches:  trunk
changeset: 387227:c3a4e930ec98
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Oct 25 09:29:24 2022 +0000

description:
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.

diffstat:

 devel/py-pylint/Makefile |  6 +++---
 devel/py-pylint/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (34 lines):

diff -r be219a42cc41 -r c3a4e930ec98 devel/py-pylint/Makefile
--- a/devel/py-pylint/Makefile  Tue Oct 25 09:27:33 2022 +0000
+++ b/devel/py-pylint/Makefile  Tue Oct 25 09:29:24 2022 +0000
@@ -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 @@
 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
diff -r be219a42cc41 -r c3a4e930ec98 devel/py-pylint/distinfo
--- a/devel/py-pylint/distinfo  Tue Oct 25 09:27:33 2022 +0000
+++ b/devel/py-pylint/distinfo  Tue Oct 25 09:29:24 2022 +0000
@@ -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