We enthusiastically announce the release of: tooz 2.7.2: Coordination library for distributed systems. This release is part of the victoria stable 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.7.1..2.7.2 ---------------------------- 1ddddbb Retry on redis connection errors c8d77ee Blacklist etcd3gw 0.2.6 affcbda Update .gitreview for stable/victoria Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + requirements.txt | 2 +- setup.cfg | 2 +- tooz/drivers/redis.py | 132 ++++++++++++++++++++++++++++++-------------------- 4 files changed, 82 insertions(+), 55 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index a448b67..43ec87f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9 +9 @@ fasteners>=0.7 # Apache-2.0 -tenacity>=3.2.1 # Apache-2.0 +tenacity>=3.2.1,<7.0.0 # Apache-2.0
participants (1)
-
no-reply@openstack.org