[openstack-announce] [new][glance] python-glanceclient 2.0.1 release (mitaka)

no-reply at openstack.org no-reply at openstack.org
Tue Jun 21 18:22:10 UTC 2016


We are stoked to announce the release of:

python-glanceclient 2.0.1: OpenStack Image API Client Library

This release is part of the mitaka stable release series.

With source available at:

    https://git.openstack.org/cgit/openstack/python-glanceclient

With package available at:

    https://pypi.python.org/pypi/python-glanceclient

Please report issues through launchpad:

    https://bugs.launchpad.net/python-glanceclient

For more details, please see below.

Changes in python-glanceclient 2.0.0..2.0.1
-------------------------------------------

99ca367 Add upper constraints to glanceclient
f6b9e79 Get endpoint if os_image_url is not set
4a55671 Fix "Codec can't encode characters"
8ab1756 Updated from global requirements
11b0f34 Updated from global requirements
b124562 Fix missing of debug info after we use session
e2ddf50 Updated from global requirements
9fc5d56 Re-enable stacktracing when --debug is used
d0882d1 Update .gitreview for stable/mitaka

Diffstat (except docs and test files)
-------------------------------------

.gitreview                            |   1 +
glanceclient/common/http.py           |  32 ++++-----
glanceclient/shell.py                 |  29 +++++---
requirements.txt                      |   4 +-
test-requirements.txt                 |   2 +-
tools/tox_install.sh                  |  55 ++++++++++++++
tox.ini                               |  13 +++-
9 files changed, 221 insertions(+), 51 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index fbc914c..783d554 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@ pbr>=1.6 # Apache-2.0
-Babel>=1.3 # BSD
+Babel!=2.3.0,!=2.3.1,!=2.3.2,!=2.3.3,>=1.3 # BSD
@@ -7 +7 @@ PrettyTable<0.8,>=0.7 # BSD
-python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0
+python-keystoneclient!=1.8.0,!=2.1.0,<3.0.0,>=1.6.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 4f56ff1..9265f4c 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -17 +17 @@ testscenarios>=0.4 # Apache-2.0/BSD
-fixtures>=1.3.1 # Apache-2.0/BSD
+fixtures<2.0,>=1.3.1 # Apache-2.0/BSD





More information about the OpenStack-announce mailing list