[openstack-dev] [release][stable][keystone] python-keystoneclient release 1.7.3 (liberty)

doug at doughellmann.com doug at doughellmann.com
Tue Jan 12 19:11:55 UTC 2016


We are delighted to announce the release of:

python-keystoneclient 1.7.3: Client Library for OpenStack Identity

This release is part of the liberty 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

Please report issues through launchpad:

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

For more details, please see below.


Changes in python-keystoneclient 1.7.2..1.7.3
---------------------------------------------

4552013 Updated from global requirements
6125040 Remove hardcoded endpoint filter for update password
116195a Updated from global requirements
b54203b Updated from global requirements

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

keystoneclient/v3/users.py                 |  3 +--
requirements.txt                           |  4 ++--
3 files changed, 25 insertions(+), 4 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 0e58c7e..a637915 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -15 +15 @@ 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
@@ -17 +17 @@ PrettyTable<0.8,>=0.7
-requests>=2.5.2
+requests!=2.8.0,!=2.9.0,>=2.5.2





More information about the OpenStack-dev mailing list