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:           Thu Jul  1 21:03:13 UTC 2021

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

Log Message:
py-pylint: updated to 2.9.3

What's New in Pylint 2.9.3?
===========================

* Fix a crash that happened when analysing empty function with docstring
  in the ``similarity`` checker.

* The ``similarity`` checker no longer add three trailing whitespaces for
  empty lines in its report.

What's New in Pylint 2.9.2?
===========================

* Fix a crash that happened when analysing code using ``type(self)`` to access
  a class attribute in the ``unused-private-member`` checker.

* Fix a false positive for ``unused-private-member`` when accessing a private variable
  with ``self``

* Fix false-positive of ``unnecessary-dict-index-lookup`` and ``consider-using-dict-items``
  for reassigned dict index lookups

What's New in Pylint 2.9.1?
===========================

* Upgrade astroid to 2.6.2


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/devel/py-pylint/Makefile
cvs rdiff -u -r1.40 -r1.41 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.51 pkgsrc/devel/py-pylint/Makefile:1.52
--- pkgsrc/devel/py-pylint/Makefile:1.51        Wed Jun 30 06:02:15 2021
+++ pkgsrc/devel/py-pylint/Makefile     Thu Jul  1 21:03:13 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.51 2021/06/30 06:02:15 adam Exp $
+# $NetBSD: Makefile,v 1.52 2021/07/01 21:03:13 adam Exp $
 
-DISTNAME=      pylint-2.9.0
+DISTNAME=      pylint-2.9.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pylint/}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://www.pylint.org/
 COMMENT=       Python source code analyzer
 LICENSE=       gnu-gpl-v2
 
-DEPENDS+=      ${PYPKGPREFIX}-astroid>=2.6.1:../../devel/py-astroid
+DEPENDS+=      ${PYPKGPREFIX}-astroid>=2.6.2:../../devel/py-astroid
 DEPENDS+=      ${PYPKGPREFIX}-isort>=4.2.5:../../devel/py-isort
 DEPENDS+=      ${PYPKGPREFIX}-mccabe>=0.6:../../devel/py-mccabe
 DEPENDS+=      ${PYPKGPREFIX}-toml>=0.7.1:../../textproc/py-toml

Index: pkgsrc/devel/py-pylint/distinfo
diff -u pkgsrc/devel/py-pylint/distinfo:1.40 pkgsrc/devel/py-pylint/distinfo:1.41
--- pkgsrc/devel/py-pylint/distinfo:1.40        Wed Jun 30 06:02:15 2021
+++ pkgsrc/devel/py-pylint/distinfo     Thu Jul  1 21:03:13 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.40 2021/06/30 06:02:15 adam Exp $
+$NetBSD: distinfo,v 1.41 2021/07/01 21:03:13 adam Exp $
 
-SHA1 (pylint-2.9.0.tar.gz) = 81a54016a373aef3185275b96e0dc26f26e0a2cc
-RMD160 (pylint-2.9.0.tar.gz) = 96029d5ab1b2d5aa5a8b9e5340c8f872721f3fc4
-SHA512 (pylint-2.9.0.tar.gz) = 04ee47e46b837ddbb5e8b5aec5597b971fa0d00fb11799e6da6d4a40f453faa912f973cd41c93426ad4e730304ee6efd121f96d03a231b2324e06592ea0eced4
-Size (pylint-2.9.0.tar.gz) = 314322 bytes
+SHA1 (pylint-2.9.3.tar.gz) = 4a8d627705b70434dad0dde97471ccd2da06877d
+RMD160 (pylint-2.9.3.tar.gz) = 8993fb2b3a2b7a110f6bddf482921c8245f46bd9
+SHA512 (pylint-2.9.3.tar.gz) = 345329b3494d3e5bb0849a551865803fcfdafc389558497c19f35f0cfe8f90bf9cbeb44cd5f0db1d07a079f4f87106c37f229c68d3b190bf423147959f8a1cf9
+Size (pylint-2.9.3.tar.gz) = 314663 bytes



Home | Main Index | Thread Index | Old Index