diff --git a/python-six.changes b/python-six.changes index 55bb7fe..f3c3eff 100644 --- a/python-six.changes +++ b/python-six.changes @@ -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 diff --git a/python-six.spec b/python-six.spec index a23d2c8..7686dac 100644 --- a/python-six.spec +++ b/python-six.spec @@ -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 diff --git a/six-1.8.0.tar.gz b/six-1.8.0.tar.gz deleted file mode 100644 index 46c365a..0000000 --- a/six-1.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:047bbbba41bac37c444c75ddfdf0573dd6e2f1fbd824e6247bb26fa7d8fa3830 -size 26925 diff --git a/six-1.9.0.tar.gz b/six-1.9.0.tar.gz new file mode 100644 index 0000000..256b90f --- /dev/null +++ b/six-1.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e24052411fc4fbd1f672635537c3fc2330d9481b18c0317695b46259512c91d5 +size 29127