python-magnumclient 2.14.0 (train)
We are thrilled to announce the release of: python-magnumclient 2.14.0: Client library for Magnum API This release is part of the train release series. The source is available from: https://opendev.org/openstack/python-magnumclient Download the package from: https://pypi.org/project/python-magnumclient Please report issues through: https://bugs.launchpad.net/python-magnumclient/+bugs For more details, please see below. Changes in python-magnumclient 2.13.0..2.14.0 --------------------------------------------- c72512d Conditional hidden arg for backward compatibility 440f4b1 Fix coverage test 3d6e9bd Blacklist bandit 1.6.0 and cap Sphinx on Python2 d91d4c7 Display project_id for cluster show d3d04b7 OpenDev Migration Patch 9f5b8c7 Dropping the py35 testing 6b756aa Support upgrade API Diffstat (except docs and test files) ------------------------------------- .gitreview | 2 +- .zuul.yaml | 1 - magnumclient/osc/v1/cluster_templates.py | 7 +- magnumclient/osc/v1/clusters.py | 43 ++++++++++++ magnumclient/v1/clusters.py | 15 ++++ setup.cfg | 2 +- test-requirements.txt | 2 +- tools/cover.sh | 79 ---------------------- tox.ini | 15 ++-- 13 files changed, 163 insertions(+), 92 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index f625855..49dfa5c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 -bandit>=1.1.0 # Apache-2.0 +bandit!=1.6.0,>=1.1.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org