[barbican] python-barbicanclient 4.6.0 (queens)
We joyfully announce the release of: python-barbicanclient 4.6.0: Client Library for OpenStack Barbican Key Management API This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/python-barbicanclient/ Download the package from: https://tarballs.openstack.org/python-barbicanclient/ Please report issues through launchpad: https://bugs.launchpad.net/python-barbicanclient/ For more details, please see below. Changes in python-barbicanclient 4.5.2..4.6.0 --------------------------------------------- aba5275 Updated from global requirements 24db25c Updated from global requirements 4afb43a Pass OSC interface through to barbican plugin 535e2bf Fix some reST field lists in docstrings 92736b9 Updated from global requirements a7df9d8 Avoid tox_install.sh for constraints support 15496e0 Switch to use new barbican endpoint 77eedac Updated from global requirements e2c13b2 Updated from global requirements 2255ac8 Updated from global requirements 036416d Correct docs usage of keystoneauth1 session 1c6664d Updated from global requirements 56f252d Updated from global requirements 329d9b5 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- README.rst | 2 +- barbicanclient/client.py | 2 +- barbicanclient/osc_plugin.py | 3 +- barbicanclient/v1/client.py | 2 +- .../cli/v1/behaviors/container_behaviors.py | 2 +- .../cli/v1/behaviors/secret_behaviors.py | 4 +- requirements.txt | 12 ++--- test-requirements.txt | 18 ++++---- tools/tox_install.sh | 53 ---------------------- tox.ini | 9 ++-- 14 files changed, 44 insertions(+), 95 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 44da02a..2b0e705 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ requests>=2.14.2 # Apache-2.0 -six>=1.9.0 # MIT -cliff>=2.8.0 # Apache-2.0 -keystoneauth1>=3.0.1 # Apache-2.0 -oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 -oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0 -oslo.utils>=3.20.0 # Apache-2.0 +six>=1.10.0 # MIT +cliff!=2.9.0,>=2.8.0 # Apache-2.0 +keystoneauth1>=3.3.0 # Apache-2.0 +oslo.i18n>=3.15.3 # Apache-2.0 +oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 +oslo.utils>=3.33.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 4eedab7..946b65e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,2 +7,2 @@ fixtures>=3.0.0 # Apache-2.0/BSD -requests-mock>=1.1 # Apache-2.0 -mock>=2.0 # BSD +requests-mock>=1.1.0 # Apache-2.0 +mock>=2.0.0 # BSD @@ -10,5 +10,5 @@ testrepository>=0.0.18 # Apache-2.0/BSD -testtools>=1.4.0 # MIT -oslotest>=1.10.0 # Apache-2.0 -nose # LGPL -oslo.config!=4.3.0,!=4.4.0,>=4.0.0 # Apache-2.0 -python-openstackclient!=3.10.0,>=3.3.0 # Apache-2.0 +testtools>=2.2.0 # MIT +oslotest>=3.2.0 # Apache-2.0 +nose>=1.3.7 # LGPL +oslo.config>=5.1.0 # Apache-2.0 +python-openstackclient>=3.12.0 # Apache-2.0 @@ -17,2 +17,2 @@ python-openstackclient!=3.10.0,>=3.3.0 # Apache-2.0 -sphinx>=1.6.2 # BSD -openstackdocstheme>=1.11.0 # Apache-2.0 +sphinx!=1.6.6,>=1.6.2 # BSD +openstackdocstheme>=1.18.1 # Apache-2.0
participants (1)
-
no-reply@openstack.org