Received: by mail.netbsd.org (Postfix, from userid 605) id 2DAEC85118; Mon, 6 Aug 2018 19:58:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2B72A8510E for ; Mon, 6 Aug 2018 19:58:42 +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 0_0-x7eBzW6d for ; Mon, 6 Aug 2018 19:58:41 +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 A551A84DA9 for ; Mon, 6 Aug 2018 19:58:41 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 944C7FBEC; Mon, 6 Aug 2018 19:58:41 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1533585521175520" MIME-Version: 1.0 Date: Mon, 6 Aug 2018 19:58:41 +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: <20180806195841.944C7FBEC@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. --_----------=_1533585521175520 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Aug 6 19:58:41 UTC 2018 Modified Files: pkgsrc/devel/py-pylint: Makefile distinfo Log Message: py-pylint: updated to 2.1.1 What's New in Pylint 2.1.1? * fix pylint crash due to misplaced-format-function not correctly handling class attribute. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/py-pylint/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/py-pylint/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1533585521175520 Content-Disposition: inline Content-Length: 1636 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.29 pkgsrc/devel/py-pylint/Makefile:1.30 --- pkgsrc/devel/py-pylint/Makefile:1.29 Thu Aug 2 15:19:23 2018 +++ pkgsrc/devel/py-pylint/Makefile Mon Aug 6 19:58:41 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2018/08/02 15:19:23 adam Exp $ +# $NetBSD: Makefile,v 1.30 2018/08/06 19:58:41 adam Exp $ -DISTNAME= pylint-2.1.0 +DISTNAME= pylint-2.1.1 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.18 pkgsrc/devel/py-pylint/distinfo:1.19 --- pkgsrc/devel/py-pylint/distinfo:1.18 Thu Aug 2 15:19:23 2018 +++ pkgsrc/devel/py-pylint/distinfo Mon Aug 6 19:58:41 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.18 2018/08/02 15:19:23 adam Exp $ +$NetBSD: distinfo,v 1.19 2018/08/06 19:58:41 adam Exp $ -SHA1 (pylint-2.1.0.tar.gz) = 71181d818dcfaf85bd33d3a56cc708e4927da062 -RMD160 (pylint-2.1.0.tar.gz) = b703db38bcd6f82990d5fa4e4859ce44f4facdd8 -SHA512 (pylint-2.1.0.tar.gz) = ec2ca696c3665c7ba6be2a3be98bbf7ded53849969665bb4f1e87ecf2c03092521a4d872350380628fc4d8c6f6e6d0fcc49e2001ce3039d2737a2c3e01637933 -Size (pylint-2.1.0.tar.gz) = 555623 bytes +SHA1 (pylint-2.1.1.tar.gz) = a3612d88b9f21a7134c12379a9243f73438897fd +RMD160 (pylint-2.1.1.tar.gz) = 8caa95cd011b974fb0e450bc2f92ce6adbfa3736 +SHA512 (pylint-2.1.1.tar.gz) = 663b00269540981c432682c040bbb39897308ae29bc9e9ee9103dbe0b214eaa0d5780a8111af5dde17307eeb0a765fecacef245b8b372eea579b66733930a0d5 +Size (pylint-2.1.1.tar.gz) = 555770 bytes --_----------=_1533585521175520--