We are stoked to announce the release of: python-keystoneclient 5.5.0: Client Library for OpenStack Identity This release is part of the dalmatian 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 5.4.0..5.5.0 --------------------------------------------- 2fe440b reno: Update master for unmaintained/zed 60f89ca Remove old excludes cf981fa reno: Update master for unmaintained/xena 67c5642 reno: Update master for unmaintained/wallaby a24415e reno: Update master for unmaintained/victoria 07b7ddd Update master for stable/2024.1 916814e tox: Drop envdir Diffstat (except docs and test files) ------------------------------------- releasenotes/source/2024.1.rst | 6 ++++++ releasenotes/source/index.rst | 1 + releasenotes/source/victoria.rst | 2 +- releasenotes/source/wallaby.rst | 2 +- releasenotes/source/xena.rst | 2 +- releasenotes/source/zed.rst | 2 +- requirements.txt | 4 ++-- test-requirements.txt | 4 ++-- tox.ini | 1 - 10 files changed, 17 insertions(+), 15 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 343c98f..1b69b98 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4 @@ -pbr!=2.1.0,>=2.0.0 # Apache-2.0 +pbr>=2.0.0 # Apache-2.0 @@ -10 +10 @@ oslo.i18n>=3.15.3 # Apache-2.0 -oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 +oslo.serialization>=2.18.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index eb310e8..a88f20a 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4 +4 @@ flake8-docstrings==1.7.0 # MIT -coverage!=4.4,>=4.0 # Apache-2.0 +coverage>=4.0 # Apache-2.0 @@ -19 +19 @@ testtools>=2.2.0 # MIT -bandit!=1.6.0,>=1.1.0 # Apache-2.0 +bandit>=1.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org