[openstack-announce] [release][stable][keystone] python-keystoneclient release 1.3.2 (kilo)

doug at doughellmann.com doug at doughellmann.com
Tue Jun 30 17:03:40 UTC 2015


We are thrilled to announce the release of:

python-keystoneclient 1.3.2: Client Library for OpenStack Identity

This release is part of the kilo stable release series.

Although this is a patch release, it corrects some issues with the
dependencies for the package and so distributors should examine the
changes carefully.

With source available at:

    https://git.openstack.org/cgit/openstack/python-keystoneclient

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

    https://launchpad.net/python-keystoneclient/+milestone/1.3.2

Please report issues through launchpad:

    https://bugs.launchpad.net/python-keystoneclient

Changes in python-keystoneclient 1.3.1..1.3.2
---------------------------------------------

3914c0c Updated from global requirements and fix env variables passthrought

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

requirements.txt      | 10 +++++-----
test-requirements.txt |  8 ++++----
tox.ini               |  1 +
3 files changed, 10 insertions(+), 9 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index cf4e036..ca8291e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -11,4 +11,4 @@ netaddr>=0.7.12
-oslo.config>=1.9.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.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
@@ -18 +18 @@ six>=1.9.0
-stevedore>=1.1.0  # Apache-2.0
+stevedore>=1.3.0,<1.4.0  # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 1bbc10d..8c5e4a1 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -15,2 +15,2 @@ oauthlib>=0.6
-oslosphinx>=2.2.0  # Apache-2.0
-oslotest>=1.2.0  # Apache-2.0
+oslosphinx>=2.5.0,<2.6.0  # Apache-2.0
+oslotest>=1.5.1,<1.6.0  # Apache-2.0
@@ -18 +18 @@ pycrypto>=2.6
-requests-mock>=0.5.1  # Apache-2.0
+requests-mock>=0.6.0  # Apache-2.0
@@ -20 +20 @@ sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
-tempest-lib>=0.2.0
+tempest-lib>=0.4.0,<0.5.0





More information about the OpenStack-announce mailing list