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 May 3 17:52:55 UTC 2022
Modified Files:
pkgsrc/devel/py-pylint: Makefile distinfo
Log Message:
py-pylint: updated to 2.13.8
What's New in Pylint 2.13.8?
============================
* Fix a false positive for ``undefined-loop-variable`` for a variable used in a lambda
inside the first of multiple loops.
* Fix a crash when linting a file that passes an integer ``mode=`` to
``open``
* Avoid reporting ``superfluous-parens`` on expressions using the ``is not`` operator.
* Fix a false positive for ``undefined-loop-variable`` when the ``else`` of a ``for``
loop raises or returns.
* Fix false positive for ``unused-variable`` for classes inside functions
and where a metaclass is provided via a call.
* Fix false positive for ``unsubscriptable-object`` in Python 3.8 and below for
statements guarded by ``if TYPE_CHECKING``.
To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/devel/py-pylint/Makefile
cvs rdiff -u -r1.51 -r1.52 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.61 pkgsrc/devel/py-pylint/Makefile:1.62
--- pkgsrc/devel/py-pylint/Makefile:1.61 Thu Apr 21 07:36:29 2022
+++ pkgsrc/devel/py-pylint/Makefile Tue May 3 17:52:55 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.61 2022/04/21 07:36:29 adam Exp $
+# $NetBSD: Makefile,v 1.62 2022/05/03 17:52:55 adam Exp $
-DISTNAME= pylint-2.13.7
+DISTNAME= pylint-2.13.8
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.51 pkgsrc/devel/py-pylint/distinfo:1.52
--- pkgsrc/devel/py-pylint/distinfo:1.51 Thu Apr 21 07:36:29 2022
+++ pkgsrc/devel/py-pylint/distinfo Tue May 3 17:52:55 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.51 2022/04/21 07:36:29 adam Exp $
+$NetBSD: distinfo,v 1.52 2022/05/03 17:52:55 adam Exp $
-BLAKE2s (pylint-2.13.7.tar.gz) = f76497016fadc8300682df197474f248353e67a24ca1454301cf598502706628
-SHA512 (pylint-2.13.7.tar.gz) = 784b7e8bdc775a9ad7d248535c6c19e3079e7975d4bd976adef40fa9f60603da0b0323e76cc6b138bc29bd591fbec6f9b679055b33f59c0af549a97b7c7c305c
-Size (pylint-2.13.7.tar.gz) = 359826 bytes
+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
Home |
Main Index |
Thread Index |
Old Index