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

doug at doughellmann.com doug at doughellmann.com
Tue Nov 10 19:46:06 UTC 2015


We are tickled pink to announce the release of:

python-keystoneclient 1.3.3: Client Library for OpenStack Identity

This release is part of the kilo stable release series.

With source available at:

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

With package available at:

    https://pypi.python.org/pypi/python-keystoneclient

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

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

Please report issues through launchpad:

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

Changes in python-keystoneclient 1.3.2..1.3.3
---------------------------------------------

ec70eb0 Mask passwords when logging the HTTP response
5b5daaa Updated from global requirements
805c9d6 Redirect on 303 in SAML plugin
e9c0f09 Sync oslo-incubator common code
8d66e52 Update path to subunit2html in post_test_hook
3cc7529 Fix Accept header in SAML2 requests
a0e7391 Updated from global requirements
65d3907 Make OAuth testcase use actual request headers

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

keystoneclient/contrib/auth/v3/saml2.py            | 20 ++++++++-------
keystoneclient/openstack/common/_i18n.py           |  4 +--
keystoneclient/openstack/common/apiclient/base.py  |  2 +-
.../openstack/common/apiclient/client.py           |  4 +--
keystoneclient/openstack/common/apiclient/utils.py |  2 +-
keystoneclient/openstack/common/memorycache.py     |  4 +--
keystoneclient/session.py                          |  4 ++-
requirements.txt                                   | 16 ++++++------
setup.py                                           |  1 -
test-requirements.txt                              | 22 ++++++++--------
14 files changed, 101 insertions(+), 56 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index ca8291e..8e6ac51 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr>=0.6,!=0.7,<1.0
+pbr!=0.7,<1.0,>=0.6
@@ -11,6 +11,6 @@ netaddr>=0.7.12
-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
-PrettyTable>=0.7,<0.8
-requests>=2.2.0,!=2.4.0
+oslo.config<1.10.0,>=1.9.3 # Apache-2.0
+oslo.i18n<1.6.0,>=1.5.0 # Apache-2.0
+oslo.serialization<1.5.0,>=1.4.0 # Apache-2.0
+oslo.utils!=1.4.1,<1.5.0,>=1.4.0 # Apache-2.0
+PrettyTable<0.8,>=0.7
+requests!=2.4.0,>=2.2.0
@@ -18 +18 @@ six>=1.9.0
-stevedore>=1.3.0,<1.4.0  # Apache-2.0
+stevedore<1.4.0,>=1.3.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 8c5e4a1..c4907b7 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -5 +5 @@
-hacking>=0.10.0,<0.11
+hacking<0.11,>=0.10.0
@@ -9,2 +9,2 @@ discover
-fixtures>=0.3.14
-keyring>=2.1,!=3.3
+fixtures<1.3.0,>=0.3.14
+keyring!=3.3,>=2.1
@@ -12,2 +12,2 @@ lxml>=2.3
-mock>=1.0
-mox3>=0.7.0
+mock<1.1.0,>=1.0
+mox3<0.8.0,>=0.7.0
@@ -15,2 +15,2 @@ oauthlib>=0.6
-oslosphinx>=2.5.0,<2.6.0  # Apache-2.0
-oslotest>=1.5.1,<1.6.0  # Apache-2.0
+oslosphinx<2.6.0,>=2.5.0 # Apache-2.0
+oslotest<1.6.0,>=1.5.1 # Apache-2.0
@@ -18,3 +18,3 @@ pycrypto>=2.6
-requests-mock>=0.6.0  # Apache-2.0
-sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
-tempest-lib>=0.4.0,<0.5.0
+requests-mock>=0.6.0 # Apache-2.0
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
+tempest-lib<0.5.0,>=0.4.0
@@ -23 +23 @@ testresources>=0.2.4
-testtools>=0.9.36,!=1.2.0
+testtools!=1.2.0,>=0.9.36





More information about the OpenStack-announce mailing list