[release-announce] [keystone] keystoneauth1 2.16.0 (ocata)

no-reply at openstack.org no-reply at openstack.org
Thu Dec 1 16:36:17 UTC 2016


We are mirthful to announce the release of:

keystoneauth1 2.16.0: Authentication Library for OpenStack Identity

This release is part of the ocata release series.

The source is available from:

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

Download the package from:

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

Please report issues through launchpad:

    http://bugs.launchpad.net/keystoneauth

For more details, please see below.

Changes in keystoneauth1 2.15.0..2.16.0
---------------------------------------

89301bd Show team and repo badges on README
559bd5a Drop MANIFEST.in - it's not needed by pbr
08539ec Add reauthenticate to generic plugins
b55a286 Using assertIsNotNone() instead of assertNotEqual(None)
f2242de Fix a typo in base.py
6858ccd Correct betamax fixture for more strict IDNA
94eb71c Updated from global requirements
da701f0 Updated from global requirements
868f6c5 Updated from global requirements
8278952 mark a few oidc parameters as required
e5b9dbc Updated from global requirements
a70a6a1 Updated from global requirements
92bba25 Updated from global requirements
e69cff8 Add a service token wrapper


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

MANIFEST.in                                        |   7 --
README.rst                                         |   9 ++
keystoneauth1/identity/generic/base.py             |  16 +--
keystoneauth1/loading/_plugins/identity/v3.py      |  10 +-
keystoneauth1/service_token.py                     |  73 +++++++++++++
requirements.txt                                   |   2 +-
test-requirements.txt                              |   8 +-
15 files changed, 234 insertions(+), 32 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index f6d31de..4b9606f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@
-pbr>=1.6 # Apache-2.0
+pbr>=1.8 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 7b277d1..7884d23 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -9 +9 @@ bandit>=1.1.0 # Apache-2.0
-coverage>=3.6 # Apache-2.0
+coverage>=4.0 # Apache-2.0
@@ -13 +13 @@ mock>=2.0 # BSD
-oslo.config>=3.14.0 # Apache-2.0
+oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
@@ -15 +15 @@ oslosphinx>=4.7.0 # Apache-2.0
-oslo.utils>=3.16.0 # Apache-2.0
+oslo.utils>=3.18.0 # Apache-2.0
@@ -20 +20 @@ pycrypto>=2.6 # Public Domain
-reno>=1.8.0 # Apache2
+reno>=1.8.0 # Apache-2.0





More information about the Release-announce mailing list