Accepting request 337375 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/337375 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-six?expand=0&rev=22
This commit is contained in:
commit
7ae78dcbd4
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 9 08:17:49 UTC 2015 - mcihar@suse.cz
|
||||
|
||||
- Update to 1.10.0:
|
||||
- Issue #122: Improve the performance of `six.int2byte` on Python 3.
|
||||
- Pull request #55 and issue #99: Don't add the `winreg` module to `six.moves`
|
||||
on non-Windows platforms.
|
||||
- Pull request #60 and issue #108: Add `six.moves.getcwd` and
|
||||
`six.moves.getcwdu`.
|
||||
- Pull request #64: Add `create_unbound_method` to create unbound methods.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 16 20:11:49 UTC 2015 - hpj@urpla.net
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-six-doc
|
||||
Version: 1.9.0
|
||||
Version: 1.10.0
|
||||
Release: 0
|
||||
Url: http://pypi.python.org/pypi/six/
|
||||
Summary: Python 2 and 3 compatibility utilities
|
||||
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 9 08:17:49 UTC 2015 - mcihar@suse.cz
|
||||
|
||||
- Update to 1.10.0:
|
||||
- Issue #122: Improve the performance of `six.int2byte` on Python 3.
|
||||
- Pull request #55 and issue #99: Don't add the `winreg` module to `six.moves`
|
||||
on non-Windows platforms.
|
||||
- Pull request #60 and issue #108: Add `six.moves.getcwd` and
|
||||
`six.moves.getcwdu`.
|
||||
- Pull request #64: Add `create_unbound_method` to create unbound methods.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 4 07:50:17 UTC 2015 - dimstar@opensuse.org
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%bcond_with test
|
||||
|
||||
Name: python-six
|
||||
Version: 1.9.0
|
||||
Version: 1.10.0
|
||||
Release: 0
|
||||
Url: http://pypi.python.org/pypi/six/
|
||||
Summary: Python 2 and 3 compatibility utilities
|
||||
|
3
six-1.10.0.tar.gz
Normal file
3
six-1.10.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:105f8d68616f8248e24bf0e9372ef04d3cc10104f1980f54d57b2ce73a5ad56a
|
||||
size 29630
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e24052411fc4fbd1f672635537c3fc2330d9481b18c0317695b46259512c91d5
|
||||
size 29127
|
Loading…
x
Reference in New Issue
Block a user