From cc27809def208cb39e28e82de87a41fa1c9b4b3a10a0e571cca10105396b5405 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 13 Aug 2014 07:46:04 +0000 Subject: [PATCH] - update to 1.7.3: - Issue #77: Fix import six on Python 3.4 with a custom loader. - Issue #74: six.moves.xmlrpc_server should map to SimpleXMLRPCServer on Python 2 as documented not xmlrpclib. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=26 --- python-six.changes | 8 ++++++++ python-six.spec | 2 +- six-1.7.2.tar.gz | 3 --- six-1.7.3.tar.gz | 3 +++ 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 six-1.7.2.tar.gz create mode 100644 six-1.7.3.tar.gz diff --git a/python-six.changes b/python-six.changes index 0f580be..c0bc954 100644 --- a/python-six.changes +++ b/python-six.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Aug 13 07:44:30 UTC 2014 - mcihar@suse.cz + +- update to 1.7.3: + - Issue #77: Fix import six on Python 3.4 with a custom loader. + - Issue #74: six.moves.xmlrpc_server should map to SimpleXMLRPCServer on Python + 2 as documented not xmlrpclib. + ------------------------------------------------------------------- Mon Jun 23 08:28:39 UTC 2014 - dmueller@suse.com diff --git a/python-six.spec b/python-six.spec index e28c6e9..7cf731a 100644 --- a/python-six.spec +++ b/python-six.spec @@ -17,7 +17,7 @@ Name: python-six -Version: 1.7.2 +Version: 1.7.3 Release: 0 Url: http://pypi.python.org/pypi/six/ Summary: Python 2 and 3 compatibility utilities diff --git a/six-1.7.2.tar.gz b/six-1.7.2.tar.gz deleted file mode 100644 index 7aaec4f..0000000 --- a/six-1.7.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c7b85e433ecf2f2df37edb017b954c468342991e1883c8a1e8d8616584b69998 -size 26399 diff --git a/six-1.7.3.tar.gz b/six-1.7.3.tar.gz new file mode 100644 index 0000000..fb121c8 --- /dev/null +++ b/six-1.7.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a842c9f882c0b2ab1064d567bb9fff6a21c9efbc3d9992083ad6193787ed393 +size 26339