From 00a382bbbf3bb32542e6a14ba3c4cdc919fecb62456ebd65ff3fec9a674884c2 Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Fri, 25 Apr 2014 15:45:24 +0000
Subject: [PATCH] Accepting request 231414 from Cloud:OpenStack:Master
- update to 1.6.1:
- Raise an AttributeError for six.moves.X when X is a module not available in
the current interpreter.
- Raise an AttributeError for every attribute of unimportable modules.
- Issue #56: Make the fake modules six.moves puts into sys.modules appear not to
have a __path__ unless they are loaded.
- Pull request #28: Add support for SplitResult.
- Issue #55: Add move mapping for xmlrpc.server.
- Pull request #29: Add move for urllib.parse.splitquery.
OBS-URL: https://build.opensuse.org/request/show/231414
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=22
---
python-six.changes | 13 +++++++++++++
python-six.spec | 2 +-
six-1.5.2.tar.gz | 3 ---
six-1.6.1.tar.gz | 3 +++
4 files changed, 17 insertions(+), 4 deletions(-)
delete mode 100644 six-1.5.2.tar.gz
create mode 100644 six-1.6.1.tar.gz
diff --git a/python-six.changes b/python-six.changes
index 02572a6..58309c7 100644
--- a/python-six.changes
+++ b/python-six.changes
@@ -1,3 +1,16 @@
+-------------------------------------------------------------------
+Thu Apr 24 11:20:32 UTC 2014 - dmueller@suse.com
+
+- update to 1.6.1:
+ - Raise an AttributeError for six.moves.X when X is a module not available in
+ the current interpreter.
+ - Raise an AttributeError for every attribute of unimportable modules.
+ - Issue #56: Make the fake modules six.moves puts into sys.modules appear not to
+ have a __path__ unless they are loaded.
+ - Pull request #28: Add support for SplitResult.
+ - Issue #55: Add move mapping for xmlrpc.server.
+ - Pull request #29: Add move for urllib.parse.splitquery.
+
-------------------------------------------------------------------
Wed Feb 26 16:44:10 UTC 2014 - rschweikert@suse.com
diff --git a/python-six.spec b/python-six.spec
index d641c6e..1335b0f 100644
--- a/python-six.spec
+++ b/python-six.spec
@@ -17,7 +17,7 @@
Name: python-six
-Version: 1.5.2
+Version: 1.6.1
Release: 0
Url: http://pypi.python.org/pypi/six/
Summary: Python 2 and 3 compatibility utilities
diff --git a/six-1.5.2.tar.gz b/six-1.5.2.tar.gz
deleted file mode 100644
index 4041d2d..0000000
--- a/six-1.5.2.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:fc6beeffdd8fc76b783287eb77d093425d0710920aae2c70acd693c52d7e8cf8
-size 24081
diff --git a/six-1.6.1.tar.gz b/six-1.6.1.tar.gz
new file mode 100644
index 0000000..71a56ee
--- /dev/null
+++ b/six-1.6.1.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d4392a7c8d91b005c002568a85faf617c67241c8cd8399cc395e8f1005aff80d
+size 24792