We are jazzed to announce the release of: sahara-plugin-mapr 4.0.0: Mapr Plugin for Sahara Project This release is part of the victoria release series. The source is available from: https://opendev.org/openstack/sahara-plugin-mapr Download the package from: https://tarballs.openstack.org/sahara-plugin-mapr/ Please report issues through: https://storyboard.openstack.org/#!/project/1103 For more details, please see below. Changes in sahara-plugin-mapr 3.0.0..4.0.0 ------------------------------------------ 07d787f drop mock from lower-constraints and requirements ae9fc93 Switch to newer openstackdocstheme and reno versions 0e126db Fix hacking min version to 3.0.1 7349480 Imported Translations from Zanata 2c59797 Imported Translations from Zanata 4ba5ccf Imported Translations from Zanata d6d3eda Bump default tox env from py37 to py38 5f79ead Add py38 package metadata eab33b6 Add Python3 victoria unit tests af39385 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 +- .../locale/en_GB/LC_MESSAGES/releasenotes.po | 45 +++++ releasenotes/source/ussuri.rst | 6 + .../locale/en_GB/LC_MESSAGES/sahara_plugin_mapr.po | 217 +++++++++++++++++++++ setup.cfg | 1 + test-requirements.txt | 3 +- tox.ini | 2 +- 13 files changed, 303 insertions(+), 24 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