<div dir="ltr"><div>We are satisfied to announce the release of:<br></div><div><br></div><div>python-barbicanclient 3.3.0: Client Library for OpenStack Barbican Key Management API</div><div><br></div><div>This release is part of the liberty release series.</div><div><br></div><div>With source available at:</div><div><br></div><div>    <a href="http://git.openstack.org/cgit/openstack/python-barbicanclient">http://git.openstack.org/cgit/openstack/python-barbicanclient</a></div><div><br></div><div>With package available at:</div><div><br></div><div>    <a href="https://pypi.python.org/pypi/python-barbicanclient">https://pypi.python.org/pypi/python-barbicanclient</a></div><div><br></div><div>For more details, please see the git log history below and:</div><div><br></div><div>    <a href="http://launchpad.net/python-barbicanclient/+milestone/3.3.0">http://launchpad.net/python-barbicanclient/+milestone/3.3.0</a></div><div><br></div><div>Please report issues through launchpad:</div><div><br></div><div>    <a href="http://bugs.launchpad.net/python-barbicanclient">http://bugs.launchpad.net/python-barbicanclient</a></div><div><br></div><div>Changes in python-barbicanclient 3.2.0..3.3.0</div><div>---------------------------------------------</div><div><br></div><div>a5f7531 Updated from global requirements</div><div>8fcbbfb Updated from global requirements</div><div>a126226 Updated from global requirements</div><div>b3be322 Add ability to add and list CAs</div><div>d47b7e6 Remove unneeded dependency in tox.ini</div><div>b2c7050 Adding Documentation for running Functional Tests on the Python-Barbican Client</div><div>c8a468f Updated from global requirements</div><div>0727445 Updated from global requirements</div><div>6c0eb3f Updated from global requirements</div><div>7970a6c Updated from global requirements</div><div>1a31be6 Added secret type command line option</div><div>3fcc07f Updated from global requirements</div><div>1006223 New mock release(1.1.0) broke unit/function tests</div><div>d6ae7b0 Enable endpoint filter parameters for the CLI</div><div>ffde06e Updated from global requirements</div><div>8cebffd Use keystone discovery instead of endpoint_override</div><div>42a3c4b Updated from global requirements</div><div>2f9dc5e Updated from global requirements</div><div>e3431cd Updated from global requirements</div><div><br></div><div>Diffstat (except docs and test files)</div><div>-------------------------------------</div><div><br></div><div>barbicanclient/barbican.py                         |  39 +-</div><div>barbicanclient/barbican_cli/cas.py                 |  56 +++</div><div>barbicanclient/barbican_cli/secrets.py             |   7 +-</div><div>barbicanclient/cas.py                              | 236 ++++++++++++</div><div>barbicanclient/client.py                           |  11 +-</div><div>barbicanclient/secrets.py                          |  28 +-</div><div>.../cli/v1/behaviors/secret_behaviors.py           |  11 +-</div><div>.../client/v1/functional/test_secrets.py           | 104 ++++++</div><div>requirements.txt                                   |  12 +-</div><div>setup.cfg                                          |   3 +</div><div>setup.py                                           |   3 +-</div><div>test-requirements.txt                              |  16 +-</div><div>tox.ini                                            |   1 -</div><div>24 files changed, 1288 insertions(+), 40 deletions(-)</div><div><br></div><div><br></div><div>Requirements updates</div><div>--------------------</div><div><br></div><div>diff --git a/requirements.txt b/requirements.txt</div><div>index 462fed3..443bd37 100644</div><div>--- a/requirements.txt</div><div>+++ b/requirements.txt</div><div>@@ -4 +4 @@</div><div>-pbr>=0.11,<2.0</div><div>+pbr<2.0,>=1.4</div><div>@@ -8,5 +8,5 @@ six>=1.9.0</div><div>-python-keystoneclient>=1.3.0</div><div>-cliff>=1.10.0  # Apache-2.0</div><div>-oslo.i18n>=1.5.0  # Apache-2.0</div><div>-oslo.serialization>=1.4.0               # Apache-2.0</div><div>-oslo.utils>=1.4.0                       # Apache-2.0</div><div>+python-keystoneclient>=1.6.0</div><div>+cliff>=1.14.0 # Apache-2.0</div><div>+oslo.i18n>=1.5.0 # Apache-2.0</div><div>+oslo.serialization>=1.4.0 # Apache-2.0</div><div>+oslo.utils>=2.0.0 # Apache-2.0</div><div>diff --git a/test-requirements.txt b/test-requirements.txt</div><div>index 036e2f9..eb41af1 100644</div><div>--- a/test-requirements.txt</div><div>+++ b/test-requirements.txt</div><div>@@ -6,4 +6,4 @@ discover</div><div>-hacking>=0.10.0,<0.11</div><div>-fixtures>=0.3.14</div><div>-requests-mock>=0.6.0  # Apache-2.0</div><div>-mock>=1.0</div><div>+hacking<0.11,>=0.10.0</div><div>+fixtures>=1.3.1</div><div>+requests-mock>=0.6.0 # Apache-2.0</div><div>+mock>=1.2</div><div>@@ -11,2 +11,2 @@ testrepository>=0.0.18</div><div>-testtools>=0.9.36,!=1.2.0</div><div>-oslotest>=1.5.1  # Apache-2.0</div><div>+testtools>=1.4.0</div><div>+oslotest>=1.10.0 # Apache-2.0</div><div>@@ -16,2 +16,2 @@ nose</div><div>-sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3</div><div>-oslosphinx>=2.5.0  # Apache-2.0</div><div>+sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2</div><div>+oslosphinx>=2.5.0 # Apache-2.0</div>
</div>