[keystone] keystonemiddleware 4.19.0 (queens)
We are excited to announce the release of: keystonemiddleware 4.19.0: Middleware for OpenStack Identity This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/keystonemiddleware Download the package from: https://pypi.python.org/pypi/keystonemiddleware Please report issues through launchpad: https://bugs.launchpad.net/keystonemiddleware For more details, please see below. Changes in keystonemiddleware 4.18.0..4.19.0 -------------------------------------------- db21ecd Updated from global requirements 9d8e283 Use oslo_cache in auth_token middleware 15cd0f8 Remove setting of version/release from releasenotes 579f5ce Updated from global requirements 7dee310 Imported Translations from Zanata Diffstat (except docs and test files) ------------------------------------- keystonemiddleware/auth_token/__init__.py | 11 + keystonemiddleware/auth_token/_cache.py | 2 +- keystonemiddleware/auth_token/_memcache_pool.py | 186 ---------- .../locale/en_GB/LC_MESSAGES/keystonemiddleware.po | 83 +++++ .../locale/ko_KR/LC_MESSAGES/keystonemiddleware.po | 13 +- .../unit/auth_token/test_auth_token_middleware.py | 18 + releasenotes/source/conf.py | 13 +- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 381 +++++++++++++++++++++ requirements.txt | 7 +- test-requirements.txt | 2 +- 11 files changed, 508 insertions(+), 212 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index f94144a..6ab23e6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,2 +5,3 @@ -keystoneauth1>=3.2.0 # Apache-2.0 -oslo.config>=4.6.0 # Apache-2.0 +keystoneauth1>=3.3.0 # Apache-2.0 +oslo.cache>=1.26.0 # Apache-2.0 +oslo.config>=5.1.0 # Apache-2.0 @@ -16 +17 @@ requests>=2.14.2 # Apache-2.0 -six>=1.9.0 # MIT +six>=1.10.0 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 322e7f5..413cea4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -22 +22 @@ testresources>=2.0.0 # Apache-2.0/BSD -testtools>=1.4.0 # MIT +testtools>=2.2.0 # MIT
participants (1)
-
no-reply@openstack.org