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

no-reply at openstack.org no-reply at openstack.org
Mon Jul 11 15:19:43 UTC 2016


We are excited to announce the release of:

osc-lib 0.3.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 0.2.1..0.3.0
-------------------------------

572f3ee Updated from global requirements
abc8240 Generate auth plugin options based on the name
ed86f63 Remove tempest from test-requirements.txt
505c427 Don't create a requests.Session for session
7e21c0c Remove old fakes
051f8f4 Updated from global requirements
a8ce81c Make OSC_Config the default


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

osc_lib/api/auth.py                 |  70 +------
osc_lib/clientmanager.py            |  29 +--
osc_lib/shell.py                    |   7 +-
requirements.txt                    |   3 +-
test-requirements.txt               |   1 -
9 files changed, 520 insertions(+), 587 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 00aad52..dd1641f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -12,2 +12 @@ oslo.i18n>=2.1.0 # Apache-2.0
-oslo.utils>=3.11.0 # Apache-2.0
-requests>=2.10.0 # Apache-2.0
+oslo.utils>=3.15.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 7175fea..d000a8a 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -18 +17,0 @@ testtools>=1.4.0 # MIT
-tempest>=11.0.0 # Apache-2.0





More information about the OpenStack-dev mailing list