[openstack-dev] [new][openstack] osc-lib 1.1.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Fri Aug 26 00:27:27 UTC 2016


We are enthusiastic to announce the release of:

osc-lib 1.1.0: OpenStackClient Library

This release is part of the newton release series.

With source available at:

    https://git.openstack.org/cgit/openstack/osc-lib

With package available at:

    https://pypi.python.org/pypi/osc-lib

Please report issues through launchpad:

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

For more details, please see below.

Changes in osc-lib 1.0.2..1.1.0
-------------------------------

9bf62fd Fix default handling for verify option in ClientManager
79240ac Updated from global requirements
13cee0c Updated from global requirements


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

osc_lib/clientmanager.py            |  5 ++++-
requirements.txt                    |  2 +-
test-requirements.txt               |  4 ++--
4 files changed, 19 insertions(+), 4 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index c80a504..93fe65d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10 +10 @@ keystoneauth1>=2.10.0 # Apache-2.0
-os-client-config!=1.19.0,>=1.13.1 # Apache-2.0
+os-client-config!=1.19.0,!=1.19.1,!=1.20.0,>=1.13.1 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 136e574..bec18dc 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -15,2 +15,2 @@ testtools>=1.4.0 # MIT
-osprofiler>=1.3.0 # Apache-2.0
-bandit>=1.0.1 # Apache-2.0
+osprofiler>=1.4.0 # Apache-2.0
+bandit>=1.1.0 # Apache-2.0





More information about the OpenStack-dev mailing list