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:           Sun May 15 19:25:35 UTC 2022

Modified Files:
        pkgsrc/devel/py-pylint: Makefile distinfo

Log Message:
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().


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/devel/py-pylint/Makefile
cvs rdiff -u -r1.52 -r1.53 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.62 pkgsrc/devel/py-pylint/Makefile:1.63
--- pkgsrc/devel/py-pylint/Makefile:1.62        Tue May  3 17:52:55 2022
+++ pkgsrc/devel/py-pylint/Makefile     Sun May 15 19:25:35 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.62 2022/05/03 17:52:55 adam Exp $
+# $NetBSD: Makefile,v 1.63 2022/05/15 19:25:35 adam Exp $
 
-DISTNAME=      pylint-2.13.8
+DISTNAME=      pylint-2.13.9
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pylint/}

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



Home | Main Index | Thread Index | Old Index