[openstack-announce] [new][openstack] python-openstackclient 3.1.0 release (newton)
no-reply at openstack.org
no-reply at openstack.org
Fri Aug 26 10:48:50 UTC 2016
We are exuberant to announce the release of:
python-openstackclient 3.1.0: OpenStack Command-line Client
This release is part of the newton release series.
With source available at:
https://git.openstack.org/cgit/openstack/python-openstackclient
With package available at:
https://pypi.python.org/pypi/python-openstackclient
Please report issues through launchpad:
https://bugs.launchpad.net/python-openstackclient
For more details, please see below.
Changes in python-openstackclient 3.0.1..3.1.0
----------------------------------------------
2774145 Updated from global requirements
afda6f8 Updated from global requirements
188709c Restore default auth-type for token/endpoint
3f86cc0 Updated from global requirements
ea5a8dd Fix post and periodic jobs
Diffstat (except docs and test files)
-------------------------------------
openstackclient/shell.py | 8 ++++--
requirements.txt | 6 ++---
test-requirements.txt | 2 +-
tools/tox_install.sh | 66 ++++++++++++++++++++++++------------------------
4 files changed, 43 insertions(+), 39 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index be057a3..f065346 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10,2 +10,2 @@ keystoneauth1>=2.10.0 # Apache-2.0
-openstacksdk>=0.9.0 # Apache-2.0
-osc-lib>=0.4.0 # Apache-2.0
+openstacksdk>=0.9.4 # Apache-2.0
+osc-lib>=1.0.2 # Apache-2.0
@@ -14 +14 @@ oslo.utils>=3.16.0 # Apache-2.0
-python-glanceclient!=2.4.0,>=2.0.0 # Apache-2.0
+python-glanceclient!=2.4.0,>=2.3.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 7db1d62..24b693c 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -16 +16 @@ stevedore>=1.16.0 # Apache-2.0
-os-client-config!=1.19.0,!=1.19.1,!=1.20.0,>=1.13.1 # Apache-2.0
+os-client-config!=1.19.0,!=1.19.1,!=1.20.0,!=1.20.1,>=1.13.1 # Apache-2.0
More information about the OpenStack-announce
mailing list