[openstack-announce] [release][stable][glance] python-glanceclient release 0.17.2 (kilo)

doug at doughellmann.com doug at doughellmann.com
Thu Jul 16 19:22:01 UTC 2015


We are excited to announce the release of:

python-glanceclient 0.17.2: OpenStack Image API Client Library

This release is part of the kilo stable release series.

With source available at:

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

With package available at:

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

For more details, please see the git log history below and:

    http://launchpad.net/python-glanceclient/+milestone/0.17.2

Please report issues through launchpad:

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

Changes in python-glanceclient 0.17.1..0.17.2
---------------------------------------------

da4f22a Add release notes for 0.17.2
8d4237d Updated from global requirements
e9b2b4e Correct help messages for image-update command
5533018 Creating task with invalid property crashes in py3
28dc1da Omit 'locations' as image-create parameter
1990e76 Fix Metadef Object update issue with python-glanceclient
7771d3b Do not crash on homedir mkdir
8a6d314 Add release notes for 0.17.1

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

glanceclient/shell.py                | 10 +++++++++-
glanceclient/v1/shell.py             |  6 ++++--
glanceclient/v2/metadefs.py          |  4 ++--
glanceclient/v2/shell.py             |  3 ++-
glanceclient/v2/tasks.py             |  2 +-
requirements.txt                     | 14 +++++++-------
setup.py                             |  1 -
test-requirements.txt                | 10 +++++-----
13 files changed, 101 insertions(+), 20 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 0d5078f..a2fb4ac 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4 +4 @@
-pbr>=0.6,!=0.7,<1.0
+pbr!=0.7,<1.0,>=0.6
@@ -7,2 +7,2 @@ argparse
-PrettyTable>=0.7,<0.8
-python-keystoneclient>=1.1.0,<1.4.0
+PrettyTable<0.8,>=0.7
+python-keystoneclient<1.4.0,>=1.2.0
@@ -10,2 +10,2 @@ pyOpenSSL>=0.11
-requests>=2.2.0,!=2.4.0
-warlock>=1.0.1,<2
+requests!=2.4.0,>=2.2.0
+warlock<2,>=1.0.1
@@ -13,2 +13,2 @@ six>=1.9.0
-oslo.utils>=1.4.0,<1.5.0                       # Apache-2.0
-oslo.i18n>=1.5.0,<1.6.0  # Apache-2.0
+oslo.utils<1.5.0,>=1.4.0 # Apache-2.0
+oslo.i18n<1.6.0,>=1.5.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 30e9f7e..cf0a1f9 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4 +4 @@
-hacking>=0.8.0,<0.9
+hacking<0.9,>=0.8.0
@@ -9,3 +9,3 @@ mox3>=0.7.0
-mock>=1.0
-oslosphinx>=2.5.0,<2.6.0  # Apache-2.0
-sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
+mock<1.1.0,>=1.0
+oslosphinx<2.6.0,>=2.5.0 # Apache-2.0
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
@@ -13 +13 @@ testrepository>=0.0.18
-testtools>=0.9.36,!=1.2.0
+testtools!=1.2.0,>=0.9.36





More information about the OpenStack-announce mailing list