pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-test-pylint



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Nov 19 10:26:21 UTC 2020

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

Log Message:
py-test-pylint: updated to 0.18.0

0.18.0
Added support for creating missing folders when using --pylint-output-file
Now when pylint's ignore_patterns is blank, we don't ignore all files
Added cache invalidation when your pylintrc changes
Verified support for latest pytest and Python 3.9
Corrected badly named nodes (duplicated path) thanks to yanqd0
Added tests to source distribution thanks to sbraz


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-test-pylint/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-test-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-test-pylint/Makefile
diff -u pkgsrc/devel/py-test-pylint/Makefile:1.3 pkgsrc/devel/py-test-pylint/Makefile:1.4
--- pkgsrc/devel/py-test-pylint/Makefile:1.3    Fri Jun 12 06:31:08 2020
+++ pkgsrc/devel/py-test-pylint/Makefile        Thu Nov 19 10:26:21 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2020/06/12 06:31:08 adam Exp $
+# $NetBSD: Makefile,v 1.4 2020/11/19 10:26:21 adam Exp $
 
-DISTNAME=      pytest-pylint-0.17.0
+DISTNAME=      pytest-pylint-0.18.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-pylint/}

Index: pkgsrc/devel/py-test-pylint/distinfo
diff -u pkgsrc/devel/py-test-pylint/distinfo:1.2 pkgsrc/devel/py-test-pylint/distinfo:1.3
--- pkgsrc/devel/py-test-pylint/distinfo:1.2    Fri Jun 12 06:31:08 2020
+++ pkgsrc/devel/py-test-pylint/distinfo        Thu Nov 19 10:26:21 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/06/12 06:31:08 adam Exp $
+$NetBSD: distinfo,v 1.3 2020/11/19 10:26:21 adam Exp $
 
-SHA1 (pytest-pylint-0.17.0.tar.gz) = eb75d458ab5243d6b647df5b00ded66ec99c6a52
-RMD160 (pytest-pylint-0.17.0.tar.gz) = 7698447dbddc6043e88569ce1cda548f2fbbac10
-SHA512 (pytest-pylint-0.17.0.tar.gz) = 2766731d9ade6f140a8db7433ebd143b974bc1d2ef03accbe273fc72f4b6d74055806785b9802f6a523681cb977e35e7b6b40d7da3d2cdb76002455db5a70c58
-Size (pytest-pylint-0.17.0.tar.gz) = 9047 bytes
+SHA1 (pytest-pylint-0.18.0.tar.gz) = eab55fcf181ba47a4f741f0aee2c2a4c5f7dedb5
+RMD160 (pytest-pylint-0.18.0.tar.gz) = 5487688b7b7611b85cd7f36022a379d5f6006722
+SHA512 (pytest-pylint-0.18.0.tar.gz) = 6ac313eeccc99fcac947ace3613f7c0daaab33c3a0a1eab5e006a7a5b9961815fe277ae17dbfc5425164d80782b0be2c9091dda5eb81a6ffa397a18bdeaf28c0
+Size (pytest-pylint-0.18.0.tar.gz) = 13468 bytes



Home | Main Index | Thread Index | Old Index