[keystone] keystonemiddleware 4.15.0 (pike)
We are happy to announce the release of: keystonemiddleware 4.15.0: Middleware for OpenStack Identity This release is part of the pike 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.14.0..4.15.0 -------------------------------------------- d94c40b Remove deprecated oslo.messaging aliases parameter 0405268 Pass located tests directory in oslo debug 126cad8 Remove old comment referencing fixed bug 3ac8cdf Remove unused logging import 8221869 Updated from global requirements 67a29bd Fixed man_pages no value warning when making docs 96dac98 Use https for *.openstack.org references 49866d1 Imported Translations from Zanata 0a9b80c Updated from global requirements 69210ce Update reno for stable/ocata Diffstat (except docs and test files) ------------------------------------- CONTRIBUTING.rst | 4 +- HACKING.rst | 4 +- README.rst | 10 +-- keystonemiddleware/audit/__init__.py | 2 +- keystonemiddleware/audit/_notifier.py | 20 +----- keystonemiddleware/auth_token/__init__.py | 2 +- keystonemiddleware/auth_token/_auth.py | 4 -- keystonemiddleware/i18n.py | 2 +- .../locale/ko_KR/LC_MESSAGES/keystonemiddleware.po | 73 ++++++++++++++++++++++ releasenotes/source/index.rst | 1 + releasenotes/source/ocata.rst | 6 ++ requirements.txt | 6 +- setup.cfg | 6 +- test-requirements.txt | 4 +- tox.ini | 2 +- 18 files changed, 110 insertions(+), 52 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 70df7e1..a0cf3f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ -keystoneauth1>=2.17.0 # Apache-2.0 +keystoneauth1>=2.18.0 # Apache-2.0 @@ -7 +7 @@ oslo.config!=3.18.0,>=3.14.0 # Apache-2.0 -oslo.context>=2.9.0 # Apache-2.0 +oslo.context>=2.12.0 # Apache-2.0 @@ -16 +16 @@ python-keystoneclient>=3.8.0 # Apache-2.0 -requests!=2.12.2,>=2.10.0 # Apache-2.0 +requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 4ca9b84..da0df94 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9 +9 @@ coverage>=4.0 # Apache-2.0 -docutils!=0.13.1,>=0.11 # OSI-Approved Open Source, Public Domain +docutils>=0.11 # OSI-Approved Open Source, Public Domain @@ -17 +17 @@ requests-mock>=1.1 # Apache-2.0 -sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +sphinx>=1.5.1 # BSD
participants (1)
-
no-reply@openstack.org