Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 51DEB7A218 for ; Wed, 11 Jan 2017 23:55:34 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id BFD8C85884; Wed, 11 Jan 2017 23:55:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4F8ED8587F for ; Wed, 11 Jan 2017 23:55:33 +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 vZ9j84yDnIAF for ; Wed, 11 Jan 2017 23:55:32 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id C9EDB8587D for ; Wed, 11 Jan 2017 23:55:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C49D7FBA6; Wed, 11 Jan 2017 23:55:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1484178932177890" MIME-Version: 1.0 Date: Wed, 11 Jan 2017 23:55:32 +0000 From: "Blue Rats" Subject: CVS commit: pkgsrc/devel/py-d2to1 To: pkgsrc-changes@NetBSD.org Reply-To: rodent@netbsd.org X-Mailer: log_accum Message-Id: <20170111235532.C49D7FBA6@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1484178932177890 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: rodent Date: Wed Jan 11 23:55:32 UTC 2017 Modified Files: pkgsrc/devel/py-d2to1: Makefile distinfo Log Message: Update to 0.2.12. Changes: - Fixed a corner case where depending on the order of events when installing multiple packages (i.e. when installing packages with dependencies, some of which might also use d2to1) we would end up calling the incorrect Distribution class (the patched version from setuptools, where d2to1 needs to get to the unpatched version from distutils for some cases). - Upgraded bundled copy of the ``six`` module to the current version (1.9.0). This fixes incompatibility between d2to1 and other packages that import different versions of ``six`` during their setup (the older version of ``six`` had a habit of fighting with other ``six`` instances over ``sys.modules``, which is fixed in newer versions). - Upgraded to latest ``ez_setup.py`` so that the most up to date version of setuptools will be correctly bootstrapped in the rare cases that it is needed. - Included some miscellaneous hacks to keep d2to1 working, nominally, with Python 2.5 despite the broad move away from Python 2.5 support in the Python community. The d2to1 v0.2.x releases will be the last to continue Python 2.5 support, given that testing it has become more difficult (and the overhead is probably no longer worth it). To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-d2to1/Makefile \ pkgsrc/devel/py-d2to1/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1484178932177890 Content-Disposition: inline Content-Length: 1614 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-d2to1/Makefile diff -u pkgsrc/devel/py-d2to1/Makefile:1.2 pkgsrc/devel/py-d2to1/Makefile:1.3 --- pkgsrc/devel/py-d2to1/Makefile:1.2 Wed Jun 8 17:43:29 2016 +++ pkgsrc/devel/py-d2to1/Makefile Wed Jan 11 23:55:32 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2016/06/08 17:43:29 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2017/01/11 23:55:32 rodent Exp $ -DISTNAME= d2to1-0.2.11 +DISTNAME= d2to1-0.2.12 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=d/d2to1/} Index: pkgsrc/devel/py-d2to1/distinfo diff -u pkgsrc/devel/py-d2to1/distinfo:1.2 pkgsrc/devel/py-d2to1/distinfo:1.3 --- pkgsrc/devel/py-d2to1/distinfo:1.2 Tue Nov 3 03:29:06 2015 +++ pkgsrc/devel/py-d2to1/distinfo Wed Jan 11 23:55:32 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 03:29:06 agc Exp $ +$NetBSD: distinfo,v 1.3 2017/01/11 23:55:32 rodent Exp $ -SHA1 (d2to1-0.2.11.tar.gz) = fe074e77eefcf46c955745bc2aa5fc44402e90c2 -RMD160 (d2to1-0.2.11.tar.gz) = 497ec85e1a7a07d3d1d72f4242fb772b7e5c44b1 -SHA512 (d2to1-0.2.11.tar.gz) = 46a8b8b154b77bbef7bfeeeba1d6752899fad1b4cac8a6df699d42c848dcccc51e16db6429d171efd829fd051215f58fd9a5ec2edb62a06cf75f00ec5faac4da -Size (d2to1-0.2.11.tar.gz) = 25237 bytes +SHA1 (d2to1-0.2.12.tar.gz) = 72ab470f5837cb9de41f130ad7cf8b9b2c5187d0 +RMD160 (d2to1-0.2.12.tar.gz) = ff57010d2892940d699825080bedf4bee2ab4373 +SHA512 (d2to1-0.2.12.tar.gz) = a437d3652a63267470488de677e9d9e9844265480a8693f8b0163db8e1801f123888a14b78b0efb99c88598601cda5af7cfba993bd053c0683ed9ea22e8342a6 +Size (d2to1-0.2.12.tar.gz) = 35901 bytes --_----------=_1484178932177890--