We joyfully announce the release of: tooz 2.9.0: Coordination library for distributed systems. The source is available from: https://opendev.org/openstack/tooz Download the package from: https://pypi.org/project/tooz For more details, please see below. Changes in tooz 2.8.0..2.9.0 ---------------------------- 714e77e Move flake8 as a pre-commit local target. a025b4d Retry on redis connection errors 420059e Update master for stable/wallaby f2005df Cap tenacity to unblock the gate a381d71 Bump hacking and flake8 version to fix pep8 job 0187a2d Use py3 as the default runtime for tox fb3f8ae Add Python3 wallaby unit tests Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 12 ++-- .zuul.yaml | 2 +- releasenotes/source/index.rst | 1 + releasenotes/source/wallaby.rst | 6 ++ requirements.txt | 2 +- tooz/drivers/redis.py | 132 ++++++++++++++++++++++++---------------- tox.ini | 4 +- 7 files changed, 98 insertions(+), 61 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 7e40c1f..99a915a 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