[release-announce] [keystone] python-keystoneclient 3.14.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Sat Dec 9 04:09:40 UTC 2017


We are satisfied to announce the release of:

python-keystoneclient 3.14.0: Client Library for OpenStack Identity

This release is part of the queens release series.

The source is available from:

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

Download the package from:

    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.13.0..3.14.0
-----------------------------------------------

99fae22 Updated from global requirements
40f4a6b Avoid tox_install.sh for constraints support
f0c9b20 Handle UTC+00:00 in datetime strings
fd476ff Remove setting of version/release from releasenotes
8d6d10d Updated from global requirements
43508b8 Remove functional tests for v2.0 API
27979b9 Updated from global requirements
3cf377d Use generic user for both zuul v2 and v3
df2c57c Updated from global requirements
b29f478 Adds bandit nosec flag to hashlib.sha1
3593e7d Updated from global requirements
4a43aa0 Remove use of positional decorator
4a72c72 Imported Translations from Zanata
a412122 Update reno for stable/pike
baa63e2 Updated from global requirements


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

keystoneclient/_discover.py                        |  4 --
keystoneclient/adapter.py                          |  2 -
keystoneclient/auth/cli.py                         |  2 -
keystoneclient/auth/identity/access.py             |  3 --
keystoneclient/auth/identity/base.py               |  2 -
keystoneclient/auth/identity/generic/cli.py        |  2 -
keystoneclient/auth/identity/generic/password.py   |  2 -
keystoneclient/auth/identity/v2.py                 |  3 --
keystoneclient/auth/identity/v3/base.py            |  2 -
keystoneclient/contrib/auth/v3/oidc.py             |  2 -
keystoneclient/discover.py                         |  2 -
keystoneclient/httpclient.py                       |  4 --
keystoneclient/service_catalog.py                  |  5 --
keystoneclient/session.py                          | 12 ++---
keystoneclient/utils.py                            |  5 +-
keystoneclient/v2_0/tokens.py                      |  2 -
.../v3/contrib/federation/identity_providers.py    |  3 --
keystoneclient/v3/contrib/federation/mappings.py   |  3 --
keystoneclient/v3/contrib/federation/protocols.py  |  3 --
.../v3/contrib/federation/service_providers.py     |  3 --
keystoneclient/v3/credentials.py                   |  4 --
keystoneclient/v3/domains.py                       |  4 --
keystoneclient/v3/endpoints.py                     |  5 --
keystoneclient/v3/groups.py                        |  6 ---
keystoneclient/v3/policies.py                      |  5 --
keystoneclient/v3/projects.py                      |  7 ---
keystoneclient/v3/roles.py                         |  7 ---
keystoneclient/v3/services.py                      |  5 --
keystoneclient/v3/tokens.py                        |  5 --
keystoneclient/v3/users.py                         |  4 --
releasenotes/source/conf.py                        | 12 ++---
releasenotes/source/index.rst                      |  1 +
.../source/locale/fr/LC_MESSAGES/releasenotes.po   | 57 ++++++++++++++++++++++
releasenotes/source/pike.rst                       |  6 +++
requirements.txt                                   | 13 +++--
test-requirements.txt                              | 18 +++----
tools/tox_install.sh                               | 30 ------------
tox.ini                                            |  8 +--
44 files changed, 95 insertions(+), 240 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 21add6b..3b698ed 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,6 +8,5 @@ debtcollector>=1.2.0 # Apache-2.0
-keystoneauth1>=3.0.1 # Apache-2.0
-oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0
-oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0
-oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0
-oslo.utils>=3.20.0 # Apache-2.0
-positional>=1.1.1 # Apache-2.0
+keystoneauth1>=3.3.0 # Apache-2.0
+oslo.config>=5.1.0 # Apache-2.0
+oslo.i18n>=3.15.3 # Apache-2.0
+oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0
+oslo.utils>=3.31.0 # Apache-2.0
@@ -15 +14 @@ requests>=2.14.2 # Apache-2.0
-six>=1.9.0 # MIT
+six>=1.10.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 10c49e5..0e2b0bc 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11,4 +11,4 @@ keyring>=5.5.1 # MIT/PSF
-lxml!=3.7.0,>=2.3 # BSD
-mock>=2.0 # BSD
-oauthlib>=0.6 # BSD
-openstackdocstheme>=1.11.0 # Apache-2.0
+lxml!=3.7.0,>=3.4.1 # BSD
+mock>=2.0.0 # BSD
+oauthlib>=0.6.0 # BSD
+openstackdocstheme>=1.17.0 # Apache-2.0
@@ -16,2 +16,2 @@ oslotest>=1.10.0 # Apache-2.0
-reno!=2.3.1,>=1.8.0 # Apache-2.0
-requests-mock>=1.1 # Apache-2.0
+reno>=2.5.0 # Apache-2.0
+requests-mock>=1.1.0 # Apache-2.0
@@ -19 +19 @@ sphinx>=1.6.2 # BSD
-tempest>=16.1.0 # Apache-2.0
+tempest>=17.1.0 # Apache-2.0
@@ -21 +21 @@ testrepository>=0.0.18 # Apache-2.0/BSD
-testresources>=0.2.4 # Apache-2.0/BSD
+testresources>=2.0.0 # Apache-2.0/BSD
@@ -23 +23 @@ testscenarios>=0.4 # Apache-2.0/BSD
-testtools>=1.4.0 # MIT
+testtools>=2.2.0 # MIT






More information about the Release-announce mailing list