pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-test-pylint py-test-pylint: updated to 0.18.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/95b64ccbc9c5
branches:  trunk
changeset: 442128:95b64ccbc9c5
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Nov 19 10:26:21 2020 +0000

description:
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

diffstat:

 devel/py-test-pylint/Makefile |   4 ++--
 devel/py-test-pylint/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 131820c9ea09 -r 95b64ccbc9c5 devel/py-test-pylint/Makefile
--- a/devel/py-test-pylint/Makefile     Thu Nov 19 10:21:57 2020 +0000
+++ b/devel/py-test-pylint/Makefile     Thu Nov 19 10:26:21 2020 +0000
@@ -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/}
diff -r 131820c9ea09 -r 95b64ccbc9c5 devel/py-test-pylint/distinfo
--- a/devel/py-test-pylint/distinfo     Thu Nov 19 10:21:57 2020 +0000
+++ b/devel/py-test-pylint/distinfo     Thu Nov 19 10:26:21 2020 +0000
@@ -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