Received: by mail.netbsd.org (Postfix, from userid 605) id C348484F24; Tue, 24 Jul 2018 06:15:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BAB5F84D9D for ; Tue, 24 Jul 2018 06:15:32 +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 6IFENLpmt4o1 for ; Tue, 24 Jul 2018 06:15:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 072F184D41 for ; Tue, 24 Jul 2018 06:15:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 016C4FBEC; Tue, 24 Jul 2018 06:15:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1532412931170480" MIME-Version: 1.0 Date: Tue, 24 Jul 2018 06:15:31 +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: <20180724061532.016C4FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1532412931170480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Jul 24 06:15:31 UTC 2018 Modified Files: pkgsrc/devel/py-pylint: Makefile distinfo Log Message: py-pylint: updated to 2.0.1 2.0.1: Don't crash when pylint is unable to infer the value of an argument to next() To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/py-pylint/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-pylint/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1532412931170480 Content-Disposition: inline Content-Length: 2077 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.27 pkgsrc/devel/py-pylint/Makefile:1.28 --- pkgsrc/devel/py-pylint/Makefile:1.27 Tue Jul 17 10:08:42 2018 +++ pkgsrc/devel/py-pylint/Makefile Tue Jul 24 06:15:31 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2018/07/17 10:08:42 adam Exp $ +# $NetBSD: Makefile,v 1.28 2018/07/24 06:15:31 adam Exp $ -DISTNAME= pylint-2.0.0 +DISTNAME= pylint-2.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pylint/} @@ -10,7 +10,7 @@ HOMEPAGE= https://www.pylint.org/ COMMENT= Python source code analyzer LICENSE= gnu-gpl-v2 -DEPENDS+= ${PYPKGPREFIX}-astroid>=2.0.0:../../devel/py-astroid +DEPENDS+= ${PYPKGPREFIX}-astroid>=2.0.1:../../devel/py-astroid DEPENDS+= ${PYPKGPREFIX}-isort>=4.2.5:../../devel/py-isort DEPENDS+= ${PYPKGPREFIX}-mccabe-[0-9]*:../../devel/py-mccabe BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner Index: pkgsrc/devel/py-pylint/distinfo diff -u pkgsrc/devel/py-pylint/distinfo:1.16 pkgsrc/devel/py-pylint/distinfo:1.17 --- pkgsrc/devel/py-pylint/distinfo:1.16 Tue Jul 17 10:08:42 2018 +++ pkgsrc/devel/py-pylint/distinfo Tue Jul 24 06:15:31 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2018/07/17 10:08:42 adam Exp $ +$NetBSD: distinfo,v 1.17 2018/07/24 06:15:31 adam Exp $ -SHA1 (pylint-2.0.0.tar.gz) = c0a0a5836df77141bcb89422dba1c6187d100bcf -RMD160 (pylint-2.0.0.tar.gz) = 9d0e0d3c00b0e9362421fe909e4544951661c5c3 -SHA512 (pylint-2.0.0.tar.gz) = affab5bff8e77236b6c082886e365eeaae32a1da226814056795d289bf64997b27610cd54a50d666cff82cdf538ceb700fd91214676f1406ce79bfda97276652 -Size (pylint-2.0.0.tar.gz) = 550631 bytes +SHA1 (pylint-2.0.1.tar.gz) = 80e43e5594d1e49f98bfa019ec509789df11bbed +RMD160 (pylint-2.0.1.tar.gz) = a4407c37115c73e1e240dc43d59e3e4f7566023f +SHA512 (pylint-2.0.1.tar.gz) = a4d634cee552e2142ea41854dc2278a2303844409e155785461024c8678b4a3ed685bc1ebea681aa0e826eeb46bd6f2045ffcccc45b4d4b675a572fb960d96e4 +Size (pylint-2.0.1.tar.gz) = 550762 bytes --_----------=_1532412931170480--