[release-announce] keystoneauth1 5.1.1 (antelope)
no-reply at openstack.org
no-reply at openstack.org
Tue Jan 3 10:38:18 UTC 2023
We are tickled pink to announce the release of:
keystoneauth1 5.1.1: Authentication Library for OpenStack Identity
This release is part of the antelope release series.
The source is available from:
https://opendev.org/openstack/keystoneauth1
Download the package from:
https://pypi.org/project/keystoneauth1
For more details, please see below.
Changes in keystoneauth1 5.1.0..5.1.1
-------------------------------------
5098d45 Allow passing of version header
ae646f8 Enforce scope mutual exclusion for system
11faa0e Fix linters and bindep on jammy
Diffstat (except docs and test files)
-------------------------------------
bindep.txt | 2 +-
keystoneauth1/discover.py | 9 +++++++--
keystoneauth1/identity/v3/base.py | 3 ++-
keystoneauth1/identity/v3/oauth2_client_credential.py | 3 ---
keystoneauth1/identity/v3/oidc.py | 2 +-
test-requirements.txt | 5 ++---
tox.ini | 4 +++-
8 files changed, 20 insertions(+), 14 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index bb35c19..7f7b131 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5,2 +5,2 @@
-hacking>=3.0.1,<3.1.0 # Apache-2.0
-flake8-docstrings==0.2.1.post1 # MIT
+hacking~=4.1.0 # Apache-2.0
+flake8-docstrings~=1.6.0 # MIT
@@ -8 +7,0 @@ flake8-import-order>=0.17.1 #LGPLv3
-pycodestyle>=2.0.0,<2.6.0 # MIT
More information about the Release-announce
mailing list