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 Mar 30 09:22:45 UTC 2021

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

Log Message:
py-pylint: updated to 2.7.3

What's New in Pylint 2.7.3?
* Introduce logic for checking deprecated attributes in DeprecationMixin.
* Reduce usage of blacklist/whitelist terminology. Notably, ``extension-pkg-allow-list`` is an
  alternative to ``extension-pkg-whitelist`` and the message ``blacklisted-name`` is now emitted as
  ``disallowed-name``. The previous names are accepted to maintain backward compatibility.
* Move deprecated checker to ``DeprecatedMixin``
* Bump ``astroid`` version to ``2.5.2``
* Fix false positive for ``method-hidden`` when using private attribute and method
* ``use-symbolic-message-instead`` now also works on legacy messages like ``C0111`` (``missing-docstring``).
* Remove unwanted print to stdout from ``_emit_no_member``
* Introduce a command-line option to specify pyreverse output directory
* Fix issue with Enums and ``class-attribute-naming-style=snake_case``
* Add ``allowed-redefined-builtins`` option for fine tuning ``redefined-builtin`` check.
* Fix issue when executing with ``python -m pylint``
* Exempt ``typing.TypedDict`` from ``too-few-public-methods`` check.
* Fix false-positive ``no-member`` for typed annotations without default value.
* Add ``--class-const-naming-style`` for Enum constants and class variables annotated
  with ``typing.ClassVar``
* Fix astroid.Inference error for undefined-variables with ``len()```
* Fix column index on FIXME warning messages
* Improve handling of assignment expressions, better edge case handling
* Improve check if class is subscriptable PEP585
* Fix documentation and filename handling of --import-graph
* Fix false-positive for ``unused-import`` on class keyword arguments
* Fix regression with plugins on PYTHONPATH if latter is cwd


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/devel/py-pylint/Makefile
cvs rdiff -u -r1.35 -r1.36 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.46 pkgsrc/devel/py-pylint/Makefile:1.47
--- pkgsrc/devel/py-pylint/Makefile:1.46        Mon Mar  1 08:59:07 2021
+++ pkgsrc/devel/py-pylint/Makefile     Tue Mar 30 09:22:45 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2021/03/01 08:59:07 adam Exp $
+# $NetBSD: Makefile,v 1.47 2021/03/30 09:22:45 adam Exp $
 
-DISTNAME=      pylint-2.7.2
+DISTNAME=      pylint-2.7.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.5.0:../../devel/py-astroid
+DEPENDS+=      ${PYPKGPREFIX}-astroid>=2.5.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.35 pkgsrc/devel/py-pylint/distinfo:1.36
--- pkgsrc/devel/py-pylint/distinfo:1.35        Mon Mar  1 08:59:07 2021
+++ pkgsrc/devel/py-pylint/distinfo     Tue Mar 30 09:22:45 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.35 2021/03/01 08:59:07 adam Exp $
+$NetBSD: distinfo,v 1.36 2021/03/30 09:22:45 adam Exp $
 
-SHA1 (pylint-2.7.2.tar.gz) = de2f37c046c6ac81a68fc3d973be989ae0780ce1
-RMD160 (pylint-2.7.2.tar.gz) = 4693521135ca4f13dbc88c3c609a56f0648d7455
-SHA512 (pylint-2.7.2.tar.gz) = 800b210fbe5665db390d5c885d103856dc474b4e43d2f752bdcfcea36121132c26eecdcb67620c4a90456823f11a33568de4d37d59eea692dcd1751d931420f7
-Size (pylint-2.7.2.tar.gz) = 709177 bytes
+SHA1 (pylint-2.7.3.tar.gz) = e94ad959b4ec30ebe421af139b0f6fbf86ee0099
+RMD160 (pylint-2.7.3.tar.gz) = 2fcee35f4e9a06b8a98952344be0cabad64c388b
+SHA512 (pylint-2.7.3.tar.gz) = 61700fe626fdba486f6c234f4f0641f13a5c51740fadbd38e80796c10b3ffc6e90dce0e783f392a668b78d9b6e3bcb666e839d67806ddd929f9f36fa27de60d0
+Size (pylint-2.7.3.tar.gz) = 715066 bytes
 SHA1 (patch-setup.py) = b6ac9d986c8988fe4c2d88f41ffa795881b44ce8



Home | Main Index | Thread Index | Old Index