We are amped to announce the release of: python-barbicanclient 3.1.0: Client Library for OpenStack Barbican Key Management API
For more details, please see the git log history below. Changes in python-barbicanclient 3.0.3..3.1.0 --------------------------------------------- e24ed33 2015-04-20 13:58:33 -0500 Excluding tests from coverage report 137a893 2015-04-17 10:24:26 -0500 Fix the clientrc file to match defaults and add docs f2ddf1e 2015-04-16 17:36:59 -0500 Updating client and client docs for accuracy c1fd9d4 2015-04-16 16:13:41 -0500 Porting over more documentation to RST from cli wiki 538daa3 2015-04-16 18:12:46 +0000 Uncap library requirements for liberty 840a98c 2015-04-15 15:38:27 -0500 Adding payload flag to get secret e06df05 2015-04-15 14:20:56 -0500 Raising errors from the client instead of ksclient bbd14af 2015-04-10 11:43:21 +0200 Fix order listing on the command line. f0fe464 2015-04-08 19:02:22 -0500 Fixing the broken functional tests 54a52ae 2015-04-02 08:32:23 +1100 Use the ksc Adapter instead of custom HTTPClient 7c0a1d7 2015-03-26 15:47:11 -0500 Negative tests for orders Diffstat (except docs and test files) ------------------------------------- .coveragerc | 2 +- barbicanclient/barbican_cli/orders.py | 6 +- barbicanclient/barbican_cli/secrets.py | 14 +- barbicanclient/base.py | 2 +- barbicanclient/client.py | 130 +++++--------- barbicanclient/containers.py | 37 +++- barbicanclient/exceptions.py | 28 +++ barbicanclient/orders.py | 55 ++++-- barbicanclient/secrets.py | 35 ++-- clientrc | 25 ++- .../client/v1/functional/test_containers.py | 47 +++-- .../client/v1/functional/test_orders.py | 196 +++++++++++++++++++++ .../client/v1/functional/test_secrets.py | 81 ++++++--- requirements.txt | 8 +- test-requirements.txt | 4 +- 20 files changed, 770 insertions(+), 217 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index b125e91..187135f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,4 @@ python-keystoneclient>=1.1.0 -cliff>=1.10.0,<1.11.0 # Apache-2.0 -oslo.i18n>=1.5.0,<1.6.0 # Apache-2.0 -oslo.serialization>=1.4.0,<1.5.0 # Apache-2.0 -oslo.utils>=1.4.0,<1.5.0 # Apache-2.0 +cliff>=1.10.0 # Apache-2.0 +oslo.i18n>=1.5.0 # Apache-2.0 +oslo.serialization>=1.4.0 # Apache-2.0 +oslo.utils>=1.4.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 684cef9..036e2f9 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12 +12 @@ testtools>=0.9.36,!=1.2.0 -oslotest>=1.5.1,<1.6.0 # Apache-2.0 +oslotest>=1.5.1 # Apache-2.0 @@ -17 +17 @@ sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 -oslosphinx>=2.5.0,<2.6.0 # Apache-2.0 +oslosphinx>=2.5.0 # Apache-2.0 __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: [email protected]?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
