[release-announce] [keystone] keystoneauth1 3.5.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Thu Apr 19 22:25:15 UTC 2018


We are delighted to announce the release of:

keystoneauth1 3.5.0: Authentication Library for OpenStack Identity

This release is part of the rocky release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/keystoneauth

Download the package from:

    https://pypi.python.org/pypi/keystoneauth1

Please report issues through launchpad:

    https://bugs.launchpad.net/keystoneauth

For more details, please see below.

Changes in keystoneauth1 3.4.0..3.5.0
-------------------------------------

f41e304 add lower-constraints job
0c60946 Fix W503 line-break-before-binary-operator
8ece7fc Remove tox_install.sh and align with constraints consumption
f04d1d0 Updated from global requirements
26cb0f6 Be more helpful when version discovery fails
ce78397 Updated from global requirements
d9734a9 Update links in README
8bd6312 Add pep8 import order validation
6c309e2 Override support message in AuthorizationFailure  class
bf6289b Fix a spelling error
4c28f2c Zuul: Remove project name
8175c61 Add some comments explaining split_loggers flag logic
0f1f803 Remove PYTHONHASHSEED setting
56b2c89 Split request logging into four different loggers
aa2c402 Update reno for stable/queens
932aa61 Updated from global requirements


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

.zuul.yaml                                         |   7 +-
README.rst                                         |   4 +-
bindep.txt                                         |   6 +
keystoneauth1/discover.py                          |   2 +-
keystoneauth1/identity/generic/base.py             |  13 +-
keystoneauth1/identity/v3/base.py                  |   5 +-
keystoneauth1/identity/v3/tokenless_auth.py        |   5 +-
keystoneauth1/session.py                           | 140 +++++++++++++-----
lower-constraints.txt                              |  80 ++++++++++
releasenotes/source/index.rst                      |   1 +
releasenotes/source/queens.rst                     |   6 +
setup.cfg                                          |   4 +-
test-requirements.txt                              |  14 +-
tools/tox_install.sh                               |  30 ----
tox.ini                                            |  30 ++--
23 files changed, 504 insertions(+), 102 deletions(-)


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

diff --git a/test-requirements.txt b/test-requirements.txt
index bcc0348..3d59461 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6,0 +7 @@ flake8-docstrings==0.2.1.post1 # MIT
+flake8-import-order
@@ -12,2 +13,2 @@ mock>=2.0.0 # BSD
-oslo.config>=5.1.0 # Apache-2.0
-openstackdocstheme>=1.17.0 # Apache-2.0
+oslo.config>=5.2.0 # Apache-2.0
+openstackdocstheme>=1.18.1 # Apache-2.0
@@ -19,2 +20,2 @@ reno>=2.5.0 # Apache-2.0
-requests-mock>=1.1.0 # Apache-2.0
-sphinx!=1.6.6,>=1.6.2 # BSD
+requests-mock>=1.2.0 # Apache-2.0
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
@@ -24 +25,4 @@ testtools>=2.2.0 # MIT
-PyYAML>=3.10 # MIT
+PyYAML>=3.12 # MIT
+requests-kerberos>=0.8.0 # ISC
+lxml!=3.7.0,>=3.4.1 # BSD
+oauthlib>=0.6.2 # BSD






More information about the Release-announce mailing list