Accepting request 238336 from Cloud:OpenStack:Master
- 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. OBS-URL: https://build.opensuse.org/request/show/238336 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=24
This commit is contained in:
committed by
Git OBS Bridge
parent
1dd5fd6adc
commit
ff91da4ffb
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user