We are stoked to announce the release of: tooz 2.0.0: Coordination library for distributed systems. This release is part of the ussuri release series. The source is available from: https://opendev.org/openstack/tooz Download the package from: https://pypi.org/project/tooz Please report issues through: https://bugs.launchpad.net/python-tooz/+bugs For more details, please see below. 2.0.0 ^^^^^ Upgrade Notes * Python 2.7 support has been dropped. The minimum version of Python now supported by tooz is Python 3.6. Changes in tooz 1.67.2..2.0.0 ----------------------------- ba27954 [ussuri][goal] Drop python 2.7 support and testing Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 140 ++++++++++----------- .../notes/drop-python-2-7-73d3113c69d724d6.yaml | 5 + requirements.txt | 2 - setup.cfg | 7 +- tox.ini | 14 +-- 6 files changed, 82 insertions(+), 89 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 1af5228..c1f072c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +6,0 @@ six>=1.9.0 # MIT -enum34>=1.0.4;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD @@ -12 +10,0 @@ tenacity>=3.2.1 # Apache-2.0 -futures>=3.0;python_version=='2.7' or python_version=='2.6' # BSD