Received: by mail.netbsd.org (Postfix, from userid 605) id 2417D84DA8; Tue, 27 Apr 2021 04:45:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5FA5C84D8A for ; Tue, 27 Apr 2021 04:45:55 +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 M-o64jYsL4Yx for ; Tue, 27 Apr 2021 04:45:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D513084D12 for ; Tue, 27 Apr 2021 04:45:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CDEAAFA95; Tue, 27 Apr 2021 04:45:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161949875451340" MIME-Version: 1.0 Date: Tue, 27 Apr 2021 04:45:54 +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: <20210427044554.CDEAAFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161949875451340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Apr 27 04:45:54 UTC 2021 Modified Files: pkgsrc/devel/py-pylint: Makefile distinfo Log Message: py-pylint: updated to 2.8.2 What's New in Pylint 2.8.2? Keep __pkginfo__.numversion a tuple to avoid breaking pylint-django. scm_setuptools has been added to the packaging. Pylint's tags are now the standard form vX.Y.Z and not pylint-X.Y.Z anymore. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 pkgsrc/devel/py-pylint/Makefile cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/py-pylint/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161949875451340 Content-Disposition: inline Content-Length: 2017 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.49 pkgsrc/devel/py-pylint/Makefile:1.50 --- pkgsrc/devel/py-pylint/Makefile:1.49 Mon Apr 26 13:00:30 2021 +++ pkgsrc/devel/py-pylint/Makefile Tue Apr 27 04:45:54 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.49 2021/04/26 13:00:30 adam Exp $ +# $NetBSD: Makefile,v 1.50 2021/04/27 04:45:54 adam Exp $ -DISTNAME= pylint-2.8.1 +DISTNAME= pylint-2.8.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pylint/} @@ -10,6 +10,7 @@ HOMEPAGE= https://www.pylint.org/ COMMENT= Python source code analyzer LICENSE= gnu-gpl-v2 +BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm DEPENDS+= ${PYPKGPREFIX}-astroid>=2.5.6:../../devel/py-astroid DEPENDS+= ${PYPKGPREFIX}-isort>=4.2.5:../../devel/py-isort DEPENDS+= ${PYPKGPREFIX}-mccabe>=0.6:../../devel/py-mccabe Index: pkgsrc/devel/py-pylint/distinfo diff -u pkgsrc/devel/py-pylint/distinfo:1.38 pkgsrc/devel/py-pylint/distinfo:1.39 --- pkgsrc/devel/py-pylint/distinfo:1.38 Mon Apr 26 13:00:31 2021 +++ pkgsrc/devel/py-pylint/distinfo Tue Apr 27 04:45:54 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.38 2021/04/26 13:00:31 adam Exp $ +$NetBSD: distinfo,v 1.39 2021/04/27 04:45:54 adam Exp $ -SHA1 (pylint-2.8.1.tar.gz) = 4cd67df8afdf52f19709e012ca9a37dbbc176f59 -RMD160 (pylint-2.8.1.tar.gz) = b76bab49c4b5a14c718fca7c8cf4c5235a7561e4 -SHA512 (pylint-2.8.1.tar.gz) = 9f9487cf3d361bff0b662e07d66c07d622013f64714969d322977440b2804b1ce5aaae714a18741f958dd8b734484149af1bffb10498cc425f22ca6ac0a81d5a -Size (pylint-2.8.1.tar.gz) = 298656 bytes +SHA1 (pylint-2.8.2.tar.gz) = 8d64a42a7733b291902fa0188cd3193eb4de09df +RMD160 (pylint-2.8.2.tar.gz) = 9a7be8abac1db0d12d5f0cc2252cceef6962f05b +SHA512 (pylint-2.8.2.tar.gz) = 304cb32fc72a6efe89d3d6799b1bf5ffa2a16220b99d8f0aa39753aeea907c88ed81ddebfc4de91be33243dd47dd1bcde4077fb6428f6fa4fe80636c77be907e +Size (pylint-2.8.2.tar.gz) = 745627 bytes --_----------=_161949875451340--