[openstack-dev] [new][keystone] keystonemiddleware 4.7.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Thu Jul 28 19:26:33 UTC 2016


We are excited to announce the release of:

keystonemiddleware 4.7.0: Middleware for OpenStack Identity

This release is part of the newton release series.

With source available at:

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

With package available at:

    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.6.0..4.7.0
------------------------------------------

8873c48 Add Python 3.5 classifier
20547f1 Updated from global requirements
6c0c988 Updated from global requirements
8ef7afa Updated from global requirements
0d1fc6c Use jsonutils instead of ast for loading the service catalog
23711a5 Remove the _is_v2 and _is_v3 helpers


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

keystonemiddleware/audit/_api.py                     |  5 ++---
keystonemiddleware/auth_token/__init__.py            |  8 --------
.../unit/auth_token/test_auth_token_middleware.py    | 20 --------------------
requirements.txt                                     |  6 +++---
setup.cfg                                            |  1 +
test-requirements.txt                                |  2 +-
8 files changed, 17 insertions(+), 45 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 9398a42..8d21a86 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,2 +6,2 @@ keystoneauth1>=2.7.0 # Apache-2.0
-oslo.config>=3.10.0 # Apache-2.0
-oslo.context>=2.4.0 # Apache-2.0
+oslo.config>=3.12.0 # Apache-2.0
+oslo.context!=2.6.0,>=2.4.0 # Apache-2.0
@@ -10 +10 @@ oslo.serialization>=1.10.0 # Apache-2.0
-oslo.utils>=3.14.0 # Apache-2.0
+oslo.utils>=3.15.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 969c9be..526cea2 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -17 +17 @@ sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
-stevedore>=1.10.0 # Apache-2.0
+stevedore>=1.16.0 # Apache-2.0





More information about the OpenStack-dev mailing list