[keystone] keystonemiddleware 4.17.0 (pike)
We high-spiritedly announce the release of: keystonemiddleware 4.17.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.16.0..4.17.0 -------------------------------------------- 4a72cd6 Update URLs in documentation 577ded1 Updated from global requirements 8c01747 Replace six.iteritems() with .items() 5761091 Change locations of docs for intersphinx 1524300 Redundant adminURL in test_gives_v2_catalog 27296d5 Switch from oslosphinx to openstackdocstheme ca37929 Updated from global requirements c415496 Using assertFalse(A) instead of assertEqual(False, A) e402c61 Removing double spaces 5f9020c Updated from global requirements 6a52a84 Fix html_last_updated_fmt for Python3 ba78db0 add a log when the option in conf can't be identitied c86bbd0 Updated from global requirements c2d61ee Updated from global requirements 7e209b9 Added "warning-is-error" sphinx check for docs Diffstat (except docs and test files) ------------------------------------- HACKING.rst | 2 +- README.rst | 2 +- keystonemiddleware/_common/config.py | 9 +++++---- keystonemiddleware/audit/__init__.py | 2 +- keystonemiddleware/auth_token/__init__.py | 5 ++--- keystonemiddleware/auth_token/_opts.py | 10 +++++----- keystonemiddleware/auth_token/_request.py | 5 ++--- keystonemiddleware/echo/service.py | 3 +-- keystonemiddleware/i18n.py | 2 +- .../unit/auth_token/test_auth_token_middleware.py | 16 ++++++++++++---- releasenotes/source/conf.py | 10 ++++++++-- requirements.txt | 10 +++++----- setup.cfg | 3 ++- test-requirements.txt | 6 +++--- 20 files changed, 66 insertions(+), 59 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 4936cae..9d95b1c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,3 +5,3 @@ -keystoneauth1>=2.20.0 # Apache-2.0 -oslo.config>=3.22.0 # Apache-2.0 -oslo.context>=2.12.0 # Apache-2.0 +keystoneauth1>=2.21.0 # Apache-2.0 +oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0 +oslo.context>=2.14.0 # Apache-2.0 @@ -10 +10 @@ oslo.log>=3.22.0 # Apache-2.0 -oslo.serialization>=1.10.0 # Apache-2.0 +oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0 @@ -16 +16 @@ python-keystoneclient>=3.8.0 # Apache-2.0 -requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0 +requests>=2.14.2 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 8b580e5..f0a7384 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -13 +13 @@ mock>=2.0 # BSD -oslosphinx>=4.7.0 # Apache-2.0 +openstackdocstheme>=1.11.0 # Apache-2.0 @@ -15 +15 @@ oslotest>=1.10.0 # Apache-2.0 -reno>=1.8.0 # Apache-2.0 +reno!=2.3.1,>=1.8.0 # Apache-2.0 @@ -17 +17 @@ requests-mock>=1.1 # Apache-2.0 -sphinx!=1.6.1,>=1.5.1 # BSD +sphinx>=1.6.2 # BSD
participants (1)
-
no-reply@openstack.org