[release-announce] [glance] python-glanceclient 1.1.2 (liberty)

no-reply at openstack.org no-reply at openstack.org
Mon Dec 12 04:48:44 UTC 2016


We are satisfied to announce the release of:

python-glanceclient 1.1.2: OpenStack Image API Client Library

This release is part of the liberty stable release series.

The source is available from:

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

Download the package from:

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

Please report issues through launchpad:

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

For more details, please see below.

Changes in python-glanceclient 1.1.1..1.1.2
-------------------------------------------

1d88844 Updated from global requirements
8e20632 Add upper constraints to glanceclient
8af249f Get endpoint if os_image_url is not set
652e8b5 Updated from global requirements
d62b1ba Updated from global requirements


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

glanceclient/shell.py                 | 11 ++++-
requirements.txt                      |  6 +--
tools/tox_install.sh                  | 55 +++++++++++++++++++++
tox.ini                               | 13 ++++-
5 files changed, 157 insertions(+), 21 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index e58b4ab..48b7863 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@ pbr>=1.6
-Babel>=1.3
+Babel!=2.3.0,!=2.3.1,!=2.3.2,!=2.3.3,>=1.3 # BSD
@@ -8 +8 @@ PrettyTable<0.8,>=0.7
-python-keystoneclient!=1.8.0,>=1.6.0
+python-keystoneclient!=1.8.0,<3.0.0,>=1.6.0
@@ -10 +10 @@ requests!=2.8.0,!=2.9.0,>=2.5.2
-warlock<2,>=1.0.1
+warlock!=1.3.0,<2,>=1.0.1 # Apache-2.0





More information about the Release-announce mailing list