Accepting request 282749 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/282749 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-six?expand=0&rev=19
This commit is contained in:
commit
32e1ab318a
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 13:45:42 UTC 2015 - mailaender@opensuse.org
|
||||
|
||||
- update to version 1.9.0
|
||||
- Issue #106: Support the `flush` parameter to `six.print_`.
|
||||
- Pull request #48 and issue #15: Add the `python_2_unicode_compatible`
|
||||
decorator.
|
||||
- Pull request #57 and issue #50: Add several compatibility methods for
|
||||
unittest assertions that were renamed between Python 2 and 3.
|
||||
- Issue #105 and pull request #58: Ensure `six.wraps` respects the
|
||||
*updated* and *assigned* arguments.
|
||||
- Issue #102: Add `raise_from` to abstract out Python 3's raise from
|
||||
syntax.
|
||||
- Issue #97: Optimize `six.iterbytes` on Python 2.
|
||||
- Issue #98: Fix `six.moves` race condition in multi-threaded code.
|
||||
- Pull request #51: Add `six.view(keys|values|itmes)`, which provide
|
||||
dictionary views on Python 2.7+.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 16 06:32:25 UTC 2014 - tbechtold@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-six
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-six
|
||||
Version: 1.8.0
|
||||
Version: 1.9.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:047bbbba41bac37c444c75ddfdf0573dd6e2f1fbd824e6247bb26fa7d8fa3830
|
||||
size 26925
|
3
six-1.9.0.tar.gz
Normal file
3
six-1.9.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e24052411fc4fbd1f672635537c3fc2330d9481b18c0317695b46259512c91d5
|
||||
size 29127
|
Loading…
x
Reference in New Issue
Block a user