Received: by mail.netbsd.org (Postfix, from userid 605) id 2A1EB84E49; Tue, 28 Nov 2017 14:09:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A8E4784E3C for ; Tue, 28 Nov 2017 14:09:10 +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 MAJQpoSy_RST for ; Tue, 28 Nov 2017 14:09:10 +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 24D8584D4B for ; Tue, 28 Nov 2017 14:09:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 230B3FB40; Tue, 28 Nov 2017 14:09:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151187815022810" MIME-Version: 1.0 Date: Tue, 28 Nov 2017 14:09:10 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-setuptools To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20171128140910.230B3FB40@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. --_----------=_151187815022810 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Nov 28 14:09:10 UTC 2017 Modified Files: pkgsrc/devel/py-setuptools: Makefile PLIST distinfo Log Message: py-setuptools: update to 38.1.0. v38.1.0 ------- * #1208: Improve error message when failing to locate scripts in egg-info metadata. v38.0.0 ------- * #458: In order to support deterministic builds, Setuptools no longer allows packages to declare ``install_requires`` as unordered sequences (sets or dicts). v37.0.0 ------- * #878: Drop support for Python 2.6. Python 2.6 users should rely on 'setuptools < 37dev'. v36.8.0 ------- * #1190: In SSL support for package index operations, use SNI where available. v36.7.3 ------- * #1175: Bug fixes to ``build_meta`` module. To generate a diff of this commit: cvs rdiff -u -r1.141 -r1.142 pkgsrc/devel/py-setuptools/Makefile cvs rdiff -u -r1.41 -r1.42 pkgsrc/devel/py-setuptools/PLIST cvs rdiff -u -r1.119 -r1.120 pkgsrc/devel/py-setuptools/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151187815022810 Content-Disposition: inline Content-Length: 2705 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.141 pkgsrc/devel/py-setuptools/Makefile:1.142 --- pkgsrc/devel/py-setuptools/Makefile:1.141 Thu Nov 23 22:41:55 2017 +++ pkgsrc/devel/py-setuptools/Makefile Tue Nov 28 14:09:09 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.141 2017/11/23 22:41:55 wiz Exp $ +# $NetBSD: Makefile,v 1.142 2017/11/28 14:09:09 wiz Exp $ -DISTNAME= setuptools-36.7.2 +DISTNAME= setuptools-38.1.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=s/setuptools/} Index: pkgsrc/devel/py-setuptools/PLIST diff -u pkgsrc/devel/py-setuptools/PLIST:1.41 pkgsrc/devel/py-setuptools/PLIST:1.42 --- pkgsrc/devel/py-setuptools/PLIST:1.41 Mon Oct 16 17:20:38 2017 +++ pkgsrc/devel/py-setuptools/PLIST Tue Nov 28 14:09:09 2017 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.41 2017/10/16 17:20:38 adam Exp $ +@comment $NetBSD: PLIST,v 1.42 2017/11/28 14:09:09 wiz Exp $ bin/easy_install-${PYVERSSUFFIX} ${PYSITELIB}/${EGG_FILE}/PKG-INFO ${PYSITELIB}/${EGG_FILE}/SOURCES.txt @@ -188,9 +188,6 @@ ${PYSITELIB}/setuptools/namespaces.pyo ${PYSITELIB}/setuptools/package_index.py ${PYSITELIB}/setuptools/package_index.pyc ${PYSITELIB}/setuptools/package_index.pyo -${PYSITELIB}/setuptools/py26compat.py -${PYSITELIB}/setuptools/py26compat.pyc -${PYSITELIB}/setuptools/py26compat.pyo ${PYSITELIB}/setuptools/py27compat.py ${PYSITELIB}/setuptools/py27compat.pyc ${PYSITELIB}/setuptools/py27compat.pyo Index: pkgsrc/devel/py-setuptools/distinfo diff -u pkgsrc/devel/py-setuptools/distinfo:1.119 pkgsrc/devel/py-setuptools/distinfo:1.120 --- pkgsrc/devel/py-setuptools/distinfo:1.119 Thu Nov 23 22:41:55 2017 +++ pkgsrc/devel/py-setuptools/distinfo Tue Nov 28 14:09:09 2017 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.119 2017/11/23 22:41:55 wiz Exp $ +$NetBSD: distinfo,v 1.120 2017/11/28 14:09:09 wiz Exp $ -SHA1 (setuptools-36.7.2.zip) = 95f1e768b0178a3434fd4d382070ecc341020e2b -RMD160 (setuptools-36.7.2.zip) = 934fd581de8b2ea3b4e766f77e139d0a74025120 -SHA512 (setuptools-36.7.2.zip) = 746dce135dbacb65565787a20a2611388605e2371c94f0f8803e7712e515e69c270751d16a21f381bf6e8ddc0a1b39494db7d0c67bb32e6230a90c5d517e78f9 -Size (setuptools-36.7.2.zip) = 726758 bytes +SHA1 (setuptools-38.1.0.zip) = d519dc4712dc9b6d5a0e4f811f1350827f0b5f58 +RMD160 (setuptools-38.1.0.zip) = d5b3950e2f904b12eb6b3489e35f9c158614e2e4 +SHA512 (setuptools-38.1.0.zip) = 0eb5dda592999e4fb3cfdff0bf85bbb0afb056e961c6fcb860193f3d707a2c468177a2cd387651a1439425577820c884420ab172ba42ad636ba0a418d9ddaec4 +Size (setuptools-38.1.0.zip) = 725631 bytes SHA1 (patch-setup.py) = dd94c9a4e15b8b0dc428515f73369ed168b8c7b2 --_----------=_151187815022810--