From 61fdfd9468fb35c99bc24460cece085065073c4c Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 9 Jun 2014 10:21:34 +0000 Subject: 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. --- lang/py-six/Makefile | 4 ++-- lang/py-six/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'lang') 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 -- cgit v1.2.3