[release-announce] tooz 2.8.0 (wallaby)

no-reply at openstack.org no-reply at openstack.org
Mon Nov 30 16:25:21 UTC 2020


We are pleased to announce the release of:

tooz 2.8.0: Coordination library for distributed systems.

This release is part of the wallaby 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.8.0
----------------------------

54448e9 Replace md5 with oslo version
c3d8c2e Adding pre-commit
3f07590 Blacklist etcd3gw 0.2.6
b7fe722 Update master for stable/victoria


Diffstat (except docs and test files)
-------------------------------------

.pre-commit-config.yaml            |  35 +++++++
examples/coordinator.py            |  15 +++
examples/coordinator_heartbeat.py  |  15 +++
examples/group_membership.py       |  15 +++
examples/group_membership_watch.py |  15 +++
examples/hashring.py               |  15 +++
examples/leader_election.py        |  15 +++
examples/lock.py                   |  15 +++
examples/partitioner.py            |  15 +++
releasenotes/source/conf.py        |   2 +
releasenotes/source/index.rst      |   1 +
releasenotes/source/victoria.rst   |   6 ++
requirements.txt                   |   2 +-
setup.cfg                          |   2 +-
test-requirements.txt              |   2 +
tooz/coordination.py               |   0
tooz/drivers/ipc.py                |   5 +-
tooz/drivers/pgsql.py              |   4 +-
tooz/hashring.py                   |  18 +++-
tox.ini                            |   3 +-
22 files changed, 223 insertions(+), 187 deletions(-)


Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
index a448b67..7e40c1f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -11 +11 @@ futurist>=1.2.0 # Apache-2.0
-oslo.utils>=3.15.0 # Apache-2.0
+oslo.utils>=4.7.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 1f3ddde..1af2190 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -12,0 +13,2 @@ nose>=1.3.7 # LGPL
+
+pre-commit>=2.6.0 # MIT






More information about the Release-announce mailing list