[release-announce] python-keystoneclient 3.20.0 (train)

no-reply at openstack.org no-reply at openstack.org
Thu Jul 11 19:30:43 UTC 2019


We are satisfied to announce the release of:

python-keystoneclient 3.20.0: Client Library for OpenStack Identity

This release is part of the train release series.

The source is available from:

    https://opendev.org/openstack/python-keystoneclient

Download the package from:

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

Please report issues through:

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

For more details, please see below.

Changes in python-keystoneclient 3.19.0..3.20.0
-----------------------------------------------

319fd1a Blacklist bandit 1.6.0 & cap sphinx for 2.7
54a3baf Update the constraints url
890d3a1 Add Python 3 Train unit tests
7b7d81d Follow bandit B105: hardcoded_password_string
21efbe4 Replace git.openstack.org URLs with opendev.org URLs
ab14eb4 OpenDev Migration Patch
199bb19 Update the min version of tox
146cd8d Update master for stable/stein
7569849 Drop py35 jobs
acc21ff Make tests pass in 2020
7a8ed5e Update json module to jsonutils
147efb0 Add support for app cred access rules header


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

.gitreview                                         |  2 +-
.zuul.yaml                                         |  8 +++----
README.rst                                         |  2 +-
examples/pki/gen_cmsz.py                           |  9 +++----
keystoneclient/auth/identity/v3/base.py            |  4 ++--
keystoneclient/common/cms.py                       |  3 ++-
keystoneclient/v3/tokens.py                        | 21 +++++++++++++---
releasenotes/source/index.rst                      |  1 +
releasenotes/source/stein.rst                      |  6 +++++
setup.cfg                                          |  2 +-
test-requirements.txt                              |  5 ++--
tox.ini                                            |  6 ++---
21 files changed, 80 insertions(+), 55 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index 873b0e6..4683c46 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +10,2 @@ fixtures>=3.0.0 # Apache-2.0/BSD
-keyring>=5.5.1 # MIT/PSF
+keyring>=5.5.1,<19.0.0;python_version=='2.7'  # MIT/PSF
+keyring>=5.5.1;python_version>='3.4'  # MIT/PSF
@@ -23 +24 @@ testtools>=2.2.0 # MIT
-bandit>=1.1.0 # Apache-2.0
+bandit!=1.6.0,>=1.1.0 # Apache-2.0






More information about the Release-announce mailing list