We are jazzed to announce the release of: sahara-plugin-storm 3.0.0: Storm Plugin for Sahara Project This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/sahara-plugin-storm Download the package from: https://tarballs.openstack.org/sahara-plugin-storm/ Please report issues through: https://storyboard.openstack.org/#!/project/1105 For more details, please see below. Changes in sahara-plugin-storm 2.0.0.0rc1..3.0.0 ------------------------------------------------ f5a760e Ussuri contributor docs community goal d6f9ad4 Cleanup py27 support e2fd9f4 Update hacking for Python3 6ebae3d fix: typo in tox minversion option 20c07ed [ussuri][goal] Drop python 2.7 support and testing 4721c15 Switch to Ussuri jobs 98a2a51 Imported Translations from Zanata 713223b Imported Translations from Zanata 9041034 Update master for stable/train Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 3 +- CONTRIBUTING.rst | 19 ++++++++++ .../notes/drop-py2-7-91adeb48d903b52b.yaml | 6 +++ releasenotes/source/index.rst | 1 + .../source/locale/de/LC_MESSAGES/releasenotes.po | 7 +++- releasenotes/source/train.rst | 6 +++ .../locale/id/LC_MESSAGES/sahara_plugin_storm.po | 43 ++++++++++++++++++++++ setup.cfg | 17 ++------- setup.py | 9 ----- test-requirements.txt | 2 +- tox.ini | 22 ++++------- 15 files changed, 117 insertions(+), 44 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