[keystone] python-keystoneclient 3.16.0 (rocky)
We are amped to announce the release of: python-keystoneclient 3.16.0: Client Library for OpenStack Identity This release is part of the rocky release series. The source is available from: https://git.openstack.org/cgit/openstack/python-keystoneclient Download the package from: https://pypi.python.org/pypi/python-keystoneclient Please report issues through launchpad: https://bugs.launchpad.net/python-keystoneclient For more details, please see below. Changes in python-keystoneclient 3.15.0..3.16.0 ----------------------------------------------- 935401e add lower-constraints job 40642d5 Updated from global requirements 2a13f2b Updated from global requirements 7c778ae Update links in README 70f33b5 Updated from global requirements 53972d6 Override find function in project 9021e33 Update reno for stable/queens Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 7 ++++ README.rst | 4 +-- keystoneclient/v3/projects.py | 5 +++ lower-constraints.txt | 77 ++++++++++++++++++++++++++++++++++++++++++ releasenotes/source/index.rst | 1 + releasenotes/source/queens.rst | 6 ++++ requirements.txt | 4 +-- test-requirements.txt | 4 +-- tox.ini | 7 ++++ 10 files changed, 111 insertions(+), 8 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index ad8fc01..65e83de 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,2 +8,2 @@ debtcollector>=1.2.0 # Apache-2.0 -keystoneauth1>=3.3.0 # Apache-2.0 -oslo.config>=5.1.0 # Apache-2.0 +keystoneauth1>=3.4.0 # Apache-2.0 +oslo.config>=5.2.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 4605118..bad9c18 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13 +13 @@ mock>=2.0.0 # BSD -oauthlib>=0.6.0 # BSD +oauthlib>=0.6.2 # BSD @@ -15 +15 @@ oslotest>=3.2.0 # Apache-2.0 -requests-mock>=1.1.0 # Apache-2.0 +requests-mock>=1.2.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org