Sun May 15 19:25:35 2022 UTC ()
py-pylint: updated to 2.13.9

What's New in Pylint 2.13.9?

Respect ignore configuration options with --recursive=y.
Fix false positives for no-name-in-module and import-error for numpy.distutils and pydantic.
Fix IndexError crash in uninferable_final_decorators method.
Fix a crash in unnecessary-dict-index-lookup when subscripting an attribute.
Fix a crash when accessing __code__ and assigning it to a variable.
Fix a false positive for undefined-loop-variable when using enumerate().


(adam)
diff -r1.62 -r1.63 pkgsrc/devel/py-pylint/Makefile
diff -r1.52 -r1.53 pkgsrc/devel/py-pylint/distinfo

cvs diff -r1.62 -r1.63 pkgsrc/devel/py-pylint/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-pylint/Makefile 2022/05/03 17:52:55 1.62
+++ pkgsrc/devel/py-pylint/Makefile 2022/05/15 19:25:35 1.63
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.62 2022/05/03 17:52:55 adam Exp $ 1# $NetBSD: Makefile,v 1.63 2022/05/15 19:25:35 adam Exp $
2 2
3DISTNAME= pylint-2.13.8 3DISTNAME= pylint-2.13.9
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pylint/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pylint/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://www.pylint.org/ 9HOMEPAGE= https://www.pylint.org/
10COMMENT= Python source code analyzer 10COMMENT= Python source code analyzer
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13DEPENDS+= ${PYPKGPREFIX}-astroid>=2.11.3:../../devel/py-astroid 13DEPENDS+= ${PYPKGPREFIX}-astroid>=2.11.3:../../devel/py-astroid
14DEPENDS+= ${PYPKGPREFIX}-dill>=0.2:../../textproc/py-dill 14DEPENDS+= ${PYPKGPREFIX}-dill>=0.2:../../textproc/py-dill
15DEPENDS+= ${PYPKGPREFIX}-isort>=4.2.5:../../devel/py-isort 15DEPENDS+= ${PYPKGPREFIX}-isort>=4.2.5:../../devel/py-isort
16DEPENDS+= ${PYPKGPREFIX}-mccabe>=0.6:../../devel/py-mccabe 16DEPENDS+= ${PYPKGPREFIX}-mccabe>=0.6:../../devel/py-mccabe

cvs diff -r1.52 -r1.53 pkgsrc/devel/py-pylint/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-pylint/distinfo 2022/05/03 17:52:55 1.52
+++ pkgsrc/devel/py-pylint/distinfo 2022/05/15 19:25:35 1.53
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.52 2022/05/03 17:52:55 adam Exp $ 1$NetBSD: distinfo,v 1.53 2022/05/15 19:25:35 adam Exp $
2 2
3BLAKE2s (pylint-2.13.8.tar.gz) = 44a5a62c691f914c0fba3dad90f51c75c020425400cc5780635269a61d095d5d 3BLAKE2s (pylint-2.13.9.tar.gz) = 9d032051fb49fabd06d743e36dcc7f8806d42b019c37234de7659c588143cf26
4SHA512 (pylint-2.13.8.tar.gz) = 2a711eaae64070cda8afe886be3b0f68bff1d90bf4bb7aae3eb978c579732e86e04c6de335d02c97d33fd20e9e18471428b9c28ed5544a7223c9f7f7628c252c 4SHA512 (pylint-2.13.9.tar.gz) = c8d9b57e4645f4e352b18dcde735018419b437fb1c0fe6939e18347c1d0f1e4a545c57656260fd8a1853808f8694329f668f75f0c41d7f378fbfefca381f97c2
5Size (pylint-2.13.8.tar.gz) = 360092 bytes 5Size (pylint-2.13.9.tar.gz) = 360270 bytes