[openstack-dev] [release][keystone] keystoneauth1 2.3.0 release (mitaka)

no-reply at openstack.org no-reply at openstack.org
Wed Feb 17 18:11:25 UTC 2016


We are satisfied to announce the release of:

keystoneauth1 2.3.0: Authentication Library for OpenStack Identity

This release is part of the mitaka release series.

With source available at:

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

With package available at:

    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.2.0..2.3.0
-------------------------------------

787c4d1 Cleanup test-requirements.txt
46b7be3 Updated from global requirements
585c525 Allow parameter expansion in endpoint_override
e8c3a2e Updated from global requirements
834a96f Updated from global requirements
d04320a Updated from global requirements
f21def7 Use positional library instead of our own copy
11503c3 Remove argparse from requirements
37548ee HTTPError should contain 'retry_after' parameter
f33cb0e Updated from global requirements
2db23d2 Remove keyring as a test-requiremnet
fcd9538 Mark password/secret options as secret
627fdd0 Replace deprecated library function os.popen() with subprocess

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

keystoneauth1/_utils.py                            | 157 ---------------------
keystoneauth1/access/access.py                     |   4 +-
keystoneauth1/access/service_catalog.py            |  12 +-
keystoneauth1/adapter.py                           |   4 +-
keystoneauth1/discover.py                          |   8 +-
keystoneauth1/exceptions/http.py                   |   4 +-
keystoneauth1/extras/_saml2/_loading.py            |   4 +-
keystoneauth1/fixture/discovery.py                 |  14 +-
keystoneauth1/identity/access.py                   |   5 +-
keystoneauth1/identity/base.py                     |   3 +-
keystoneauth1/identity/generic/password.py         |   7 +-
keystoneauth1/identity/v2.py                       |   5 +-
keystoneauth1/identity/v3/base.py                  |   3 +-
keystoneauth1/identity/v3/oidc.py                  |   7 +-
keystoneauth1/loading/_plugins/identity/generic.py |   5 +-
keystoneauth1/loading/_plugins/identity/v3.py      |   7 +-
keystoneauth1/loading/cli.py                       |   5 +-
keystoneauth1/loading/opts.py                      |   6 +-
keystoneauth1/loading/session.py                   |   5 +-
keystoneauth1/session.py                           |  39 ++++-
requirements.txt                                   |  10 +-
setup.cfg                                          |   6 +-
test-requirements.txt                              |  29 ++--
25 files changed, 201 insertions(+), 235 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 01bdcda..4504520 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,5 +5,5 @@
-pbr>=1.6
-argparse
-iso8601>=0.1.9
-requests!=2.9.0,>=2.8.1
-six>=1.9.0
+pbr>=1.6 # Apache-2.0
+iso8601>=0.1.9 # MIT
+positional>=1.0.1 # Apache-2.0
+requests!=2.9.0,>=2.8.1 # Apache-2.0
+six>=1.9.0 # MIT
diff --git a/test-requirements.txt b/test-requirements.txt
index 7be56d0..ba8eec3 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6 +6 @@ hacking<0.11,>=0.10.0
-flake8-docstrings==0.2.1.post1
+flake8-docstrings==0.2.1.post1 # MIT
@@ -8,7 +8,5 @@ flake8-docstrings==0.2.1.post1
-coverage>=3.6
-discover
-fixtures>=1.3.1
-keyring>=5.5.1
-mock>=1.2
-oauthlib>=0.6
-oslo.config>=3.2.0 # Apache-2.0
+coverage>=3.6 # Apache-2.0
+discover # BSD
+fixtures>=1.3.1 # Apache-2.0/BSD
+mock>=1.2 # BSD
+oslo.config>=3.4.0 # Apache-2.0
@@ -15,0 +14 @@ oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
+oslo.utils>=3.4.0 # Apache-2.0
@@ -17 +16 @@ oslotest>=1.10.0 # Apache-2.0
-os-testr>=0.4.1
+os-testr>=0.4.1 # Apache-2.0
@@ -19 +18 @@ betamax>=0.5.1 # Apache-2.0
-pycrypto>=2.6
+pycrypto>=2.6 # Public Domain
@@ -22,6 +21,4 @@ requests-mock>=0.7.0 # Apache-2.0
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
-tempest-lib>=0.13.0
-testrepository>=0.0.18
-testresources>=0.2.4
-testtools>=1.4.0
-WebOb>=1.2.3
+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
+testrepository>=0.0.18 # Apache-2.0/BSD
+testresources>=0.2.4 # Apache-2.0/BSD
+testtools>=1.4.0 # MIT





More information about the OpenStack-dev mailing list