[openstack-dev] [new][keystone] keystoneauth1 2.13.0 release (ocata)

no-reply at openstack.org no-reply at openstack.org
Mon Oct 10 13:29:39 UTC 2016


We are chuffed to announce the release of:

keystoneauth1 2.13.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.12.1..2.13.0
---------------------------------------

811cd1f Updated from global requirements
1004db0 Updated from global requirements
a0fed84 Updated from global requirements
c563c8b Use mockpatch fixtures from fixtures
edb6122 Updated from global requirements
e69cbe6 Updated from global requirements
290ee82 Updated from global requirements
4179d36 Updated from global requirements
1306c8b Fix parameters for Kerberos Auth Plugin
c5aeaf6 Test that v3fedkerb plugin loads
194a504 Updated from global requirements
151f313 doc: remove unused import
2d3e376 Raise NotImplementedError instead of NotImplemented
50e8ace standardize release note page ordering
814298a Update reno for stable/newton


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

keystoneauth1/extras/_saml2/v3/saml2.py            |  2 +-
keystoneauth1/extras/kerberos/__init__.py          |  6 ++-
keystoneauth1/extras/kerberos/_loading.py          |  2 +-
keystoneauth1/identity/v3/base.py                  |  4 +-
keystoneauth1/identity/v3/oidc.py                  |  2 +-
keystoneauth1/loading/base.py                      |  2 +-
.../unit/extras/kerberos/test_fedkerb_loading.py   | 48 ++++++++++++++++++++++
releasenotes/source/index.rst                      |  1 +
releasenotes/source/newton.rst                     |  6 +++
requirements.txt                                   |  4 +-
setup.cfg                                          |  2 +-
test-requirements.txt                              | 10 ++---
14 files changed, 79 insertions(+), 24 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 7fea9a8..f6d31de 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -7 +7 @@ iso8601>=0.1.11 # MIT
-positional>=1.0.1 # Apache-2.0
+positional>=1.1.1 # Apache-2.0
@@ -10 +10 @@ six>=1.9.0 # MIT
-stevedore>=1.16.0 # Apache-2.0
+stevedore>=1.17.1 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index adc760a..7b277d1 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -14 +14 @@ oslo.config>=3.14.0 # Apache-2.0
-oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
+oslosphinx>=4.7.0 # Apache-2.0
@@ -17 +17 @@ oslotest>=1.10.0 # Apache-2.0
-os-testr>=0.7.0 # Apache-2.0
+os-testr>=0.8.0 # Apache-2.0
@@ -21,2 +21,2 @@ reno>=1.8.0 # Apache2
-requests-mock>=1.0 # Apache-2.0
-sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
+requests-mock>=1.1 # Apache-2.0
+sphinx!=1.3b1,<1.4,>=1.2.1 # BSD
@@ -26 +26 @@ testtools>=1.4.0 # MIT
-PyYAML>=3.1.0 # MIT
+PyYAML>=3.10.0 # MIT





More information about the OpenStack-dev mailing list