[release-announce] [karbor] python-karborclient 0.5.0 (pike)
no-reply at openstack.org
no-reply at openstack.org
Mon Jul 24 08:12:47 UTC 2017
We are satisfied to announce the release of:
python-karborclient 0.5.0: Python client library for Karbor API
This release is part of the pike release series.
The source is available from:
https://git.openstack.org/cgit/openstack/python-karborclient
Download the package from:
https://pypi.python.org/pypi/python-karborclient
Please report issues through launchpad:
https://bugs.launchpad.net/python-karborclient
For more details, please see below.
Changes in python-karborclient 0.4.0..0.5.0
-------------------------------------------
4839860 Updated from global requirements
28ab39e Update URLs in documentation
a907bc2 Fix wrong entry points which breaks OSC gate
05c98f7 Fix warning in doc generating
2d6a97e Update URLs in documents according to document migration
Diffstat (except docs and test files)
-------------------------------------
CONTRIBUTING.rst | 4 ++--
HACKING.rst | 2 +-
README.rst | 6 +++---
karborclient/i18n.py | 2 +-
requirements.txt | 4 ++--
setup.cfg | 10 +++++-----
7 files changed, 16 insertions(+), 16 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index a581c27..04658b1 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6 @@ PrettyTable<0.8,>=0.7.1 # BSD
-keystoneauth1>=2.21.0 # Apache-2.0
+keystoneauth1!=3.0.0,>=2.21.0 # Apache-2.0
@@ -11 +11 @@ six>=1.9.0 # MIT
-osc-lib>=1.5.1 # Apache-2.0
+osc-lib>=1.7.0 # Apache-2.0
More information about the Release-announce
mailing list