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: Wed Nov 28 14:37:03 UTC 2018
Modified Files:
pkgsrc/devel/py-pylint: Makefile distinfo
Log Message:
py-pylint: updated to 2.2.2
What's New in Pylint 2.2.2?
* Change the logging-format-style to use name identifier instead of their
corresponding Python identifiers
This is to prevent users having to think about escaping the default value for
logging-format-style in the generated config file. Also our config parsing
utilities don't quite support escaped values when it comes to choices detection,
so this would have needed various hacks around that.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/py-pylint/Makefile
cvs rdiff -u -r1.21 -r1.22 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.32 pkgsrc/devel/py-pylint/Makefile:1.33
--- pkgsrc/devel/py-pylint/Makefile:1.32 Tue Nov 27 16:16:55 2018
+++ pkgsrc/devel/py-pylint/Makefile Wed Nov 28 14:37:03 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2018/11/27 16:16:55 adam Exp $
+# $NetBSD: Makefile,v 1.33 2018/11/28 14:37:03 adam Exp $
-DISTNAME= pylint-2.2.1
+DISTNAME= pylint-2.2.2
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.21 pkgsrc/devel/py-pylint/distinfo:1.22
--- pkgsrc/devel/py-pylint/distinfo:1.21 Tue Nov 27 16:16:55 2018
+++ pkgsrc/devel/py-pylint/distinfo Wed Nov 28 14:37:03 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.21 2018/11/27 16:16:55 adam Exp $
+$NetBSD: distinfo,v 1.22 2018/11/28 14:37:03 adam Exp $
-SHA1 (pylint-2.2.1.tar.gz) = 1679365b5dd9cbaea1de5b59c15d945bf1f1a6dc
-RMD160 (pylint-2.2.1.tar.gz) = 188bb14b2a974804a1695dc0f7a1de783882cef4
-SHA512 (pylint-2.2.1.tar.gz) = c6c6cc9ae09e0167c50c3dee4b969d84df92d3559707524b2fd710d2dfbe6d9e07091a8c7831b2fb6a761be1b6b3208b66f3d078debfce401b9afb2a9ec78958
-Size (pylint-2.2.1.tar.gz) = 567957 bytes
+SHA1 (pylint-2.2.2.tar.gz) = ecce34a1c1c1f51201e4249f03946c65bf922feb
+RMD160 (pylint-2.2.2.tar.gz) = fd6c9ea56f9e46693a4738a302026e5b29cfebcf
+SHA512 (pylint-2.2.2.tar.gz) = 29a9bf39413479cb2996b1a2e0d3aaa1845faf3038b17c30948554c359fe8cc858e9bfc0488ed0af204daea22e0ab36d765c447eae66ac7ac6d60d66d9a33fef
+Size (pylint-2.2.2.tar.gz) = 568313 bytes
Home |
Main Index |
Thread Index |
Old Index