diff options
author | adam <adam@pkgsrc.org> | 2022-12-06 08:21:18 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-12-06 08:21:18 +0000 |
commit | aece75a9993e6d745d472d0d96b1dee20ac88d98 (patch) | |
tree | d43d13007370a9a84d3dfaca1236eb5eec11b244 /devel/py-pylint | |
parent | 4d709f166c25e6496a498e181d8b0173258da8c4 (diff) | |
download | pkgsrc-aece75a9993e6d745d472d0d96b1dee20ac88d98.tar.gz |
py-pylint: updated to 2.15.8
1.5.4
Merge StringMethodChecker with StringFormatChecker. This fixes a bug where disabling all the messages and enabling only a handful of messages from the StringFormatChecker would have resulted in no messages at all.
Don’t apply unneeded-not over sets.
Diffstat (limited to 'devel/py-pylint')
-rw-r--r-- | devel/py-pylint/Makefile | 4 | ||||
-rw-r--r-- | devel/py-pylint/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/py-pylint/Makefile b/devel/py-pylint/Makefile index 7fae3e0fb5a..a1c5a568a7a 100644 --- a/devel/py-pylint/Makefile +++ b/devel/py-pylint/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.74 2022/11/29 17:00:45 adam Exp $ +# $NetBSD: Makefile,v 1.75 2022/12/06 08:21:18 adam Exp $ -DISTNAME= pylint-2.15.7 +DISTNAME= pylint-2.15.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pylint/} diff --git a/devel/py-pylint/distinfo b/devel/py-pylint/distinfo index b125c48ce3f..faada3e5350 100644 --- a/devel/py-pylint/distinfo +++ b/devel/py-pylint/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.63 2022/11/29 17:00:45 adam Exp $ +$NetBSD: distinfo,v 1.64 2022/12/06 08:21:18 adam Exp $ -BLAKE2s (pylint-2.15.7.tar.gz) = 9785c44cdaea4531f7e36f9e9726f51f1f8a78517324fd8e29e6fda1016aada0 -SHA512 (pylint-2.15.7.tar.gz) = 98651b7d117fc0066b0b3c6f4a60cf0e768868e4e8bdee3b3107eb07ca92f5944806e818d9390ca910a128b0e5ff2e1461e263ed195d035ab474728e9c65ba7e -Size (pylint-2.15.7.tar.gz) = 410985 bytes +BLAKE2s (pylint-2.15.8.tar.gz) = a8dd556aae5d786165df2b24ff6fc8f2d880560dbed853a9437d6fe94e079f5e +SHA512 (pylint-2.15.8.tar.gz) = bde5c96d4ce89dd5aa675af54865aed9a0a6bdcfe941a5dc93bf50f75346c45e84a4db276542d0a675ac1824f9908c7da5801b47730af26c9427f7d4202ffb9c +Size (pylint-2.15.8.tar.gz) = 410859 bytes |