[openstack-announce] [release][stable][keystone] keystonemiddleware release 2.3.2 (liberty)

doug at doughellmann.com doug at doughellmann.com
Tue Nov 24 19:25:53 UTC 2015


We are chuffed to announce the release of:

keystonemiddleware 2.3.2: Middleware for OpenStack Identity

This release is part of the liberty stable release series.

With source available at:

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

With package available at:

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

For more details, please see the git log history below and:

    http://launchpad.net/keystonemiddleware/+milestone/2.3.2

Please report issues through launchpad:

    http://bugs.launchpad.net/keystonemiddleware

Notable changes
----------------

Blocks python-keystoneclient 1.8.0 and requests 2.8.0.

Changes in keystonemiddleware 2.3.1..2.3.2
------------------------------------------

600acc1 Updated from global requirements
d910a5f Updated from global requirements
17f41cc Updated from global requirements

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

requirements.txt      | 6 +++---
test-requirements.txt | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 6bcb16a..eadd8d2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10 +10 @@ oslo.serialization>=1.4.0 # Apache-2.0
-oslo.utils>=2.0.0 # Apache-2.0
+oslo.utils!=2.6.0,>=2.0.0 # Apache-2.0
@@ -13,2 +13,2 @@ pycadf>=1.1.0
-python-keystoneclient>=1.6.0
-requests>=2.5.2
+python-keystoneclient!=1.8.0,>=1.6.0
+requests!=2.8.0,>=2.5.2
diff --git a/test-requirements.txt b/test-requirements.txt
index 677f008..733bfe5 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13 +13 @@ oslotest>=1.10.0 # Apache-2.0
-oslo.messaging!=1.17.0,!=1.17.1,>=1.16.0 # Apache-2.0
+oslo.messaging!=1.17.0,!=1.17.1,!=2.6.0,!=2.6.1,>=1.16.0 # Apache-2.0





More information about the OpenStack-announce mailing list