Thu Nov 14 10:03:46 2019 UTC ()
py-pylint: updated to 2.4.4

What's New in Pylint 2.4.4?

* Exempt all the names found in type annotations from ``unused-import``

  The previous code was assuming that only ``typing`` names need to be
  exempted, but we need to do that for the rest of the type comment
  names as well.

* Relax type import detection for names that do not come from the ``typing`` module


(adam)
diff -r1.37 -r1.38 pkgsrc/devel/py-pylint/Makefile
diff -r1.26 -r1.27 pkgsrc/devel/py-pylint/distinfo

cvs diff -r1.37 -r1.38 pkgsrc/devel/py-pylint/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-pylint/Makefile 2019/10/19 06:33:05 1.37
+++ pkgsrc/devel/py-pylint/Makefile 2019/11/14 10:03:46 1.38
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.37 2019/10/19 06:33:05 adam Exp $ 1# $NetBSD: Makefile,v 1.38 2019/11/14 10:03:46 adam Exp $
2 2
3DISTNAME= pylint-2.4.3 3DISTNAME= pylint-2.4.4
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pylint/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pylint/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://www.pylint.org/ 9HOMEPAGE= https://www.pylint.org/
10COMMENT= Python source code analyzer 10COMMENT= Python source code analyzer
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13DEPENDS+= ${PYPKGPREFIX}-astroid>=2.2.0:../../devel/py-astroid 13DEPENDS+= ${PYPKGPREFIX}-astroid>=2.2.0:../../devel/py-astroid
14DEPENDS+= ${PYPKGPREFIX}-isort>=4.2.5:../../devel/py-isort 14DEPENDS+= ${PYPKGPREFIX}-isort>=4.2.5:../../devel/py-isort
15DEPENDS+= ${PYPKGPREFIX}-mccabe>=0.6:../../devel/py-mccabe 15DEPENDS+= ${PYPKGPREFIX}-mccabe>=0.6:../../devel/py-mccabe
16BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner 16BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner

cvs diff -r1.26 -r1.27 pkgsrc/devel/py-pylint/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-pylint/distinfo 2019/10/19 06:33:05 1.26
+++ pkgsrc/devel/py-pylint/distinfo 2019/11/14 10:03:46 1.27
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.26 2019/10/19 06:33:05 adam Exp $ 1$NetBSD: distinfo,v 1.27 2019/11/14 10:03:46 adam Exp $
2 2
3SHA1 (pylint-2.4.3.tar.gz) = 37c4d66c5ac7b44840235e8c31f68be789e7e335 3SHA1 (pylint-2.4.4.tar.gz) = cbb0c79eda24019a3b974aca374dc46fabab1eee
4RMD160 (pylint-2.4.3.tar.gz) = 0dfb3c52cb1bd5f699a12f64edfa1335c7779d96 4RMD160 (pylint-2.4.4.tar.gz) = 697ff5f5b2389de243f8ceff96db4b16eb71b63c
5SHA512 (pylint-2.4.3.tar.gz) = b14399bcc1aa4fdc86cbfb4e453c9d507333a91f5f3405cd284391245eb2a783a16533c5aa75121f80f56f7fceda547ef42701f9084526081ee94e5eeea34774 5SHA512 (pylint-2.4.4.tar.gz) = 835e0687ebc76c530e0042c5a5188b8aedab446531f621627e990cbeb37ab6ecc8de0f8c6ab171abaa63488e049e8d7782958461421f9a4127435f56b6d2ed0b
6Size (pylint-2.4.3.tar.gz) = 645881 bytes 6Size (pylint-2.4.4.tar.gz) = 646113 bytes