Received: by mail.netbsd.org (Postfix, from userid 605) id 03FC084DCF; Fri, 1 Feb 2019 09:17:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3CF9284DCC for ; Fri, 1 Feb 2019 09:17:47 +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 BnAw8B5hFimC for ; Fri, 1 Feb 2019 09:17:46 +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 8332084DBB for ; Fri, 1 Feb 2019 09:17:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 797B3FB16; Fri, 1 Feb 2019 09:17:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1549012666133460" MIME-Version: 1.0 Date: Fri, 1 Feb 2019 09:17:46 +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: <20190201091746.797B3FB16@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. --_----------=_1549012666133460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Feb 1 09:17:46 UTC 2019 Modified Files: pkgsrc/devel/py-setuptools: Makefile distinfo Log Message: py-setuptools: updated to 40.7.2 v40.7.2: Restore port in URL handling in package_index. To generate a diff of this commit: cvs rdiff -u -r1.163 -r1.164 pkgsrc/devel/py-setuptools/Makefile cvs rdiff -u -r1.141 -r1.142 pkgsrc/devel/py-setuptools/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1549012666133460 Content-Disposition: inline Content-Length: 1782 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.163 pkgsrc/devel/py-setuptools/Makefile:1.164 --- pkgsrc/devel/py-setuptools/Makefile:1.163 Tue Jan 29 06:42:33 2019 +++ pkgsrc/devel/py-setuptools/Makefile Fri Feb 1 09:17:46 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.163 2019/01/29 06:42:33 adam Exp $ +# $NetBSD: Makefile,v 1.164 2019/02/01 09:17:46 adam Exp $ -DISTNAME= setuptools-40.7.1 +DISTNAME= setuptools-40.7.2 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.141 pkgsrc/devel/py-setuptools/distinfo:1.142 --- pkgsrc/devel/py-setuptools/distinfo:1.141 Tue Jan 29 06:42:33 2019 +++ pkgsrc/devel/py-setuptools/distinfo Fri Feb 1 09:17:46 2019 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.141 2019/01/29 06:42:33 adam Exp $ +$NetBSD: distinfo,v 1.142 2019/02/01 09:17:46 adam Exp $ -SHA1 (setuptools-40.7.1.zip) = c8dbd1c2b7195ff7709828e4ca164782c2b95849 -RMD160 (setuptools-40.7.1.zip) = a28f22e0579b09de676f3ec7a91e4a91783451ab -SHA512 (setuptools-40.7.1.zip) = 384d38afa56409f828cf26443271514feaf82b1d9d99a4a0bb4a9004f9b7a262a0d5ae48905e808381074e948988417e3f7e81a84dcd09359f9185a2305f8cac -Size (setuptools-40.7.1.zip) = 842768 bytes +SHA1 (setuptools-40.7.2.zip) = 4022acb7a31d70bfb3f927aa73455239aac6db7e +RMD160 (setuptools-40.7.2.zip) = 14af5341d80311a23737aafb91de9667eb665d9d +SHA512 (setuptools-40.7.2.zip) = f3e2fd9c3712297ac07a93043334854d3c5d8bee6e5685dc0a2d2dbf1a44831a0b818e5a72e5b5c35b8a25db6886cd3cc3430836a5f444c6fbc9aad4a6b5e5f3 +Size (setuptools-40.7.2.zip) = 842780 bytes SHA1 (patch-setup.py) = dd94c9a4e15b8b0dc428515f73369ed168b8c7b2 --_----------=_1549012666133460--