diff options
author | adam <adam@pkgsrc.org> | 2022-10-13 16:21:21 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-10-13 16:21:21 +0000 |
commit | cc16c6e0d3bf4a433c90ac0b3ad07c627e56bde1 (patch) | |
tree | 38e3b47d1f511f4e008f910fd522cfc4d2231074 /devel | |
parent | 780aa6734399394612f1364e100873c5384e5f7f (diff) | |
download | pkgsrc-cc16c6e0d3bf4a433c90ac0b3ad07c627e56bde1.tar.gz |
py-test-pylint: updated to 0.19.0
0.19.0
Switched to GitHub Actions for CI thanks to michael-k
Switched to using smart PyLint RC discovery thanks to bennyrowland
Correcting rootdir/rootpath issues in pytest >7.x
Deprecated support for Python <3.7
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-test-pylint/Makefile | 5 | ||||
-rw-r--r-- | devel/py-test-pylint/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/py-test-pylint/Makefile b/devel/py-test-pylint/Makefile index 1b777e6dd1c..216c6663fa4 100644 --- a/devel/py-test-pylint/Makefile +++ b/devel/py-test-pylint/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2022/01/04 20:53:42 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2022/10/13 16:21:21 adam Exp $ -DISTNAME= pytest-pylint-0.18.0 +DISTNAME= pytest-pylint-0.19.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} -PKGREVISION= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-pylint/} diff --git a/devel/py-test-pylint/distinfo b/devel/py-test-pylint/distinfo index a29509d59dd..4a1b718a685 100644 --- a/devel/py-test-pylint/distinfo +++ b/devel/py-test-pylint/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2021/10/26 10:19:08 nia Exp $ +$NetBSD: distinfo,v 1.6 2022/10/13 16:21:21 adam Exp $ -BLAKE2s (pytest-pylint-0.18.0.tar.gz) = 0060906b8cf3a910aa1a238877d50e2b1f75c12056a7b0834212d58876013451 -SHA512 (pytest-pylint-0.18.0.tar.gz) = 6ac313eeccc99fcac947ace3613f7c0daaab33c3a0a1eab5e006a7a5b9961815fe277ae17dbfc5425164d80782b0be2c9091dda5eb81a6ffa397a18bdeaf28c0 -Size (pytest-pylint-0.18.0.tar.gz) = 13468 bytes +BLAKE2s (pytest-pylint-0.19.0.tar.gz) = d0a92b1eddb52eda298e4c2f8b299898606d8184f43f8d689fbd29812baf6202 +SHA512 (pytest-pylint-0.19.0.tar.gz) = 4d6d18ef3f93561d39759124e9d8f01759a6e5fbd82ede470cae84fbabba55a627f0e05d109eadee6ebabaacc2fd65618104db7e2cb3d165d1ca2014a57938c4 +Size (pytest-pylint-0.19.0.tar.gz) = 13801 bytes |