[openstack-announce] [new][glance] python-glanceclient 2.1.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Tue Jun 21 18:20:01 UTC 2016


We are jubilant to announce the release of:

python-glanceclient 2.1.0: OpenStack Image API Client Library

This release is part of the newton 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.1.0
-------------------------------------------

46c3792 Updated from global requirements
2ab2678 Remove deprecated construct method from session init
10ad288 Add upper constraints to glanceclient
28f905f Updated from global requirements
3a0007a Fixed grammar in image-download command description
3ced7d5 Updated from global requirements
a1cd7ef Updated from global requirements
3296620 Updated from global requirements
3066256 [Trivial] Remove unnecessary executable privilege
9329ef0 Fix "Codec can't encode characters"
f0dca77 Updated from global requirements
f9dade5 Update the home-page with developer documentation
a862196 Get endpoint if os_image_url is not set
f39647a Updated from global requirements
41e10e3 Corrected wrong parameter in docstring
da22122 Updated from global requirements
cd5925b Enable hacking checks
9faa9d4 Fix typos in docstrings and comments
c70578a Updated from global requirements
d0ec3a7 Re-enable stacktracing when --debug is used
9e532db Add last_request_id member to HTTPClient and SessionClient
444ffbe Fix v2 so that you can see the default help info
2561e40 Update auth_token before sending request
87c8c93 Fix missing of debug info after we use session
d3de9ed Ship the default metadata schema in the client
c6904d0 Docs are generated incorrectly
8b6dbb2 Fix location update
860908c Catch InUseByStore case in do_image_delete
6feb715 Update reno for stable/mitaka
03f13e4 trival: fix a typo in comment

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

glanceclient/common/exceptions.py                  |   2 +-
glanceclient/common/http.py                        |  44 ++--
glanceclient/common/https.py                       |  15 +-
glanceclient/common/progressbar.py                 |  15 +-
glanceclient/common/utils.py                       |  14 +-
glanceclient/shell.py                              |  56 ++---
glanceclient/v1/images.py                          |   2 +-
glanceclient/v1/shell.py                           |   2 +-
glanceclient/v2/images.py                          |  13 +-
glanceclient/v2/metadefs.py                        |  17 +-
glanceclient/v2/namespace_schema.py                | 243 +++++++++++++++++++++
glanceclient/v2/resource_type_schema.py            |  67 ++++++
glanceclient/v2/schemas.py                         |   9 +-
glanceclient/v2/shell.py                           |  16 +-
glanceclient/v2/tasks.py                           |   3 +-
releasenotes/source/index.rst                      |   1 +
releasenotes/source/mitaka.rst                     |   6 +
requirements.txt                                   |   8 +-
setup.cfg                                          |   2 +-
test-requirements.txt                              |   6 +-
tools/tox_install.sh                               |  55 +++++
tox.ini                                            |  21 +-
30 files changed, 736 insertions(+), 158 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index fbc914c..e290210 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@ pbr>=1.6 # Apache-2.0
-Babel>=1.3 # BSD
+Babel>=2.3.4 # BSD
@@ -7,2 +7,2 @@ PrettyTable<0.8,>=0.7 # BSD
-python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0
-requests!=2.9.0,>=2.8.1 # Apache-2.0
+python-keystoneclient!=1.8.0,!=2.1.0,>=1.7.0 # Apache-2.0
+requests>=2.10.0 # Apache-2.0
@@ -11 +11 @@ six>=1.9.0 # MIT
-oslo.utils>=3.5.0 # Apache-2.0
+oslo.utils>=3.11.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 4f56ff1..f3f271c 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -8 +8 @@ discover # BSD
-mock>=1.2 # BSD
+mock>=2.0 # BSD
@@ -12 +12 @@ oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
-reno>=0.1.1 # Apache2
+reno>=1.6.2 # Apache2
@@ -17 +17 @@ testscenarios>=0.4 # Apache-2.0/BSD
-fixtures>=1.3.1 # Apache-2.0/BSD
+fixtures>=3.0.0 # Apache-2.0/BSD





More information about the OpenStack-announce mailing list