[openstack-dev] [new][keystone] keystonemiddleware 4.10.0 release (ocata)

no-reply at openstack.org no-reply at openstack.org
Mon Oct 10 13:29:08 UTC 2016


We are stoked to announce the release of:

keystonemiddleware 4.10.0: Middleware for OpenStack Identity

This release is part of the ocata release series.

The source is available from:

    http://git.openstack.org/cgit/openstack/keystonemiddleware

Download the package from:

    https://pypi.python.org/pypi/keystonemiddleware

Please report issues through launchpad:

    http://bugs.launchpad.net/keystonemiddleware

For more details, please see below.

Changes in keystonemiddleware 4.9.0..4.10.0
-------------------------------------------

b8024ff Return and use an app wherever possible
6a5ef48 Refactor audit tests to use create_middleware
98b639a Use oslo_messaging conf fixture
23808e1 Extract oslo_messaging specific audit tests
2892744 Use the mocking fixture in notifier tests
d1f8a4f Updated from global requirements
6ced68d Use method constant_time_compare from oslo.utils
f2792d7 Raise NotImplementedError instead of NotImplemented
3e95edf Updated from global requirements
aab9c28 Updated from global requirements
cbe9acc standardize release note page ordering
7ed7511 Update reno for stable/newton
c43c8e4 Globalize authentication failure error
b347acf Updated from global requirements


Diffstat (except docs and test files)
-------------------------------------

keystonemiddleware/auth_token/__init__.py          |   5 +-
keystonemiddleware/auth_token/_memcache_crypt.py   |  27 +-
releasenotes/source/index.rst                      |   1 +
releasenotes/source/newton.rst                     |   6 +
requirements.txt                                   |   4 +-
test-requirements.txt                              |   5 +-
14 files changed, 311 insertions(+), 339 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index 2bf8572..98244b8 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +7 @@ oslo.config>=3.14.0 # Apache-2.0
-oslo.context>=2.6.0 # Apache-2.0
+oslo.context>=2.9.0 # Apache-2.0
@@ -12 +12 @@ pbr>=1.6 # Apache-2.0
-positional>=1.0.1 # Apache-2.0
+positional>=1.1.1 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 97b9086..2845998 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -12 +12 @@ pycrypto>=2.6 # Public Domain
-oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
+oslosphinx>=4.7.0 # Apache-2.0
@@ -15 +15 @@ reno>=1.8.0 # Apache2
-requests-mock>=1.0 # Apache-2.0
+requests-mock>=1.1 # Apache-2.0
@@ -21,0 +22 @@ python-memcached>=1.56 # PSF
+WebTest>=2.0 # MIT





More information about the OpenStack-dev mailing list