[release-announce] pankoclient 0.5.0 (rocky)

no-reply at openstack.org no-reply at openstack.org
Mon Jul 30 17:53:31 UTC 2018


We enthusiastically announce the release of:

pankoclient 0.5.0: Python client library for OpenStack Panko project.

This release is part of the rocky release series.

The source is available from:

    https://git.openstack.org/cgit/openstack/python-pankoclient

Download the package from:

    https://pypi.org/project/pankoclient

Please report issues through launchpad:

    https://bugs.launchpad.net/python-pankoclient

For more details, please see below.

Changes in pankoclient 0.4.0..0.5.0
-----------------------------------

572aee9 fix tox python3 overrides
bfdccf1 Trivial: update url to new url
8fc3a19 Handle strings as response error_message
be4dfa5 Make osc plugin work again
6f724e0 Fix doc builds
67f3d97 Update reno for stable/queens


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

README.rst                                |  6 +++---
pankoclient/client.py                     |  2 +-
pankoclient/exceptions.py                 |  9 ++++++---
pankoclient/osc.py                        | 12 ++----------
pankoclient/v2/client.py                  |  3 +++
releasenotes/source/index.rst             |  1 +
releasenotes/source/queens.rst            |  6 ++++++
requirements.txt                          |  6 +++---
setup.cfg                                 |  3 ---
tox.ini                                   | 10 ++++++++--
12 files changed, 38 insertions(+), 34 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 50abc10..600e72d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,2 +5,2 @@
-keystoneauth1>=2.18.0 # Apache-2.0
-osc-lib>=1.2.0 # Apache-2.0
+keystoneauth1>=3.4.0  # Apache-2.0
+osc-lib>=1.8.0  # Apache-2.0
@@ -11 +11 @@ pbr>=1.8 # Apache-2.0
-requests!=2.12.2,>=2.10.0 # Apache-2.0
+requests>=2.14.2  # Apache-2.0






More information about the Release-announce mailing list