sahara-plugin-spark 3.0.0 (ussuri)
We are amped to announce the release of: sahara-plugin-spark 3.0.0: Spark Plugin for Sahara Project This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/sahara-plugin-spark Download the package from: https://tarballs.openstack.org/sahara-plugin-spark/ Please report issues through: https://storyboard.openstack.org/#!/project/1104 For more details, please see below. Changes in sahara-plugin-spark 2.0.0.0rc1..3.0.0 ------------------------------------------------ a286258 Ussuri contributor docs community goal ca5b47f Cleanup py27 support cabd890 Update hacking for Python3 22caae2 fix: typo in tox minversion option 9f5d63d [ussuri][goal] Drop python 2.7 support and testing 7f01e5f Switch to Ussuri jobs 176d485 Imported Translations from Zanata 671f10a Imported Translations from Zanata 06e45be Update master for stable/train Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 3 +- CONTRIBUTING.rst | 19 +++++++ .../notes/drop-py2-7-ff5c64bed835ce49.yaml | 6 ++ releasenotes/source/index.rst | 1 + .../source/locale/de/LC_MESSAGES/releasenotes.po | 10 +++- releasenotes/source/train.rst | 6 ++ .../locale/id/LC_MESSAGES/sahara_plugin_spark.po | 64 ++++++++++++++++++++++ sahara_plugin_spark/plugins/spark/config_helper.py | 3 +- sahara_plugin_spark/plugins/spark/run_scripts.py | 4 +- setup.cfg | 17 +----- setup.py | 9 --- test-requirements.txt | 2 +- tox.ini | 19 ++----- 18 files changed, 144 insertions(+), 47 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
participants (1)
-
no-reply@openstack.org