sahara-plugin-vanilla 4.0.0 (victoria)
We high-spiritedly announce the release of: sahara-plugin-vanilla 4.0.0: Vanilla Plugin for Sahara Project This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/sahara-plugin-vanilla Download the package from: https://tarballs.openstack.org/sahara-plugin-vanilla/ Please report issues through: https://storyboard.openstack.org/#!/project/1106 For more details, please see below. Changes in sahara-plugin-vanilla 3.0.0..4.0.0 --------------------------------------------- 3e3f94e Use unittest.mock instead of mock 397aee4 Switch to newer openstackdocstheme and reno versions f1d4d2b Fix hacking min version to 3.0.1 38a7693 Imported Translations from Zanata b36fa3f Bump default tox env from py37 to py38 5b487ab Add py38 package metadata b123189 Add Python3 victoria unit tests 1a10bf4 Update master for stable/ussuri Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 +- lower-constraints.txt | 6 ------ releasenotes/source/conf.py | 7 +++---- releasenotes/source/index.rst | 1 + .../source/locale/de/LC_MESSAGES/releasenotes.po | 21 +++++++++++++++++++-- releasenotes/source/ussuri.rst | 6 ++++++ .../plugins/vanilla/hadoop2/test_config_helper.py | 3 ++- .../unit/plugins/vanilla/hadoop2/test_edp_engine.py | 2 +- .../plugins/vanilla/hadoop2/test_oozie_helper.py | 2 +- .../unit/plugins/vanilla/hadoop2/test_plugin.py | 2 +- .../vanilla/hadoop2/test_recommendation_utils.py | 3 ++- .../plugins/vanilla/hadoop2/test_run_scripts.py | 2 +- .../unit/plugins/vanilla/hadoop2/test_scaling.py | 2 +- .../vanilla/hadoop2/test_starting_scripts.py | 2 +- .../unit/plugins/vanilla/hadoop2/test_utils.py | 2 +- .../unit/plugins/vanilla/test_confighints_helper.py | 2 +- .../plugins/vanilla/v2_7_1/test_config_helper.py | 2 +- .../unit/plugins/vanilla/v2_7_1/test_edp_engine.py | 2 +- .../plugins/vanilla/v2_7_1/test_versionhandler.py | 3 ++- .../plugins/vanilla/v2_7_5/test_config_helper.py | 2 +- .../unit/plugins/vanilla/v2_7_5/test_edp_engine.py | 2 +- .../plugins/vanilla/v2_7_5/test_versionhandler.py | 3 ++- .../plugins/vanilla/v2_8_2/test_config_helper.py | 2 +- .../unit/plugins/vanilla/v2_8_2/test_edp_engine.py | 2 +- .../plugins/vanilla/v2_8_2/test_versionhandler.py | 3 ++- setup.cfg | 1 + test-requirements.txt | 3 +-- tox.ini | 2 +- 30 files changed, 65 insertions(+), 43 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index c572e69..f3621b2 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=3.0,<3.1.0 # Apache-2.0 +hacking>=3.0.1,<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