diff options
author | adam <adam@pkgsrc.org> | 2014-06-09 10:21:34 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2014-06-09 10:21:34 +0000 |
commit | 612ef5ade4f848b97af343aba303b0c4732b2d37 (patch) | |
tree | 00b3ccd3b55f7d69127ae51ec9697c7935fe062b /lang/py-six | |
parent | 8e193ef7b495056ad336ab810b11a42ee3c7417a (diff) | |
download | pkgsrc-612ef5ade4f848b97af343aba303b0c4732b2d37.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/py-six')
-rw-r--r-- | lang/py-six/Makefile | 4 | ||||
-rw-r--r-- | lang/py-six/distinfo | 8 |
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 |