forked from pool/python-six
Accepting request 249498 from Cloud:OpenStack:Master
New upstream release OBS-URL: https://build.opensuse.org/request/show/249498 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=28
This commit is contained in:
parent
cc27809def
commit
54d6ca9468
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 16 06:32:25 UTC 2014 - tbechtold@suse.com
|
||||
|
||||
- update to version 1.8.0:
|
||||
* Issue #90: Add six.moves.shlex_quote.
|
||||
* Issue #59: Add six.moves.intern.
|
||||
* Add six.urllib.parse.uses_(fragment|netloc|params|query|relative).
|
||||
* Issue #88: Fix add_metaclass when the class has __slots__ containing
|
||||
"__weakref__" or "__dict__".
|
||||
* Issue #89: Make six use absolute imports.
|
||||
* Issue #85: Always accept *updated* and *assigned* arguments for wraps().
|
||||
* Issue #86: In reraise(), instantiate the exception if the second argument is
|
||||
None.
|
||||
* Pull request #45: Add six.moves.email_mime_nonmultipart.
|
||||
* Issue #81: Add six.urllib.request.splittag mapping.
|
||||
* Issue #80: Add six.urllib.request.splituser mapping.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 13 07:44:30 UTC 2014 - mcihar@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-six
|
||||
Version: 1.7.3
|
||||
Version: 1.8.0
|
||||
Release: 0
|
||||
Url: http://pypi.python.org/pypi/six/
|
||||
Summary: Python 2 and 3 compatibility utilities
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7a842c9f882c0b2ab1064d567bb9fff6a21c9efbc3d9992083ad6193787ed393
|
||||
size 26339
|
3
six-1.8.0.tar.gz
Normal file
3
six-1.8.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:047bbbba41bac37c444c75ddfdf0573dd6e2f1fbd824e6247bb26fa7d8fa3830
|
||||
size 26925
|
Loading…
x
Reference in New Issue
Block a user