Received: by mail.netbsd.org (Postfix, from userid 605) id 9DFCA84DF3; Thu, 23 Nov 2017 22:42:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 245D184D7B for ; Thu, 23 Nov 2017 22:42:05 +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 FBoriB38LHis for ; Thu, 23 Nov 2017 22:42:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9C2CE84D30 for ; Thu, 23 Nov 2017 22:42:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E79A7FB40; Thu, 23 Nov 2017 22:41:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1511476915242120" MIME-Version: 1.0 Date: Thu, 23 Nov 2017 22:41:55 +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: <20171123224155.E79A7FB40@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. --_----------=_1511476915242120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Thu Nov 23 22:41:55 UTC 2017 Modified Files: pkgsrc/devel/py-setuptools: Makefile distinfo Log Message: py-setuptools: update to 36.7.2. v36.7.2 ------- * #701: Fixed duplicate test discovery on Python 3. v36.7.1 ------- * #1193: Avoid test failures in bdist_egg when PYTHONDONTWRITEBYTECODE is set. v36.7.0 ------- * #1054: Support ``setup_requires`` in ``setup.cfg`` files. v36.6.1 ------- * #1132: Removed redundant and costly serialization/parsing step in ``EntryPoint.__init__``. * #844: ``bdist_egg --exclude-source-files`` now tested and works on Python 3. To generate a diff of this commit: cvs rdiff -u -r1.140 -r1.141 pkgsrc/devel/py-setuptools/Makefile cvs rdiff -u -r1.118 -r1.119 pkgsrc/devel/py-setuptools/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1511476915242120 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.140 pkgsrc/devel/py-setuptools/Makefile:1.141 --- pkgsrc/devel/py-setuptools/Makefile:1.140 Mon Oct 16 17:20:38 2017 +++ pkgsrc/devel/py-setuptools/Makefile Thu Nov 23 22:41:55 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.140 2017/10/16 17:20:38 adam Exp $ +# $NetBSD: Makefile,v 1.141 2017/11/23 22:41:55 wiz Exp $ -DISTNAME= setuptools-36.6.0 +DISTNAME= setuptools-36.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.118 pkgsrc/devel/py-setuptools/distinfo:1.119 --- pkgsrc/devel/py-setuptools/distinfo:1.118 Mon Oct 16 17:20:38 2017 +++ pkgsrc/devel/py-setuptools/distinfo Thu Nov 23 22:41:55 2017 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.118 2017/10/16 17:20:38 adam Exp $ +$NetBSD: distinfo,v 1.119 2017/11/23 22:41:55 wiz Exp $ -SHA1 (setuptools-36.6.0.zip) = c1be97719395ae61f9faa0734b62b3326ebad0fd -RMD160 (setuptools-36.6.0.zip) = 1e013168d8049f0ab0ddb6dde87bfddb9ca82bc2 -SHA512 (setuptools-36.6.0.zip) = b1b7fbff45db72e24ffb0aef41509a8f49c3911f20e6dfa7335aace22d0b2c533615edd1626c6b58602960644d1a3ad7b2e6899efeec4138aa58a187d063c319 -Size (setuptools-36.6.0.zip) = 725173 bytes +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 (patch-setup.py) = dd94c9a4e15b8b0dc428515f73369ed168b8c7b2 --_----------=_1511476915242120--