futurist 2.0.0 (ussuri)
We are pumped to announce the release of: futurist 2.0.0: Useful additions to futures, from the future. This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/futurist Download the package from: https://pypi.org/project/futurist Please report issues through: https://bugs.launchpad.net/futurist/+bugs For more details, please see below. 2.0.0 ^^^^^ Upgrade Notes * Support for Python 2.7 has been dropped. The minimum version of Python now supported is Python 3.6. Changes in futurist 1.10.0..2.0.0 --------------------------------- 0c5e448 [ussuri][goal] Drop python 2.7 support and testing Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 2 -- lower-constraints.txt | 2 -- .../drop-python27-support-5757997ea990b7ca.yaml | 5 +++++ requirements.txt | 3 --- setup.cfg | 8 +++---- setup.py | 8 ------- tox.ini | 26 +++++++++------------- 8 files changed, 20 insertions(+), 37 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 4f2ad36..9387b04 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,3 +6,0 @@ six>=1.10.0 # MIT -monotonic>=0.6;python_version<'3.3' # Apache-2.0 -futures>=3.0.0;python_version=='2.7' or python_version=='2.6' # BSD -contextlib2>=0.4.0;python_version<'3.0' # PSF License
participants (1)
-
no-reply@openstack.org