Received: by mail.netbsd.org (Postfix, from userid 605) id A9C0084D57; Tue, 25 Jul 2017 08:11:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3D0F984D43 for ; Tue, 25 Jul 2017 08:11:18 +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 UTSIdcQqKLD8 for ; Tue, 25 Jul 2017 08:11:17 +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 C04E884D21 for ; Tue, 25 Jul 2017 08:11:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B6A7AFAB2; Tue, 25 Jul 2017 08:11:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150097027758340" MIME-Version: 1.0 Date: Tue, 25 Jul 2017 08:11:17 +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: <20170725081117.B6A7AFAB2@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. --_----------=_150097027758340 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Jul 25 08:11:17 UTC 2017 Modified Files: pkgsrc/devel/py-setuptools: Makefile distinfo Log Message: v36.2.2 * Revert commit a3ec721, restoring intended purpose of extras as part of a requirement declaration. v36.2.1 * fix 1086 * fix 1087 * support extras specifiers in install_requires requirements To generate a diff of this commit: cvs rdiff -u -r1.132 -r1.133 pkgsrc/devel/py-setuptools/Makefile cvs rdiff -u -r1.110 -r1.111 pkgsrc/devel/py-setuptools/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150097027758340 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.132 pkgsrc/devel/py-setuptools/Makefile:1.133 --- pkgsrc/devel/py-setuptools/Makefile:1.132 Tue Jul 18 13:44:36 2017 +++ pkgsrc/devel/py-setuptools/Makefile Tue Jul 25 08:11:17 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.132 2017/07/18 13:44:36 adam Exp $ +# $NetBSD: Makefile,v 1.133 2017/07/25 08:11:17 adam Exp $ -DISTNAME= setuptools-36.2.0 +DISTNAME= setuptools-36.2.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.110 pkgsrc/devel/py-setuptools/distinfo:1.111 --- pkgsrc/devel/py-setuptools/distinfo:1.110 Tue Jul 18 13:44:36 2017 +++ pkgsrc/devel/py-setuptools/distinfo Tue Jul 25 08:11:17 2017 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.110 2017/07/18 13:44:36 adam Exp $ +$NetBSD: distinfo,v 1.111 2017/07/25 08:11:17 adam Exp $ -SHA1 (setuptools-36.2.0.zip) = 06bab43834d3cf5f565513767b6d0784055eea78 -RMD160 (setuptools-36.2.0.zip) = a8d35bdbf2d588285e6aecff7d7cfcbd5526df1b -SHA512 (setuptools-36.2.0.zip) = ef199e2140eb32ec3dc224462c408a923b3f7756d39e49b12be5446f109b970513ac17ba9727de5a4e217e04f1a7d62b59065f25f777b28a137adba2cc334136 -Size (setuptools-36.2.0.zip) = 712836 bytes +SHA1 (setuptools-36.2.2.zip) = 4a2899933c15f012ed29c7dfbe96d6301a2bc02b +RMD160 (setuptools-36.2.2.zip) = a26f92cf21d950c6ea2d1077f76c19007d4162c0 +SHA512 (setuptools-36.2.2.zip) = 57c337528d90322456382bbef5408e823898a7a2171058ddc2697d4e5cd5c89967832572a82f1b742257c267b59ba26f0c977c6e68cba21f53eca4ba7e51ce4a +Size (setuptools-36.2.2.zip) = 714105 bytes SHA1 (patch-setup.py) = dd94c9a4e15b8b0dc428515f73369ed168b8c7b2 --_----------=_150097027758340--