sahara-plugin-cdh 3.0.0 (ussuri)
We are stoked to announce the release of: sahara-plugin-cdh 3.0.0: CDH Plugin for Sahara Project This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/sahara-plugin-cdh Download the package from: https://tarballs.openstack.org/sahara-plugin-cdh/ Please report issues through: https://storyboard.openstack.org/#!/project/1102 For more details, please see below. Changes in sahara-plugin-cdh 2.0.0.0rc1..3.0.0 ---------------------------------------------- 25ea8c3 Ussuri contributor docs community goal 6fc7248 Use unittest.mock instead of third party mock eb92c91 Update hacking for Python3 ea7ea35 Cleanup py27 support a55cb17 fix: typo in tox minversion option b8699a8 [ussuri][goal] Drop python 2.7 support and testing f2d10ed flake8: adapt to the newer rules 389b98b Switch to Ussuri jobs 523f531 Imported Translations from Zanata 431eae1 Update master for stable/train 9d44381 Fixes on CDH for python 3 compatibility Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 3 +-- CONTRIBUTING.rst | 19 ++++++++++++++++++ lower-constraints.txt | 4 ---- .../notes/drop-py2-7-853b94b99b95890b.yaml | 6 ++++++ releasenotes/source/index.rst | 1 + .../source/locale/de/LC_MESSAGES/releasenotes.po | 9 ++++++--- releasenotes/source/train.rst | 6 ++++++ .../plugins/cdh/client/http_client.py | 5 +++++ sahara_plugin_cdh/plugins/cdh/client/resource.py | 18 +++++++++++++++-- sahara_plugin_cdh/plugins/cdh/client/types.py | 8 ++++---- sahara_plugin_cdh/plugins/cdh/db_helper.py | 8 ++++---- .../plugins/cdh/v5_11_0/resources/cdh_config.py | 1 + .../plugins/cdh/v5_13_0/resources/cdh_config.py | 1 + .../unit/plugins/cdh/base_plugin_utils_test.py | 6 +++--- .../unit/plugins/cdh/test_confighints_helper.py | 2 +- .../unit/plugins/cdh/v5_11_0/test_edp_engine.py | 2 +- .../unit/plugins/cdh/v5_11_0/test_spark_engine.py | 2 +- .../plugins/cdh/v5_11_0/test_versionhandler.py | 3 ++- .../unit/plugins/cdh/v5_7_0/test_edp_engine.py | 2 +- .../unit/plugins/cdh/v5_7_0/test_spark_engine.py | 2 +- .../unit/plugins/cdh/v5_7_0/test_versionhandler.py | 3 ++- .../unit/plugins/cdh/v5_9_0/test_edp_engine.py | 2 +- .../unit/plugins/cdh/v5_9_0/test_spark_engine.py | 2 +- .../unit/plugins/cdh/v5_9_0/test_versionhandler.py | 3 ++- setup.cfg | 17 +++------------- setup.py | 9 --------- test-requirements.txt | 3 +-- tox.ini | 23 +++++++++------------- 37 files changed, 129 insertions(+), 78 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 81b2c28..06966da 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +5 @@ -hacking>=1.1.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