pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-d2to1
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.
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
Home |
Main Index |
Thread Index |
Old Index