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 Nov 14 10:03:46 UTC 2019
Modified Files:
pkgsrc/devel/py-pylint: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/py-pylint/Makefile
cvs rdiff -u -r1.26 -r1.27 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.37 pkgsrc/devel/py-pylint/Makefile:1.38
--- pkgsrc/devel/py-pylint/Makefile:1.37 Sat Oct 19 06:33:05 2019
+++ pkgsrc/devel/py-pylint/Makefile Thu Nov 14 10:03:46 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2019/10/19 06:33:05 adam Exp $
+# $NetBSD: Makefile,v 1.38 2019/11/14 10:03:46 adam Exp $
-DISTNAME= pylint-2.4.3
+DISTNAME= pylint-2.4.4
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.26 pkgsrc/devel/py-pylint/distinfo:1.27
--- pkgsrc/devel/py-pylint/distinfo:1.26 Sat Oct 19 06:33:05 2019
+++ pkgsrc/devel/py-pylint/distinfo Thu Nov 14 10:03:46 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.26 2019/10/19 06:33:05 adam Exp $
+$NetBSD: distinfo,v 1.27 2019/11/14 10:03:46 adam Exp $
-SHA1 (pylint-2.4.3.tar.gz) = 37c4d66c5ac7b44840235e8c31f68be789e7e335
-RMD160 (pylint-2.4.3.tar.gz) = 0dfb3c52cb1bd5f699a12f64edfa1335c7779d96
-SHA512 (pylint-2.4.3.tar.gz) = b14399bcc1aa4fdc86cbfb4e453c9d507333a91f5f3405cd284391245eb2a783a16533c5aa75121f80f56f7fceda547ef42701f9084526081ee94e5eeea34774
-Size (pylint-2.4.3.tar.gz) = 645881 bytes
+SHA1 (pylint-2.4.4.tar.gz) = cbb0c79eda24019a3b974aca374dc46fabab1eee
+RMD160 (pylint-2.4.4.tar.gz) = 697ff5f5b2389de243f8ceff96db4b16eb71b63c
+SHA512 (pylint-2.4.4.tar.gz) = 835e0687ebc76c530e0042c5a5188b8aedab446531f621627e990cbeb37ab6ecc8de0f8c6ab171abaa63488e049e8d7782958461421f9a4127435f56b6d2ed0b
+Size (pylint-2.4.4.tar.gz) = 646113 bytes
Home |
Main Index |
Thread Index |
Old Index