[openstack-dev] [release][barbican] python-barbicanclient 3.2.0

Doug Hellmann doug at doughellmann.com
Mon Jun 1 14:11:04 UTC 2015


We are happy to announce the release of:

python-barbicanclient 3.2.0: Client Library for OpenStack Barbican Key
Management API

With source available at:

    http://git.openstack.org/cgit/openstack/python-barbicanclient

For more details, please see the git log history below and:

    http://launchpad.net/python-barbicanclient/+milestone/3.2.0

Please report issues through launchpad:

    http://bugs.launchpad.net/python-barbicanclient

Changes in python-barbicanclient 3.1.1..3.2.0
---------------------------------------------

9f9b326 Drop incubating theme from docs
3d4caaf Remove tempest config dependency in functional tests
240c581 Add capability of specifying Barbican version to client
4c4b8e8 Remove instances of _base_url
2b5bd9e Re-merge CLI test update for auth URL and version
8f1e12e Add CLI smoke functional tests for containers
82daee2 Create behaviors for secrets
70da0d0 Pass in keystone version and correct v2 URL to CLI
b5ef798 Add support for certificate order
b97ea92 Updated from global requirements
282a1e3 Adding new tests to cover failure scenarios
b6d37a2 Drop use of 'oslo' namespace package

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

.coveragerc                                        |   2 +-
barbicanclient/barbican.py                         |   5 +-
barbicanclient/barbican_cli/orders.py              |  40 +++++-
barbicanclient/base.py                             |   3 +-
barbicanclient/client.py                           |  10 +-
barbicanclient/containers.py                       |   8 +-
barbicanclient/orders.py                           |  99 +++++++++++++-
.../cli/v1/behaviors/container_behaviors.py        |  94 ++++++++++++++
.../cli/v1/behaviors/secret_behaviors.py           | 122 ++++++++++++++++++
.../client/v1/behaviors/base_behaviors.py          |   2 +-
.../client/v1/functional/test_containers.py        |   2 +-
requirements.txt                                   |   2 +-
30 files changed, 834 insertions(+), 326 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index cb3a4a5..462fed3 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4 +4 @@
-pbr>=0.6,!=0.7,<1.0
+pbr>=0.11,<2.0



More information about the OpenStack-dev mailing list