[openstack-announce] [new][keystone] python-keystoneclient 3.5.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Fri Aug 26 10:48:14 UTC 2016


We are thrilled to announce the release of:

python-keystoneclient 3.5.0: Client Library for OpenStack Identity

This release is part of the newton 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 3.4.0..3.5.0
---------------------------------------------

1b5c8ba Updated from global requirements
20bfbf1 Follow up patch for Improve docs for v3 policies
506639c Follow up patch for Improve docs for v3 services
d7f4773 Follow up patch for Improve docs for v3 domains
e63cc7e Follow up patch for Add ec2 functional tests
2a91a41 Add auth functional tests
a2e80db Reuse Domain and Project resouce definitions
3e0a157 Improve docs for v3 tokens
2bb07e7 Fix no content return type doc
70f3ee6 Follow up patch for Improve docs for v3 ec2
95478c7 Add ec2 functional tests
9a8b3d6 Improve docs for v3 auth
fcda77d Improve docs for v3 ec2
517ced1 Add credential functional tests
2f03012 Move other-requirements.txt to bindep.txt
ef34175 Add __ne__ built-in function
18b55c6 Improve docs for v3 credentials
6b4b942 Add role functional tests
45d85eb Add Python 3.5 classifier
eadcb51 Follow up patch for Improve docs for v3 roles
11482d3 Updated from global requirements
1ea2684 Improve docs for v3 roles
3870b8a Correct test_implied_roles
2b3258d Do not send user ids as payload


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

bindep.txt                                         |  23 ++
keystoneclient/base.py                             |   4 +
keystoneclient/v2_0/users.py                       |  10 +-
keystoneclient/v3/auth.py                          |  46 ++--
keystoneclient/v3/credentials.py                   |  89 +++++---
keystoneclient/v3/domains.py                       |   6 +-
keystoneclient/v3/ec2.py                           |  65 ++++--
keystoneclient/v3/groups.py                        |   3 +-
keystoneclient/v3/policies.py                      |   9 +-
keystoneclient/v3/projects.py                      |   3 +-
keystoneclient/v3/roles.py                         | 237 +++++++++++++++++++--
keystoneclient/v3/services.py                      |   8 +-
keystoneclient/v3/tokens.py                        |  29 +--
keystoneclient/v3/users.py                         |  15 +-
other-requirements.txt                             |  23 --
requirements.txt                                   |   2 +-
setup.cfg                                          |   1 +
test-requirements.txt                              |   2 +-
26 files changed, 1034 insertions(+), 167 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 11f422c..8b7b592 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -9 +9 @@ keystoneauth1>=2.10.0 # Apache-2.0
-oslo.config>=3.12.0 # Apache-2.0
+oslo.config>=3.14.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index f969233..1aa11fd 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -26 +26 @@ testtools>=1.4.0 # MIT
-bandit>=1.0.1 # Apache-2.0
+bandit>=1.1.0 # Apache-2.0





More information about the OpenStack-announce mailing list