[openstack-dev] [new][openstack] osc-lib 0.4.0 release (newton)
no-reply at openstack.org
no-reply at openstack.org
Tue Jul 19 13:22:12 UTC 2016
We are eager to announce the release of:
osc-lib 0.4.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.3.0..0.4.0
-------------------------------
2202617 Add Python 3.5 classifier and venv
fab2362 Updated from global requirements
b1022ac Fix v2 auth with v3 args present
cfcb8b0 trivial whitespace change to kick off docs publishing
13850bc Remove discover from test-requirements
ece28e8 Remove discover from test-reqs
f56575f Remove setting project name on clientmanager
Diffstat (except docs and test files)
-------------------------------------
README.rst | 2 +-
osc_lib/cli/client_config.py | 28 +++++-----
osc_lib/clientmanager.py | 6 ---
requirements.txt | 2 +-
setup.cfg | 1 +
test-requirements.txt | 1 -
7 files changed, 80 insertions(+), 53 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index dd1641f..b3760b4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -14 +14 @@ simplejson>=2.2.0 # MIT
-stevedore>=1.10.0 # Apache-2.0
+stevedore>=1.16.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index d000a8a..f9215a2 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7 +6,0 @@ coverage>=3.6 # Apache-2.0
-discover # BSD
More information about the OpenStack-dev
mailing list