Received: by mail.netbsd.org (Postfix, from userid 605) id 96D5784D82; Sat, 30 Dec 2017 09:48:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 20A6684D66 for ; Sat, 30 Dec 2017 09:48:55 +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 nRkHYTkvMlxD for ; Sat, 30 Dec 2017 09:48:54 +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 9B3AD84D1F for ; Sat, 30 Dec 2017 09:48:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8DC0BFB40; Sat, 30 Dec 2017 09:48:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1514627334134390" MIME-Version: 1.0 Date: Sat, 30 Dec 2017 09:48:54 +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: <20171230094854.8DC0BFB40@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. --_----------=_1514627334134390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Dec 30 09:48:54 UTC 2017 Modified Files: pkgsrc/devel/py-setuptools: Makefile distinfo Log Message: py-setuptools: updated to 38.2.5 v38.2.5 Fix trailing slash handling in pkg_resources.ZipProvider. To generate a diff of this commit: cvs rdiff -u -r1.144 -r1.145 pkgsrc/devel/py-setuptools/Makefile cvs rdiff -u -r1.122 -r1.123 pkgsrc/devel/py-setuptools/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1514627334134390 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.144 pkgsrc/devel/py-setuptools/Makefile:1.145 --- pkgsrc/devel/py-setuptools/Makefile:1.144 Sun Dec 10 14:04:44 2017 +++ pkgsrc/devel/py-setuptools/Makefile Sat Dec 30 09:48:54 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.144 2017/12/10 14:04:44 adam Exp $ +# $NetBSD: Makefile,v 1.145 2017/12/30 09:48:54 adam Exp $ -DISTNAME= setuptools-38.2.4 +DISTNAME= setuptools-38.2.5 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.122 pkgsrc/devel/py-setuptools/distinfo:1.123 --- pkgsrc/devel/py-setuptools/distinfo:1.122 Sun Dec 10 14:04:44 2017 +++ pkgsrc/devel/py-setuptools/distinfo Sat Dec 30 09:48:54 2017 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.122 2017/12/10 14:04:44 adam Exp $ +$NetBSD: distinfo,v 1.123 2017/12/30 09:48:54 adam Exp $ -SHA1 (setuptools-38.2.4.zip) = 37328c5a707856eb0fb086da6cf60ceb85a493c2 -RMD160 (setuptools-38.2.4.zip) = 3a1bf0440ed85216820258588fb01b8db3427456 -SHA512 (setuptools-38.2.4.zip) = 43cd74f4b7615345ff9f1235c6a65d91038095dcac72100e10ba26c0e92cb913841ce71a674bf525d38a6537a61f389be822c82589080fd901ce236b1abd37fa -Size (setuptools-38.2.4.zip) = 736683 bytes +SHA1 (setuptools-38.2.5.zip) = 167793eecace1a14ca36caade6ca1c2f359ccbf5 +RMD160 (setuptools-38.2.5.zip) = e76e6ef80bf7fabd6b4697b0424b60aed37e5336 +SHA512 (setuptools-38.2.5.zip) = a2a1ab560552e53efae5e7aca32fd0ff3c2d2fbdb12e0bdc16e1479a5481838dd82a7457bcf45a2db6a64a85e4a658e37288f63e7864896fc534721df67eda97 +Size (setuptools-38.2.5.zip) = 736951 bytes SHA1 (patch-setup.py) = dd94c9a4e15b8b0dc428515f73369ed168b8c7b2 --_----------=_1514627334134390--