We are pleased to announce the release of: tooz 2.5.0: Coordination library for distributed systems. This release is part of the victoria 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. Changes in tooz 2.4.0..2.5.0 ---------------------------- 9c4f23a Stop to use the __future__ module. 69fc390 Switch to newer openstackdocstheme and reno versions 404fe10 Use unittest.mock instead of third party mock a5abf9e Add release notes links to doc index Diffstat (except docs and test files) ------------------------------------- releasenotes/source/conf.py | 13 +++++-------- test-requirements.txt | 1 - tooz/drivers/consul.py | 2 -- tooz/drivers/etcd3.py | 2 -- tooz/drivers/etcd3gw.py | 2 -- tooz/drivers/redis.py | 2 -- tooz/drivers/zake.py | 2 -- 16 files changed, 31 insertions(+), 57 deletions(-) Requirements updates -------------------- diff --git a/test-requirements.txt b/test-requirements.txt index 4fd035a..1f3ddde 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5 +4,0 @@ -mock>=2.0 # BSD