pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/py-six Changes 1.7.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/54afff4825f4
branches:  trunk
changeset: 635599:54afff4825f4
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jun 09 10:21:34 2014 +0000

description:
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:

 lang/py-six/Makefile |  4 ++--
 lang/py-six/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r acd47a2df6c2 -r 54afff4825f4 lang/py-six/Makefile
--- a/lang/py-six/Makefile      Mon Jun 09 10:18:50 2014 +0000
+++ b/lang/py-six/Makefile      Mon Jun 09 10:21:34 2014 +0000
@@ -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 -r acd47a2df6c2 -r 54afff4825f4 lang/py-six/distinfo
--- a/lang/py-six/distinfo      Mon Jun 09 10:18:50 2014 +0000
+++ b/lang/py-six/distinfo      Mon Jun 09 10:21:34 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index