We joyfully announce the release of: sahara-plugin-vanilla 3.0.0: Vanilla Plugin for Sahara Project This release is part of the ussuri 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 2.0.0.0rc1..3.0.0 -------------------------------------------------- ec604cb Ussuri contributor docs community goal f205ff1 Cleanup py27 support 697382d Update hacking for Python3 740e4a5 fix: typo in tox minversion option 513aaff [ussuri][goal] Drop python 2.7 support and testing d84c60d Switch to Ussuri jobs 8e61e7d Imported Translations from Zanata 9aeb314 Imported Translations from Zanata 0987110 Update master for stable/train Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 3 +- CONTRIBUTING.rst | 19 ++++ .../notes/drop-py2-7-345ca486b838f0bb.yaml | 6 ++ releasenotes/source/index.rst | 1 + .../source/locale/de/LC_MESSAGES/releasenotes.po | 7 +- releasenotes/source/train.rst | 6 ++ .../locale/de/LC_MESSAGES/sahara_plugin_vanilla.po | 6 +- .../locale/id/LC_MESSAGES/sahara_plugin_vanilla.po | 101 +++++++++++++++++++++ .../locale/ne/LC_MESSAGES/sahara_plugin_vanilla.po | 5 +- .../plugins/vanilla/hadoop2/config_helper.py | 1 + .../plugins/vanilla/hadoop2/run_scripts.py | 4 +- .../plugins/vanilla/hadoop2/test_run_scripts.py | 5 +- setup.cfg | 17 +--- setup.py | 9 -- test-requirements.txt | 2 +- tox.ini | 22 ++--- 20 files changed, 185 insertions(+), 55 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 9cffbb1..c572e69 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