[release-announce] pankoclient 0.4.1 (queens)

no-reply at openstack.org no-reply at openstack.org
Tue Jul 24 10:58:57 UTC 2018


We are amped to announce the release of:

pankoclient 0.4.1: Python client library for OpenStack Panko project.

This release is part of the queens stable 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.4.1
-----------------------------------

748f931 Handle strings as response error_message
8e2149f Make osc plugin work again
872e375 Fix doc builds
78c179c Update UPPER_CONSTRAINTS_FILE for stable/queens
7941c29 Update .gitreview for stable/queens


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

.gitreview                                |  1 +
pankoclient/client.py                     |  2 +-
pankoclient/exceptions.py                 |  9 ++++++---
pankoclient/osc.py                        | 12 ++----------
pankoclient/v2/client.py                  |  3 +++
requirements.txt                          |  6 +++---
setup.cfg                                 |  3 ---
tox.ini                                   |  6 +++---
10 files changed, 24 insertions(+), 32 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