sahara-plugin-ambari 3.0.0 (ussuri)
We are ecstatic to announce the release of: sahara-plugin-ambari 3.0.0: Ambari Plugin for Sahara Project This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/sahara-plugin-ambari Download the package from: https://tarballs.openstack.org/sahara-plugin-ambari/ Please report issues through: https://storyboard.openstack.org/#!/project/1101 For more details, please see below. Changes in sahara-plugin-ambari 2.0.0.0rc1..3.0.0 ------------------------------------------------- fe4728d Ussuri contributor docs community goal 2258b77 Use unittest.mock instead of third party mock cb7feeb Cleanup py27 support f0618c6 Update hacking for Python3 bb68848 [ussuri][goal] Drop python 2.7 support and testing 6df263b Switch to Ussuri jobs 2949666 Imported Translations from Zanata e745a11 Imported Translations from Zanata 4516a4a Update master for stable/train Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 3 +- CONTRIBUTING.rst | 19 +++ .../notes/drop-py2-7-75fab513d04abc88.yaml | 6 + releasenotes/source/index.rst | 1 + .../source/locale/de/LC_MESSAGES/releasenotes.po | 14 +- releasenotes/source/train.rst | 6 + .../locale/id/LC_MESSAGES/sahara_plugin_ambari.po | 169 +++++++++++++++++++++ .../unit/plugins/ambari/test_requests_helper.py | 2 +- setup.cfg | 17 +-- setup.py | 9 -- test-requirements.txt | 3 +- tox.ini | 22 +-- 24 files changed, 263 insertions(+), 54 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 9cffbb1..06966da 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +hacking>=3.0,<3.1.0 # Apache-2.0 @@ -12 +11,0 @@ fixtures>=3.0.0 # Apache-2.0/BSD -mock>=2.0.0 # BSD
participants (1)
-
no-reply@openstack.org