[release-announce] python-glanceclient 4.0.1 (zed)

no-reply at openstack.org no-reply at openstack.org
Wed Jul 13 10:11:53 UTC 2022


We are stoked to announce the release of:

python-glanceclient 4.0.1: OpenStack Image API Client Library

This release is part of the zed 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 4.0.0..4.0.1
-------------------------------------------

1b854e1 Remove incorrect note from requirements files
508914c Uncap warlock
8df9328 Check if stdin has isatty attribute
be26283 Bump tox minversion to 3.18.0


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

glanceclient/common/utils.py | 2 +-
glanceclient/v2/shell.py     | 4 ++--
requirements.txt             | 5 +----
test-requirements.txt        | 5 -----
tox.ini                      | 4 ++--
5 files changed, 6 insertions(+), 14 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index e2a92e4..424dcf0 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +0,0 @@
-# The order of packages is significant, because pip processes them in the order
-# of appearance. Changing the order has an impact on the overall integration
-# process, which may cause wedges in the gate later.
@@ -8 +5 @@ requests>=2.14.2 # Apache-2.0
-warlock<2,>=1.2.0 # Apache-2.0
+warlock>=1.2.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index e9f6622..d635495 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,4 +0,0 @@
-# The order of packages is significant, because pip processes them in the order
-# of appearance. Changing the order has an impact on the overall integration
-# process, which may cause wedges in the gate later.
-
@@ -6 +1,0 @@ hacking>=3.0.1,<3.1.0 # Apache-2.0
-






More information about the Release-announce mailing list