[release-announce] python-barbicanclient 4.7.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Thu Jul 26 14:55:36 UTC 2018


We are psyched to announce the release of:

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

This release is part of the rocky 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://storyboard.openstack.org/#!/project/984

For more details, please see below.

Changes in python-barbicanclient 4.6.0..4.7.0
---------------------------------------------

08d1809 Switch to stestr
fb96e8f fix tox python3 overrides
bce298f use open() instead of file()
a205be6 Remove PyPI downloads
3ef66c1 Add --file flag for secrets
bc7e6d1 Update the bugs link address
31919ae Trivial: Update pypi url to new url
b1aa2ad add lower-constraints job
22ce584 Updated from global requirements
066a54a pypy is not checked at gate
a62d1e7 Follow the new PTI for document build
a6ac975 Supress client debug messages
b45584c Update the old http links in docs
f27c0f7 Updating time for functional tests
1e6d244 Update doc to use the correct order method
ca187fa Add 'rm -f .testrepository/times.dbm' command in testenv


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

.gitignore                                         |  2 +-
.stestr.conf                                       |  4 ++
.testr.conf                                        |  5 --
.zuul.yaml                                         |  7 +++
CONTRIBUTING.rst                                   |  8 +--
README.rst                                         | 14 ++---
barbicanclient/barbican.py                         | 30 +++++++++
barbicanclient/barbican_cli/v1/orders.py           |  2 +-
barbicanclient/barbican_cli/v1/secrets.py          | 62 +++++++++++-------
.../cli/v1/behaviors/secret_behaviors.py           | 67 ++++++++++++++++++++
.../client/v1/functional/test_containers.py        |  2 +-
.../client/v1/functional/test_secrets.py           |  2 +-
lower-constraints.txt                              | 73 ++++++++++++++++++++++
requirements.txt                                   |  2 +-
test-requirements.txt                              | 10 +--
tox.ini                                            | 27 +++++++-
24 files changed, 319 insertions(+), 72 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 2b0e705..aab6108 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8 +8 @@ cliff!=2.9.0,>=2.8.0 # Apache-2.0
-keystoneauth1>=3.3.0 # Apache-2.0
+keystoneauth1>=3.4.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 946b65e..0426a1e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7 +7 @@ fixtures>=3.0.0 # Apache-2.0/BSD
-requests-mock>=1.1.0 # Apache-2.0
+requests-mock>=1.2.0 # Apache-2.0
@@ -9 +9 @@ mock>=2.0.0 # BSD
-testrepository>=0.0.18 # Apache-2.0/BSD
+stestr>=2.0.0 # Apache-2.0
@@ -13 +13 @@ nose>=1.3.7 # LGPL
-oslo.config>=5.1.0 # Apache-2.0
+oslo.config>=5.2.0 # Apache-2.0
@@ -15,4 +14,0 @@ python-openstackclient>=3.12.0 # Apache-2.0
-
-# Documentation build requirements
-sphinx!=1.6.6,>=1.6.2 # BSD
-openstackdocstheme>=1.18.1 # Apache-2.0






More information about the Release-announce mailing list