[openstack-announce] [release][stable] keystonemiddleware release 1.5.2 (kilo)

doug at doughellmann.com doug at doughellmann.com
Mon Jun 29 15:44:02 UTC 2015


We are overjoyed to announce the release of:

keystonemiddleware 1.5.2: Middleware for OpenStack Identity

This release is part of the kilo stable release series.

With source available at:

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

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

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

Please report issues through launchpad:

    http://bugs.launchpad.net/keystonemiddleware

Changes in keystonemiddleware 1.5.1..1.5.2
------------------------------------------

fd12825 Updated from global requirements
ab60a51 Remove superfluous / spammy log line

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

keystonemiddleware/auth_token/__init__.py             |  2 --
requirements.txt                                      | 14 +++++++-------
test-requirements-py3.txt                             |  8 ++++----
test-requirements.txt                                 |  8 ++++----
5 files changed, 15 insertions(+), 36 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index b207833..e3288a1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7,5 +7,5 @@ iso8601>=0.1.9
-oslo.config>=1.9.0  # Apache-2.0
-oslo.context>=0.2.0                     # Apache-2.0
-oslo.i18n>=1.3.0  # Apache-2.0
-oslo.serialization>=1.2.0               # Apache-2.0
-oslo.utils>=1.2.0                       # Apache-2.0
+oslo.config>=1.9.3,<1.10.0  # Apache-2.0
+oslo.context>=0.2.0,<0.3.0                     # Apache-2.0
+oslo.i18n>=1.5.0,<1.6.0  # Apache-2.0
+oslo.serialization>=1.4.0,<1.5.0               # Apache-2.0
+oslo.utils>=1.4.0,<1.5.0                       # Apache-2.0
@@ -13,2 +13,2 @@ pbr>=0.6,!=0.7,<1.0
-pycadf>=0.8.0
-python-keystoneclient>=1.1.0
+pycadf>=0.8.0,<0.9.0
+python-keystoneclient>=1.1.0,<1.4.0
diff --git a/test-requirements-py3.txt b/test-requirements-py3.txt
index ff9e614..c46d2c3 100644
--- a/test-requirements-py3.txt
+++ b/test-requirements-py3.txt
@@ -11,4 +11,4 @@ pycrypto>=2.6
-oslosphinx>=2.2.0  # Apache-2.0
-oslotest>=1.2.0  # Apache-2.0
-oslo.messaging>=1.6.0  # Apache-2.0
-requests-mock>=0.5.1  # Apache-2.0
+oslosphinx>=2.5.0,<2.6.0  # Apache-2.0
+oslotest>=1.5.1,<1.6.0  # Apache-2.0
+oslo.messaging>=1.8.0,<1.9.0  # Apache-2.0
+requests-mock>=0.6.0  # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 55d21d5..11d9e17 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -12,4 +12,4 @@ pycrypto>=2.6
-oslosphinx>=2.2.0  # Apache-2.0
-oslotest>=1.2.0  # Apache-2.0
-oslo.messaging>=1.6.0  # Apache-2.0
-requests-mock>=0.5.1  # Apache-2.0
+oslosphinx>=2.5.0,<2.6.0 # Apache-2.0
+oslotest>=1.5.1,<1.6.0  # Apache-2.0
+oslo.messaging>=1.8.0,<1.9.0  # Apache-2.0
+requests-mock>=0.6.0  # Apache-2.0





More information about the OpenStack-announce mailing list