python-keystoneclient 4.1.0 (victoria)
We are ecstatic to announce the release of: python-keystoneclient 4.1.0: Client Library for OpenStack Identity This release is part of the victoria 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.0.0..4.1.0 --------------------------------------------- 30199f4 Switch to newer openstackdocstheme and reno versions 7c51d65 Fix test-requirements.txt 3dc29b4 Bump default tox env from py37 to py38 0157117 Add py38 package metadata d3dd574 Fix the typo on attribute word. a9d01ee Fix docs publishing f107115 Import os-client-config 4b0e6cd Add Python3 victoria unit tests 472884f Update master for stable/ussuri 8a8b423 Update the minversion parameter. 98c5c68 Hacking: Fix F601 Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- keystoneclient/base.py | 4 ++-- releasenotes/source/conf.py | 8 ++++---- releasenotes/source/index.rst | 1 + releasenotes/source/ussuri.rst | 6 ++++++ setup.cfg | 1 + test-requirements.txt | 4 ++-- tox.ini | 13 +++++-------- 13 files changed, 46 insertions(+), 36 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index d27f88c..835fd47 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,2 +10 @@ fixtures>=3.0.0 # Apache-2.0/BSD -keyring>=5.5.1,<19.0.0;python_version=='2.7' # MIT/PSF -keyring>=5.5.1;python_version>='3.4' # MIT/PSF +keyring>=5.5.1 # MIT/PSF @@ -14,0 +14 @@ oauthlib>=0.6.2 # BSD +os-client-config>=1.28.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org