[release-announce] [keystone] keystoneauth1 3.3.0 (queens)

no-reply at openstack.org no-reply at openstack.org
Wed Nov 29 21:59:50 UTC 2017


We exuberantly announce the release of:

keystoneauth1 3.3.0: Authentication Library for OpenStack Identity

This release is part of the queens 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.2.0..3.3.0
-------------------------------------

d268367 Remove setting of version/release from releasenotes
f431ba3 Updated from global requirements
38e4a67 Updated from global requirements
5ac9cde Add EndpointData.__str__ for debugging
65dffd8 Correct docs usage of keystoneauth1 session
7f41c9b Updated from global requirements
ea3bfb1 Migrate to stestr
46286b1 Add version discovery support to BaseAuthPlugin
e495c33 Recommend unversioned for endpoint-override
bd9a9eb Nits in using-sessions.rst
772284c Extract iterables for test_keystone_version_data
97f633f Sanely order assertion args in test_discovery
70e1f44 Add tests for mutually exclusive [min|max]version
1de528e Make discover._version_between more consistent
d545c4e Add loading mock fixtures
4b15f57 Updated from global requirements


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

.gitignore                                        |   1 +
.stestr.conf                                      |   3 +
.testr.conf                                       |   4 -
HACKING.rst                                       |   8 +-
keystoneauth1/discover.py                         |  70 +++---
keystoneauth1/fixture/__init__.py                 |   3 +
keystoneauth1/fixture/plugin.py                   | 176 ++++++++++++++
keystoneauth1/identity/base.py                    |   1 -
keystoneauth1/identity/v3/oidc.py                 |   2 +-
keystoneauth1/loading/adapter.py                  |   6 +-
keystoneauth1/plugin.py                           |  65 +++++-
keystoneauth1/token_endpoint.py                   |  28 +++
releasenotes/source/conf.py                       |  13 +-
requirements.txt                                  |   2 +-
setup.cfg                                         |   6 +-
test-requirements.txt                             |  22 +-
tox.ini                                           |   9 +-
21 files changed, 674 insertions(+), 140 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 2a21f6b..6e43b67 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -17 +17 @@ 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 7313a36..a203c5d 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11,4 +11,4 @@ fixtures>=3.0.0 # Apache-2.0/BSD
-mock>=2.0 # BSD
-oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0
-openstackdocstheme>=1.16.0 # Apache-2.0
-oslo.utils>=3.20.0 # Apache-2.0
+mock>=2.0.0 # BSD
+oslo.config>=4.6.0 # Apache-2.0
+openstackdocstheme>=1.17.0 # Apache-2.0
+oslo.utils>=3.31.0 # Apache-2.0
@@ -16 +16 @@ oslotest>=1.10.0 # Apache-2.0
-os-testr>=0.8.0 # Apache-2.0
+os-testr>=1.0.0 # Apache-2.0
@@ -18,2 +18,2 @@ betamax>=0.7.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
@@ -21,4 +21,4 @@ sphinx>=1.6.2 # BSD
-testrepository>=0.0.18 # Apache-2.0/BSD
-testresources>=0.2.4 # Apache-2.0/BSD
-testtools>=1.4.0 # MIT
-PyYAML>=3.10.0 # MIT
+stestr>=1.0.0 # Apache-2.0
+testresources>=2.0.0 # Apache-2.0/BSD
+testtools>=2.2.0 # MIT
+PyYAML>=3.10 # MIT






More information about the Release-announce mailing list