[release-announce] python-keystoneclient 4.1.1 (victoria)

no-reply at openstack.org no-reply at openstack.org
Mon Sep 14 14:19:08 UTC 2020


We are psyched to announce the release of:

python-keystoneclient 4.1.1: Client Library for OpenStack Identity

This release is part of the victoria stable release series.

The source is available from:

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

Download the package from:

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

Please report issues through:

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

For more details, please see below.

Changes in python-keystoneclient 4.1.0..4.1.1
---------------------------------------------

54f19dc Fix hacking min version to 3.0.1
ee55c04 Use unittest.mock instead of third party mock


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

lower-constraints.txt                                  | 4 ----
test-requirements.txt                                  | 3 +--
16 files changed, 16 insertions(+), 20 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 835fd47..418821c 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking>=3.0,<3.1.0 # Apache-2.0
+hacking>=3.0.1,<3.1.0 # Apache-2.0
@@ -12 +11,0 @@ lxml!=3.7.0,>=3.4.1 # BSD
-mock>=2.0.0 # BSD






More information about the Release-announce mailing list