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 Dec 12 08:38:18 UTC 2017

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

Log Message:
py-pylint: updated to 1.7.5

Pylint 1.7.5:
* Removed `stat` from the list of moved Python 3 modules.
* Backported `trailing-comma-tuple`
  Previously this check was only emitted on Python 3. Now it is
  also emitted on Python 2.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-pylint/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-pylint/PLIST \
    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.17 pkgsrc/devel/py-pylint/Makefile:1.18
--- pkgsrc/devel/py-pylint/Makefile:1.17        Sun Oct  1 23:30:50 2017
+++ pkgsrc/devel/py-pylint/Makefile     Tue Dec 12 08:38:18 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2017/10/01 23:30:50 joerg Exp $
+# $NetBSD: Makefile,v 1.18 2017/12/12 08:38:18 adam Exp $
 
-DISTNAME=      pylint-1.7.4
+DISTNAME=      pylint-1.7.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pylint/}

Index: pkgsrc/devel/py-pylint/PLIST
diff -u pkgsrc/devel/py-pylint/PLIST:1.7 pkgsrc/devel/py-pylint/PLIST:1.8
--- pkgsrc/devel/py-pylint/PLIST:1.7    Sun Jul 16 20:33:32 2017
+++ pkgsrc/devel/py-pylint/PLIST        Tue Dec 12 08:38:18 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2017/07/16 20:33:32 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2017/12/12 08:38:18 adam Exp $
 bin/epylint${PYVERSSUFFIX}
 bin/pylint${PYVERSSUFFIX}
 bin/pyreverse${PYVERSSUFFIX}
@@ -709,7 +709,6 @@ ${PYSITELIB}/pylint/test/functional/too_
 ${PYSITELIB}/pylint/test/functional/too_many_statements.py
 ${PYSITELIB}/pylint/test/functional/too_many_statements.txt
 ${PYSITELIB}/pylint/test/functional/trailing_comma_tuple.py
-${PYSITELIB}/pylint/test/functional/trailing_comma_tuple.rc
 ${PYSITELIB}/pylint/test/functional/trailing_comma_tuple.txt
 ${PYSITELIB}/pylint/test/functional/trailing_newlines.py
 ${PYSITELIB}/pylint/test/functional/trailing_newlines.txt
Index: pkgsrc/devel/py-pylint/distinfo
diff -u pkgsrc/devel/py-pylint/distinfo:1.7 pkgsrc/devel/py-pylint/distinfo:1.8
--- pkgsrc/devel/py-pylint/distinfo:1.7 Sat Sep 30 09:47:03 2017
+++ pkgsrc/devel/py-pylint/distinfo     Tue Dec 12 08:38:18 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2017/09/30 09:47:03 adam Exp $
+$NetBSD: distinfo,v 1.8 2017/12/12 08:38:18 adam Exp $
 
-SHA1 (pylint-1.7.4.tar.gz) = c7d4ae4838e7083718ca2093a05a203653ae342e
-RMD160 (pylint-1.7.4.tar.gz) = c19fbf81b2ebcec4f35a1c69c98d41b83f31f3d9
-SHA512 (pylint-1.7.4.tar.gz) = c1d671e53141df9fbe55a0e285bb6f5199c2a778f56759c41292835cbad7cb4aa4b6152116d85aa9b77cbbabd15d2b8573fa2e86accd2b243e96175abd2b2bf1
-Size (pylint-1.7.4.tar.gz) = 486518 bytes
+SHA1 (pylint-1.7.5.tar.gz) = 78baab1e0253372e72a8053e89fba7dbe5e04e91
+RMD160 (pylint-1.7.5.tar.gz) = 114c09a0bbaa24e7411336306ee1d059675b4ca3
+SHA512 (pylint-1.7.5.tar.gz) = 9f28cc4f88b26d2299ab3ea015935fba8c96f700c7898ad8fbdecfa0902f10a4ca54ad346b18452f8a589f8b63494bc12487dab36d168f336012b259bfa6f3f8
+Size (pylint-1.7.5.tar.gz) = 486892 bytes



Home | Main Index | Thread Index | Old Index