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

no-reply at openstack.org no-reply at openstack.org
Wed Aug 3 13:25:32 UTC 2016


We are high-spirited to announce the release of:

python-glanceclient 2.3.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.2.0..2.3.0
-------------------------------------------

d2ae7f5 Updated from global requirements
98bbbb8 Replace OpenStack LLC with OpenStack Foundation
376037d py3: Fix encoding and use sys.stdin.buffer
436023c Remove discover from test-requirements
a0d1cc9 Updated from global requirements
155183a Log request-id before exceptions raised
2d7b864 Fix string interpolation to delayed to be handled by the logging code
3047afb Add comment about workaround for py3
9758585 Properly build releasenotes


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

glanceclient/common/http.py              | 24 ++++++++++++------------
glanceclient/common/utils.py             |  9 +++++++--
glanceclient/exc.py                      |  4 ++++
glanceclient/v2/tasks.py                 |  2 +-
releasenotes/source/index.rst            |  2 +-
requirements.txt                         |  2 +-
test-requirements.txt                    |  1 -
10 files changed, 44 insertions(+), 20 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 546fc92..78e1b08 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -11 +11 @@ six>=1.9.0 # MIT
-oslo.utils>=3.14.0 # Apache-2.0
+oslo.utils>=3.16.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index e9b6199..04bac46 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7 +6,0 @@ coverage>=3.6 # Apache-2.0
-discover # BSD





More information about the OpenStack-announce mailing list