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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f52fda705203
branches:  trunk
changeset: 455268:f52fda705203
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jul 01 21:03:13 2021 +0000

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

diffstat:

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

diffs (36 lines):

diff -r dee25bf9a610 -r f52fda705203 devel/py-pylint/Makefile
--- a/devel/py-pylint/Makefile  Thu Jul 01 21:01:20 2021 +0000
+++ b/devel/py-pylint/Makefile  Thu Jul 01 21:03:13 2021 +0000
@@ -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 @@
 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
diff -r dee25bf9a610 -r f52fda705203 devel/py-pylint/distinfo
--- a/devel/py-pylint/distinfo  Thu Jul 01 21:01:20 2021 +0000
+++ b/devel/py-pylint/distinfo  Thu Jul 01 21:03:13 2021 +0000
@@ -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