Received: by mail.netbsd.org (Postfix, from userid 605) id 4A29284DA9; Tue, 23 Apr 2019 09:39:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C66B084D7E for ; Tue, 23 Apr 2019 09:39:13 +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 OcB9FHGVymli for ; Tue, 23 Apr 2019 09:39:13 +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 4D11E84D7D for ; Tue, 23 Apr 2019 09:39:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 480F2FB16; Tue, 23 Apr 2019 09:39:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1556012353285790" MIME-Version: 1.0 Date: Tue, 23 Apr 2019 09:39:13 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-setuptools To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20190423093913.480F2FB16@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. --_----------=_1556012353285790 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Apr 23 09:39:13 UTC 2019 Modified Files: pkgsrc/devel/py-setuptools: Makefile distinfo Log Message: py-setuptools: updated to 41.0.1 v41.0.1 * Fixed issue with the PEP 517 backend that prevented building a wheel when the dist/ directory contained existing .whl files. * In test.paths_on_python_path, avoid adding unnecessary duplicates to the PYTHONPATH. * In package_index, now honor "current directory" during a checkout of git and hg repositories under Windows To generate a diff of this commit: cvs rdiff -u -r1.167 -r1.168 pkgsrc/devel/py-setuptools/Makefile cvs rdiff -u -r1.145 -r1.146 pkgsrc/devel/py-setuptools/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1556012353285790 Content-Disposition: inline Content-Length: 1780 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-setuptools/Makefile diff -u pkgsrc/devel/py-setuptools/Makefile:1.167 pkgsrc/devel/py-setuptools/Makefile:1.168 --- pkgsrc/devel/py-setuptools/Makefile:1.167 Fri Apr 12 13:13:44 2019 +++ pkgsrc/devel/py-setuptools/Makefile Tue Apr 23 09:39:13 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.167 2019/04/12 13:13:44 wiz Exp $ +# $NetBSD: Makefile,v 1.168 2019/04/23 09:39:13 adam Exp $ -DISTNAME= setuptools-41.0.0 +DISTNAME= setuptools-41.0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=s/setuptools/} Index: pkgsrc/devel/py-setuptools/distinfo diff -u pkgsrc/devel/py-setuptools/distinfo:1.145 pkgsrc/devel/py-setuptools/distinfo:1.146 --- pkgsrc/devel/py-setuptools/distinfo:1.145 Fri Apr 12 13:13:44 2019 +++ pkgsrc/devel/py-setuptools/distinfo Tue Apr 23 09:39:13 2019 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.145 2019/04/12 13:13:44 wiz Exp $ +$NetBSD: distinfo,v 1.146 2019/04/23 09:39:13 adam Exp $ -SHA1 (setuptools-41.0.0.zip) = c2916e90ac41d3862fa8d1880eb9989e0ed5318a -RMD160 (setuptools-41.0.0.zip) = 0c45d801c2880ef83092da40eae819b4574e9802 -SHA512 (setuptools-41.0.0.zip) = e0f310368c50d954c8b0499ca2ea0e969e82515d0526b854c47d74cf6bb5af505cc522d926a346ab636163af6a85d1b40658c1701e759fbdf36f817af79ba7b1 -Size (setuptools-41.0.0.zip) = 848208 bytes +SHA1 (setuptools-41.0.1.zip) = 2dee31e61a0d13bd8f687c40a4f725da798cbe44 +RMD160 (setuptools-41.0.1.zip) = 610a2eb14c3ffa128b125b3bf992e2a479cf8a0b +SHA512 (setuptools-41.0.1.zip) = 022ac63b27da157ddab5eef34d4452f30b3798c3555779255686ecedcb98d6d60a9ac0b1a077b28426e3306d4ed5e89f1eea2894f9da6def57376596c01595b9 +Size (setuptools-41.0.1.zip) = 849016 bytes SHA1 (patch-setup.py) = dd94c9a4e15b8b0dc428515f73369ed168b8c7b2 --_----------=_1556012353285790--