[release-announce] keystoneauth1 4.0.0 (ussuri)
no-reply at openstack.org
no-reply at openstack.org
Thu Apr 2 14:42:53 UTC 2020
We jubilantly announce the release of:
keystoneauth1 4.0.0: Authentication Library for OpenStack Identity
This release is part of the ussuri stable 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.
4.0.0
^^^^^
Upgrade Notes
* Python 2.7 support has been dropped. Last release of keystoneauth
to support python 2.7 is OpenStack Train. The minimum version of
Python now supported is Python 3.6.
Changes in keystoneauth1 3.18.0..4.0.0
--------------------------------------
c096099 Update hacking for Python3
1fd6708 Remove universal wheel configuration
81f9e07 fix bandit complains
aafc90a [ussuri][goal] Drop python 2.7 support and testing
1c77ad1 Switch to Ussuri jobs
Diffstat (except docs and test files)
-------------------------------------
.zuul.yaml | 4 +---
keystoneauth1/access/__init__.py | 8 +++----
keystoneauth1/extras/_saml2/v3/saml2.py | 6 +++---
keystoneauth1/fixture/__init__.py | 2 ++
keystoneauth1/hacking/checks.py | 7 +++---
keystoneauth1/identity/generic/base.py | 2 +-
keystoneauth1/identity/v3/__init__.py | 2 ++
keystoneauth1/identity/v3/oidc.py | 6 +++---
keystoneauth1/loading/__init__.py | 2 ++
lower-constraints.txt | 6 ------
.../notes/drop-py-2-7-f90c67a5db0dfeb8.yaml | 6 ++++++
setup.cfg | 4 ----
test-requirements.txt | 2 +-
tox.ini | 25 ++++++++++------------
18 files changed, 50 insertions(+), 55 deletions(-)
Requirements updates
--------------------
diff --git a/test-requirements.txt b/test-requirements.txt
index 879b3f4..7d3622a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
+hacking>=3.0,<3.1.0 # Apache-2.0
More information about the Release-announce
mailing list