Received: by mail.netbsd.org (Postfix, from userid 605) id C4640851D2; Tue, 6 Dec 2022 08:21:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F3B2684F7A for ; Tue, 6 Dec 2022 08:21:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 66UbsLHkuz-s for ; Tue, 6 Dec 2022 08:21:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 722FB84F77 for ; Tue, 6 Dec 2022 08:21:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6509FFA90; Tue, 6 Dec 2022 08:21:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1670314878197230" MIME-Version: 1.0 Date: Tue, 6 Dec 2022 08:21:18 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-pylint To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20221206082118.6509FFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1670314878197230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: adam Date: Tue Dec 6 08:21:18 UTC 2022 Modified Files: pkgsrc/devel/py-pylint: Makefile distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.74 -r1.75 pkgsrc/devel/py-pylint/Makefile cvs rdiff -u -r1.63 -r1.64 pkgsrc/devel/py-pylint/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1670314878197230 Content-Disposition: inline Content-Length: 1552 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-pylint/Makefile diff -u pkgsrc/devel/py-pylint/Makefile:1.74 pkgsrc/devel/py-pylint/Makefile:1.75 --- pkgsrc/devel/py-pylint/Makefile:1.74 Tue Nov 29 17:00:45 2022 +++ pkgsrc/devel/py-pylint/Makefile Tue Dec 6 08:21:18 2022 @@ -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/} Index: pkgsrc/devel/py-pylint/distinfo diff -u pkgsrc/devel/py-pylint/distinfo:1.63 pkgsrc/devel/py-pylint/distinfo:1.64 --- pkgsrc/devel/py-pylint/distinfo:1.63 Tue Nov 29 17:00:45 2022 +++ pkgsrc/devel/py-pylint/distinfo Tue Dec 6 08:21:18 2022 @@ -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 --_----------=_1670314878197230--