python-muranoclient 1.1.0 (rocky)
We are pumped to announce the release of: python-muranoclient 1.1.0: python-muranoclient This release is part of the rocky release series. The source is available from: https://git.openstack.org/cgit/openstack/python-muranoclient Download the package from: https://pypi.org/project/python-muranoclient Please report issues through launchpad: https://bugs.launchpad.net/python-muranoclient For more details, please see below. Changes in python-muranoclient 1.0.1..1.1.0 ------------------------------------------- b8d1e70 fix tox python3 overrides 5c1227e Trivial: update url to new url 62e4565 Ignore default values for deprecated security parameters b36cfa3 Trivial: Update pypi url to new url c742bfa Follow the new PTI for document build 921bb21 Fix incompatible requirement 476e350 Updated from global requirements 9e5e762 add lower-constraints job 44ef7bd Updated from global requirements 03500f9 Updated from global requirements e972b1b Imported Translations from Zanata 50c28a2 Add os-testr to test-requirements.txt 9a05242 Updated from global requirements 95be189 Imported Translations from Zanata 06be69a Updated from global requirements 554a17c Update reno for stable/queens Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 7 ++ README.rst | 6 +- lower-constraints.txt | 99 ++++++++++++++++++++++ .../locale/en_GB/LC_MESSAGES/muranoclient.po | 8 +- muranoclient/shell.py | 49 ++++++----- releasenotes/source/index.rst | 1 + .../locale/en_GB/LC_MESSAGES/releasenotes.po | 55 ++---------- releasenotes/source/queens.rst | 6 ++ requirements.txt | 6 +- setup.cfg | 11 +-- test-requirements.txt | 6 +- tox.ini | 29 ++++++- 13 files changed, 192 insertions(+), 97 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 84030b0..56210ff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5 +5 @@ pbr!=2.1.0,>=2.0.0 # Apache-2.0 -PrettyTable<0.8,>=0.7.1 # BSD +PrettyTable<0.8,>=0.7.2 # BSD @@ -11 +11 @@ Babel!=2.4.0,>=2.3.4 # BSD -pyOpenSSL>=16.2.0 # Apache-2.0 +pyOpenSSL>=17.1.0 # Apache-2.0 @@ -13 +13 @@ requests>=2.14.2 # Apache-2.0 -PyYAML>=3.10 # MIT +PyYAML>=3.12 # MIT diff --git a/test-requirements.txt b/test-requirements.txt index 00ae150..a653d41 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -15,5 +15 @@ oslotest>=3.2.0 # Apache-2.0 - -# doc build requirements -openstackdocstheme>=1.17.0 # Apache-2.0 -sphinx!=1.6.6,>=1.6.2 # BSD -reno>=2.5.0 # Apache-2.0 +os-testr>=1.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org