Accepting request 282651 from home:Mailaender:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/282651 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=30
This commit is contained in:
parent
54d6ca9468
commit
82d452b642
@ -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
|
Tue Sep 16 06:32:25 UTC 2014 - tbechtold@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-six
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-six
|
Name: python-six
|
||||||
Version: 1.8.0
|
Version: 1.9.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://pypi.python.org/pypi/six/
|
Url: http://pypi.python.org/pypi/six/
|
||||||
Summary: Python 2 and 3 compatibility utilities
|
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