We are satisfied to announce the release of: sahara-extra 11.0.0: Extras for Sahara: hadoop-swiftfs This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/sahara-extra Download the package from: https://tarballs.openstack.org/sahara-extra/ Please report issues through: https://bugs.launchpad.net/sahara/+bugs For more details, please see below. Changes in sahara-extra 10.0.0..11.0.0 -------------------------------------- c45a707 Ussuri contributor docs community goal 117326e Update hacking for Python3 8bc0f11 Cleanup py27 support f2a8f4a Fix oozie building 29feb95 [ussuri][goal] Drop python 2.7 support and testing 7d09ba7 Update the constraints url Diffstat (except docs and test files) ------------------------------------- CONTRIBUTING.rst | 23 +++++++++++------------ setup.cfg | 7 +------ setup.py | 9 --------- test-requirements.txt | 2 +- tools/build-oozie.sh | 3 +++ tox.ini | 5 ++--- 6 files changed, 18 insertions(+), 31 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 62aaa38..47daa69 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