keystoneauth1 4.1.0 (victoria)
We high-spiritedly announce the release of: keystoneauth1 4.1.0: Authentication Library for OpenStack Identity This release is part of the victoria 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.1.0 ^^^^^ Bug Fixes * [bug 1876317 (https://bugs.launchpad.net/keystoneauth/+bug/1876317)] The v3 authentication plugins now attempt to add /v3 to the token path if it's not present on the authentication URL. Changes in keystoneauth1 4.0.0..4.1.0 ------------------------------------- 646192d Remove mox3 from local upper-constraints 1fe8df2 Replace assertItemsEqual with assertCountEqual c1e843b Add in-tree upper-constraints for py35 job c00fca4 Make header Case Insensitive edc2ae4 Use unittest.mock instead of third party mock 38374ad Add py38 package metadata ad46262 Inject /v3 in token path for v3 plugins fdd4078 Fix hacking min version to 3.0.1 4743b7f Fix E741 pep8 failure 5b98e12 Switch to newer openstackdocstheme and reno versions ae53464 Re-add python3.5 testing 1accaf2 Cleanup py27 support c7ff533 Update master for stable/ussuri Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 1 + keystoneauth1/adapter.py | 11 ++++++++- keystoneauth1/fixture/keystoneauth_betamax.py | 2 +- keystoneauth1/identity/v3/base.py | 6 ++++- keystoneauth1/session.py | 8 +++++++ .../unit/extras/kerberos/test_fedkerb_loading.py | 2 +- .../unit/extras/kerberos/test_kerberos_loading.py | 2 +- lower-constraints.txt | 7 +----- py35-upper-constraints.txt | 6 +++++ .../notes/bug-1876317-1db97d1b12a3e4b4.yaml | 6 +++++ releasenotes/source/conf.py | 14 +++++------- releasenotes/source/index.rst | 1 + releasenotes/source/ussuri.rst | 6 +++++ setup.cfg | 19 +++++----------- setup.py | 9 -------- test-requirements.txt | 7 +++--- tox.ini | 6 +++++ 30 files changed, 115 insertions(+), 85 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 7d3622a..2036d30 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 @@ -7,0 +8 @@ flake8-import-order>=0.17.1 #LGPLv3 +pycodestyle>=2.0.0,<2.6.0 # MIT @@ -12 +12,0 @@ fixtures>=3.0.0 # Apache-2.0/BSD -mock>=2.0.0 # BSD @@ -14 +13,0 @@ oslo.config>=5.2.0 # Apache-2.0 -openstackdocstheme>=1.18.1 # Apache-2.0 @@ -18 +17 @@ betamax>=0.7.0 # Apache-2.0 -reno>=2.5.0 # Apache-2.0 +reno>=3.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org