Received: by mail.netbsd.org (Postfix, from userid 605) id E9D7984D6C; Mon, 1 Mar 2021 08:59:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3081F84D3A for ; Mon, 1 Mar 2021 08:59:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id PGN2AUa7p8Om for ; Mon, 1 Mar 2021 08:59:07 +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 A8DF984CEF for ; Mon, 1 Mar 2021 08:59:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9BFC7FA95; Mon, 1 Mar 2021 08:59:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1614589147277750" MIME-Version: 1.0 Date: Mon, 1 Mar 2021 08:59:07 +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: <20210301085907.9BFC7FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1614589147277750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Mar 1 08:59:07 UTC 2021 Modified Files: pkgsrc/devel/py-pylint: Makefile distinfo Log Message: py-pylint: updated to 2.7.2 What's New in Pylint 2.7.2? * Fix False Positive on `Enum.__members__.items()`, `Enum.__members__.values`, and `Enum.__members__.keys` * Properly strip dangerous sys.path entries (not just the first one) To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 pkgsrc/devel/py-pylint/Makefile cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/py-pylint/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1614589147277750 Content-Disposition: inline Content-Length: 1702 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.45 pkgsrc/devel/py-pylint/Makefile:1.46 --- pkgsrc/devel/py-pylint/Makefile:1.45 Wed Feb 24 13:00:25 2021 +++ pkgsrc/devel/py-pylint/Makefile Mon Mar 1 08:59:07 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.45 2021/02/24 13:00:25 adam Exp $ +# $NetBSD: Makefile,v 1.46 2021/03/01 08:59:07 adam Exp $ -DISTNAME= pylint-2.7.1 +DISTNAME= pylint-2.7.2 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.34 pkgsrc/devel/py-pylint/distinfo:1.35 --- pkgsrc/devel/py-pylint/distinfo:1.34 Wed Feb 24 13:00:25 2021 +++ pkgsrc/devel/py-pylint/distinfo Mon Mar 1 08:59:07 2021 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.34 2021/02/24 13:00:25 adam Exp $ +$NetBSD: distinfo,v 1.35 2021/03/01 08:59:07 adam Exp $ -SHA1 (pylint-2.7.1.tar.gz) = 0e15b018a0c3b93e96d6649461a04ccaddb65d4c -RMD160 (pylint-2.7.1.tar.gz) = 9a826d1b9579e1ad4440cd59b0b2e7f211d34ccd -SHA512 (pylint-2.7.1.tar.gz) = eebf1d3da5ca072cb912ecffebf183c79f2f8b2c2b14044751aad202d75d06d1c06abb561d4581990b92fe54c06b570a1de39b792b0d729cf300c01c82c4e3c0 -Size (pylint-2.7.1.tar.gz) = 708916 bytes +SHA1 (pylint-2.7.2.tar.gz) = de2f37c046c6ac81a68fc3d973be989ae0780ce1 +RMD160 (pylint-2.7.2.tar.gz) = 4693521135ca4f13dbc88c3c609a56f0648d7455 +SHA512 (pylint-2.7.2.tar.gz) = 800b210fbe5665db390d5c885d103856dc474b4e43d2f752bdcfcea36121132c26eecdcb67620c4a90456823f11a33568de4d37d59eea692dcd1751d931420f7 +Size (pylint-2.7.2.tar.gz) = 709177 bytes SHA1 (patch-setup.py) = b6ac9d986c8988fe4c2d88f41ffa795881b44ce8 --_----------=_1614589147277750--