[openstack-dev] [release] python-glanceclient release 0.18.0 (liberty)

Doug Hellmann doug at doughellmann.com
Tue Apr 21 19:23:28 UTC 2015


We are gleeful to announce the release of:

python-glanceclient 0.18.0: OpenStack Image API Client Library

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

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

Please report issues through launchpad:

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

Changes in python-glanceclient 0.17.0..0.18.0
---------------------------------------------

8b4456a 2015-04-16 18:13:00 +0000 Uncap library requirements for liberty
76c9f68 2015-04-14 10:00:51 +0200 Add unit tests for log_curl_request
bd0aa06 2015-04-11 11:04:23 +0000 Fix https stack trace on python 3.4 client
c698b4e 2015-04-11 11:03:54 +0000 Fix client when using no ssl compression
64a1a0f 2015-04-11 11:00:19 +0000 Add SSL cert verification regression tests
c730266 2015-04-11 00:02:22 +1200 Omit 'locations' as image-create parameter
a6234d1 2015-04-02 06:15:48 +0000 Creating task with invalid property crashes in py3
fd2f989 2015-03-28 14:22:49 +1100 Don't accept *args for client
e386e44 2015-03-28 14:21:51 +1100 Stub authentication requests rather than plugins
27f70bb 2015-03-28 14:19:52 +1100 Remove keystoneclient mocks
02b1a05 2015-03-28 14:16:00 +1100 Replace mox in tests with requests-mock
90407d9 2015-03-27 19:03:48 +0300 Expose 'is_base' schema property attribute
2c08b40 2015-03-26 12:42:36 +0000 Validate tag name when filtering for images
13b5a5a 2015-03-26 12:42:18 +0000 Remove redundant FakeSchemaAPI __init__ method
c149a94 2015-03-22 17:26:55 +0530 glance image-show now have --human-readable option
42d7548 2015-03-19 20:53:54 -0600 Test unit for checking update active images
6d864ef 2015-03-19 10:24:34 +0100 Correct help messages for image-update command
f272ab3 2015-02-16 11:09:00 +1100 Generate API documentation
a1bb3eb 2014-11-26 12:20:40 -0600 Use any instead of False in generator

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

glanceclient/client.py            |   9 ++
glanceclient/common/https.py      |  11 +-
glanceclient/common/utils.py      |   4 +-
glanceclient/v1/client.py         |   4 +-
glanceclient/v1/shell.py          |   6 +-
glanceclient/v2/client.py         |   4 +-
glanceclient/v2/images.py         |  15 ++-
glanceclient/v2/schemas.py        |  21 ++-
glanceclient/v2/shell.py          |   9 +-
glanceclient/v2/tasks.py          |   2 +-
requirements.txt                  |   8 +-
test-requirements.txt             |   5 +-
tox.ini                           |   2 +-
25 files changed, 608 insertions(+), 471 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index c34e04a..7245e72 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8 +8 @@ PrettyTable>=0.7,<0.8
-python-keystoneclient>=1.0.0
+python-keystoneclient>=1.1.0
@@ -12,3 +12,3 @@ warlock>=1.0.1,<2
-six>=1.7.0
-oslo.utils>=1.2.0                       # Apache-2.0
-oslo.i18n>=1.3.0  # Apache-2.0
+six>=1.9.0
+oslo.utils>=1.4.0                       # Apache-2.0
+oslo.i18n>=1.5.0  # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 06cb4aa..b0e7f67 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8 +7,0 @@ discover
-mox3>=0.7.0
@@ -10 +9 @@ mock>=1.0
-oslosphinx>=2.2.0  # Apache-2.0
+oslosphinx>=2.5.0  # Apache-2.0
@@ -13,0 +13,2 @@ testtools>=0.9.36,!=1.2.0
+fixtures>=0.3.14
+requests-mock>=0.6.0  # Apache-2.0





More information about the OpenStack-dev mailing list