[release-announce] python-glanceclient 2.17.0 (train)

no-reply at openstack.org no-reply at openstack.org
Fri Sep 13 15:16:05 UTC 2019


We are tickled pink to announce the release of:

python-glanceclient 2.17.0: OpenStack Image API Client Library

This release is part of the train release series.

The source is available from:

    https://opendev.org/openstack/python-glanceclient

Download the package from:

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

Please report issues through:

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

For more details, please see below.

Changes in python-glanceclient 2.16.0..2.17.0
---------------------------------------------

baddc06 Add release note for glanceclient 2.17.0
a561060 Trivial: fix image format typo
c246598 Correcting typo in shell.py - enviroment to environment.
b79429a Bump openstackdocstheme to 1.20.0
fec518a Add Python 3 Train unit tests
69ef9d8 Modify the url of upper_constraints_file
039fa4c Blacklist sphinx 2.1.0 (autodoc bug)
43e6338 Update sphinx dependency
d61d1dd Rename --backend to --store
bfec0e2 OpenDev Migration Patch
d589aa2 HTTPClient: actually set a timeout for requests
b8ecb0b Update hacking version
60a707e Update master for stable/stein
6a4b68b Add upper-constraints.txt to releasenotes tox environment


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

.gitreview                                         |  2 +-
.zuul.yaml                                         | 10 ++---
glanceclient/common/http.py                        |  1 +
glanceclient/common/utils.py                       |  8 ++--
glanceclient/v1/shell.py                           | 10 ++---
glanceclient/v2/shell.py                           | 44 ++++++++++-----------
lower-constraints.txt                              |  2 +-
.../notes/2.17.0_Release-c67392be3b428d10.yaml     | 35 ++++++++++++++++
releasenotes/source/index.rst                      |  1 +
releasenotes/source/stein.rst                      |  6 +++
setup.cfg                                          |  2 +-
test-requirements.txt                              |  3 +-
tox.ini                                            | 11 ++++--
17 files changed, 120 insertions(+), 75 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 0424393..8e8541c 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4 +4,2 @@
-hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
+
+hacking>=1.1.0,<1.2.0 # Apache-2.0






More information about the Release-announce mailing list