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:           Mon Mar  1 08:59:07 UTC 2021

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

Log Message:
py-pylint: updated to 2.7.2

What's New in Pylint 2.7.2?
* Fix False Positive on `Enum.__members__.items()`, `Enum.__members__.values`, and `Enum.__members__.keys`
* Properly strip dangerous sys.path entries (not just the first one)


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/devel/py-pylint/Makefile
cvs rdiff -u -r1.34 -r1.35 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.45 pkgsrc/devel/py-pylint/Makefile:1.46
--- pkgsrc/devel/py-pylint/Makefile:1.45        Wed Feb 24 13:00:25 2021
+++ pkgsrc/devel/py-pylint/Makefile     Mon Mar  1 08:59:07 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2021/02/24 13:00:25 adam Exp $
+# $NetBSD: Makefile,v 1.46 2021/03/01 08:59:07 adam Exp $
 
-DISTNAME=      pylint-2.7.1
+DISTNAME=      pylint-2.7.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.34 pkgsrc/devel/py-pylint/distinfo:1.35
--- pkgsrc/devel/py-pylint/distinfo:1.34        Wed Feb 24 13:00:25 2021
+++ pkgsrc/devel/py-pylint/distinfo     Mon Mar  1 08:59:07 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.34 2021/02/24 13:00:25 adam Exp $
+$NetBSD: distinfo,v 1.35 2021/03/01 08:59:07 adam Exp $
 
-SHA1 (pylint-2.7.1.tar.gz) = 0e15b018a0c3b93e96d6649461a04ccaddb65d4c
-RMD160 (pylint-2.7.1.tar.gz) = 9a826d1b9579e1ad4440cd59b0b2e7f211d34ccd
-SHA512 (pylint-2.7.1.tar.gz) = eebf1d3da5ca072cb912ecffebf183c79f2f8b2c2b14044751aad202d75d06d1c06abb561d4581990b92fe54c06b570a1de39b792b0d729cf300c01c82c4e3c0
-Size (pylint-2.7.1.tar.gz) = 708916 bytes
+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 (patch-setup.py) = b6ac9d986c8988fe4c2d88f41ffa795881b44ce8



Home | Main Index | Thread Index | Old Index