[new][murano] python-muranoclient 0.11.0 release (newton)
We are amped to announce the release of: python-muranoclient 0.11.0: python-muranoclient This release is part of the newton release series. With source available at: https://git.openstack.org/cgit/openstack/python-muranoclient With package available at: https://pypi.python.org/pypi/python-muranoclient Please report issues through launchpad: https://bugs.launchpad.net/python-muranoclient For more details, please see below. Changes in python-muranoclient 0.10.0..0.11.0 --------------------------------------------- 75b3276 Sync tools/tox_install.sh 8ecfd1d Increase yaql quotas 60a5e91 [docs] Update Readme with correct Doc URL 5d0e9e6 Replace functions 'Dict.get' and 'del' with 'Dict.pop' f832f30 Updated from global requirements f7e466c Updated from global requirements 9142eeb Decode PrettyTable output before printing for Python3 4868e12 Use upper constraints for all jobs in tox.ini 7aef46d Updated from global requirements 6d41293 Updated from global requirements bce18ee Add script for unit test coverage job 90a17b0 Trivial: clean up oslo-incubator related stuff 85d3608 Add package create to openstack CLI Diffstat (except docs and test files) ------------------------------------- .coveragerc | 9 ++ README.rst | 2 +- muranoclient/common/utils.py | 16 ++- muranoclient/common/yaqlexpression.py | 5 +- muranoclient/openstack/common/apiclient/client.py | 6 +- muranoclient/osc/v1/package.py | 138 +++++++++++++++++++++ .../unit/osc/v1/fixture_data/heat-template.yaml | 1 + .../v1/fixture_data/test-app/Classes/testapp.yaml | 35 ++++++ .../test-app/Resources/Deploy.template | 21 ++++ .../test-app/Resources/scripts/common.sh | 1 + .../test-app/Resources/scripts/deploy.sh | 1 + .../test-app/Resources/scripts/installer.sh | 1 + .../unit/osc/v1/fixture_data/test-app/ui.yaml | 1 + openstack-common.conf | 8 -- requirements.txt | 6 +- setup.cfg | 2 + tools/cover.sh | 79 ++++++++++++ tools/tox_install.sh | 66 +++++----- tox.ini | 18 +-- 21 files changed, 448 insertions(+), 71 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 98af47f..0afdd1f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,2 +6,2 @@ PrettyTable<0.8,>=0.7 # BSD -python-glanceclient>=2.0.0 # Apache-2.0 -python-keystoneclient!=1.8.0,!=2.1.0,>=1.7.0 # Apache-2.0 +python-glanceclient!=2.4.0,>=2.3.0 # Apache-2.0 +python-keystoneclient!=2.1.0,>=2.0.0 # Apache-2.0 @@ -15 +15 @@ yaql>=1.1.0 # Apache 2.0 License -osc-lib>=0.4.0 # Apache-2.0 +osc-lib>=1.0.2 # Apache-2.0
participants (1)
-
no-reply@openstack.org