[magnum] python-magnumclient 2.5.0 (ocata)
We are chuffed to announce the release of: python-magnumclient 2.5.0: Client library for Magnum API This release is part of the ocata stable release series. The source is available from: https://git.openstack.org/cgit/openstack/python-magnumclient Download the package from: https://pypi.python.org/pypi/python-magnumclient Please report issues through launchpad: https://bugs.launchpad.net/python-magnumclient For more details, please see below. Changes in python-magnumclient 2.4.0..2.5.0 ------------------------------------------- e6329a7 Add usage docs for magnum client 52af764 Updated from global requirements 63b0362 Increase UT Coverage c240c44 Add the OSC 'cluster template list' command 7e073fe Add osc-lib to requirements.txt Diffstat (except docs and test files) ------------------------------------- magnumclient/osc/cluster_templates.py | 39 ------------------- magnumclient/osc/v1/__init__.py | 0 magnumclient/osc/v1/cluster_templates.py | 65 ++++++++++++++++++++++++++++++++ requirements.txt | 1 + setup.cfg | 1 + test-requirements.txt | 2 +- 8 files changed, 168 insertions(+), 45 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 1e5721d..4dd3ff8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,0 +15 @@ os-client-config>=1.22.0 # Apache-2.0 +osc-lib>=1.2.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index baa5025..c8afb67 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10 +10 @@ python-subunit>=0.0.18 # Apache-2.0/BSD -sphinx!=1.3b1,<1.4,>=1.2.1 # BSD +sphinx>=1.5.1 # BSD
participants (1)
-
no-reply@openstack.org