[murano] python-muranoclient 1.0.0 (queens)
We are tickled pink to announce the release of: python-muranoclient 1.0.0: python-muranoclient This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/python-muranoclient Download the package from: 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.14.0..1.0.0 -------------------------------------------- 5ab3573 Updated from global requirements 8c911c6 Avoid tox_install.sh for constraints support fc70662 Remove setting of version/release from releasenotes d9f935f Updated from global requirements 3fed287 Updated from global requirements 5b0779d Imported Translations from Zanata 9d3d86e Use generic user for both zuul v2 and v3 3e71528 update env template output aee30ad Updated from global requirements 2a0ea35 Fix to use "." to source script files 6bd2fef Updated from global requirements 57dac33 Update links in README e1d7761 Add package download to openstack CLI 54a1c60 Add package update to openstack CLI 2fbfc68 Add package show to openstack CLI 8cff957 Updated from global requirements ff3daa0 Updated from global requirements 6103ec2 Add bundle import to openstack CLI 8a83e58 Skip two test due to apps.openstack.org is retired eb692c0 Updated from global requirements 16bc835 Update the documentation link for doc migration fcd3afa Update reno for stable/pike d27da46 Updated from global requirements Diffstat (except docs and test files) ------------------------------------- README.rst | 4 +- muranoclient/i18n.py | 2 +- .../locale/en_GB/LC_MESSAGES/muranoclient.po | 153 ++++++++ muranoclient/osc/v1/package.py | 281 ++++++++++++++ muranoclient/v1/shell.py | 6 +- releasenotes/source/conf.py | 11 +- releasenotes/source/index.rst | 1 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 421 +++++++++++++++++++++ releasenotes/source/pike.rst | 6 + requirements.txt | 20 +- setup.cfg | 5 + test-requirements.txt | 12 +- tools/install_venv.py | 2 +- tools/tox_install.sh | 55 --- tox.ini | 10 +- 18 files changed, 1138 insertions(+), 92 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 5f543e6..6b60f08 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6 +6 @@ PrettyTable<0.8,>=0.7.1 # BSD -python-glanceclient>=2.7.0 # Apache-2.0 +python-glanceclient>=2.8.0 # Apache-2.0 @@ -9 +9 @@ iso8601>=0.1.11 # MIT -six>=1.9.0 # MIT +six>=1.10.0 # MIT @@ -11 +11 @@ Babel!=2.4.0,>=2.3.4 # BSD -pyOpenSSL>=0.14 # Apache-2.0 +pyOpenSSL>=16.2.0 # Apache-2.0 @@ -13,3 +13,3 @@ requests>=2.14.2 # Apache-2.0 -PyYAML>=3.10.0 # MIT -yaql>=1.1.0 # Apache 2.0 License -osc-lib>=1.7.0 # Apache-2.0 +PyYAML>=3.10 # MIT +yaql>=1.1.3 # Apache 2.0 License +osc-lib>=1.8.0 # Apache-2.0 @@ -18,4 +18,4 @@ murano-pkg-check>=0.3.0 # Apache-2.0 -oslo.serialization!=2.19.1,>=1.10.0 # Apache-2.0 -oslo.utils>=3.20.0 # Apache-2.0 -oslo.log>=3.22.0 # Apache-2.0 -oslo.i18n!=3.15.2,>=2.1.0 # Apache-2.0 +oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 +oslo.utils>=3.33.0 # Apache-2.0 +oslo.log>=3.30.0 # Apache-2.0 +oslo.i18n>=3.15.3 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 617919b..b125bb1 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -8,3 +8,3 @@ fixtures>=3.0.0 # Apache-2.0/BSD -mock>=2.0 # BSD -requests-mock>=1.1 # Apache-2.0 -tempest>=16.1.0 # Apache-2.0 +mock>=2.0.0 # BSD +requests-mock>=1.1.0 # Apache-2.0 +tempest>=17.1.0 # Apache-2.0 @@ -13 +13 @@ testscenarios>=0.4 # Apache-2.0/BSD -testtools>=1.4.0 # MIT +testtools>=2.2.0 # MIT @@ -17 +17 @@ oslotest>=1.10.0 # Apache-2.0 -openstackdocstheme>=1.11.0 # Apache-2.0 +openstackdocstheme>=1.17.0 # Apache-2.0 @@ -19 +19 @@ sphinx>=1.6.2 # BSD -reno!=2.3.1,>=1.8.0 # Apache-2.0 +reno>=2.5.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org