From 7d448c46c25385a2ad311d4754134e40cf51844a9cb31ec01273efebda1bee7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 9 Oct 2015 08:22:20 +0000 Subject: [PATCH] Accepting request 337374 from home:Nijel:branches:devel:languages:python - 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. OBS-URL: https://build.opensuse.org/request/show/337374 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=40 --- python-six-doc.changes | 11 +++++++++++ python-six-doc.spec | 2 +- python-six.changes | 11 +++++++++++ python-six.spec | 2 +- six-1.10.0.tar.gz | 3 +++ six-1.9.0.tar.gz | 3 --- 6 files changed, 27 insertions(+), 5 deletions(-) create mode 100644 six-1.10.0.tar.gz delete mode 100644 six-1.9.0.tar.gz diff --git a/python-six-doc.changes b/python-six-doc.changes index 63daa58..939c9d0 100644 --- a/python-six-doc.changes +++ b/python-six-doc.changes @@ -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 diff --git a/python-six-doc.spec b/python-six-doc.spec index f1a14de..2a35cea 100644 --- a/python-six-doc.spec +++ b/python-six-doc.spec @@ -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 diff --git a/python-six.changes b/python-six.changes index 4bdd063..3cd7079 100644 --- a/python-six.changes +++ b/python-six.changes @@ -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 diff --git a/python-six.spec b/python-six.spec index 88f9cf2..5acf9fd 100644 --- a/python-six.spec +++ b/python-six.spec @@ -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 diff --git a/six-1.10.0.tar.gz b/six-1.10.0.tar.gz new file mode 100644 index 0000000..da5cb25 --- /dev/null +++ b/six-1.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:105f8d68616f8248e24bf0e9372ef04d3cc10104f1980f54d57b2ce73a5ad56a +size 29630 diff --git a/six-1.9.0.tar.gz b/six-1.9.0.tar.gz deleted file mode 100644 index 256b90f..0000000 --- a/six-1.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e24052411fc4fbd1f672635537c3fc2330d9481b18c0317695b46259512c91d5 -size 29127