diff --git a/python-six.changes b/python-six.changes index 58309c7..0f580be 100644 --- a/python-six.changes +++ b/python-six.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Jun 23 08:28:39 UTC 2014 - dmueller@suse.com + +- update to 1.7.2: + - Issue #72: Fix installing on Python 2. + - Issue #71: Make the six.moves meta path importer handle reloading of the six + module gracefully. + - 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. + ------------------------------------------------------------------- Thu Apr 24 11:20:32 UTC 2014 - dmueller@suse.com diff --git a/python-six.spec b/python-six.spec index 1335b0f..e28c6e9 100644 --- a/python-six.spec +++ b/python-six.spec @@ -17,7 +17,7 @@ Name: python-six -Version: 1.6.1 +Version: 1.7.2 Release: 0 Url: http://pypi.python.org/pypi/six/ Summary: Python 2 and 3 compatibility utilities diff --git a/six-1.6.1.tar.gz b/six-1.6.1.tar.gz deleted file mode 100644 index 71a56ee..0000000 --- a/six-1.6.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4392a7c8d91b005c002568a85faf617c67241c8cd8399cc395e8f1005aff80d -size 24792 diff --git a/six-1.7.2.tar.gz b/six-1.7.2.tar.gz new file mode 100644 index 0000000..7aaec4f --- /dev/null +++ b/six-1.7.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7b85e433ecf2f2df37edb017b954c468342991e1883c8a1e8d8616584b69998 +size 26399