summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authoradam <adam>2014-06-09 10:21:34 +0000
committeradam <adam>2014-06-09 10:21:34 +0000
commitfe0650e6cbbac10e1b9d95ea0e202f030068e65b (patch)
tree00b3ccd3b55f7d69127ae51ec9697c7935fe062b /lang
parent9fe9eeb3aab04190e55541de733e5c104373f834 (diff)
downloadpkgsrc-fe0650e6cbbac10e1b9d95ea0e202f030068e65b.tar.gz
Changes 1.7.2:
- Issue 72: Fix installing on Python 2. Changes 1.7.1: - Issue 71: Make the six.moves meta path importer handle reloading of the six module gracefully. Changes 1.7.0: - Pull request 30: Implement six.moves with a PEP 302 meta path hook. - Pull request 32: Add six.wraps, which is like functools.wraps but always sets the __wrapped__ attribute. - Pull request 35: Improve add_metaclass, so that it doesn't end up inserting another class into the hierarchy. - Pull request 34: Add import mappings for dummy_thread. - Pull request 33: Add import mappings for UserDict and UserList. - Pull request 31: Select the implementations of dictionary iterator routines at import time for a 20% speed boost.
Diffstat (limited to 'lang')
-rw-r--r--lang/py-six/Makefile4
-rw-r--r--lang/py-six/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/lang/py-six/Makefile b/lang/py-six/Makefile
index f7318841780..03461fa9e25 100644
--- a/lang/py-six/Makefile
+++ b/lang/py-six/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2014/04/12 20:45:14 adam Exp $
+# $NetBSD: Makefile,v 1.3 2014/06/09 10:21:34 adam Exp $
-DISTNAME= six-1.6.1
+DISTNAME= six-1.7.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel lang python
MASTER_SITES= https://pypi.python.org/packages/source/s/six/
diff --git a/lang/py-six/distinfo b/lang/py-six/distinfo
index 869feca8a56..16bd8d4b333 100644
--- a/lang/py-six/distinfo
+++ b/lang/py-six/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2014/04/12 20:45:14 adam Exp $
+$NetBSD: distinfo,v 1.3 2014/06/09 10:21:34 adam Exp $
-SHA1 (six-1.6.1.tar.gz) = 2a7941cc2233d9ad6d7d54dd5265d1eb9726c5a1
-RMD160 (six-1.6.1.tar.gz) = 74e34e6f5d1da70996bfb981d2f78734f52ef379
-Size (six-1.6.1.tar.gz) = 24792 bytes
+SHA1 (six-1.7.2.tar.gz) = 6ed970106d18e48b361b09c227dac83b4cc72f26
+RMD160 (six-1.7.2.tar.gz) = 55c101d2c2eadf0c184dcaf71eb3198c2a0c1afc
+Size (six-1.7.2.tar.gz) = 26399 bytes