[openstack-dev] [new][oslo] tooz 1.42.0 release (newton)

no-reply at openstack.org no-reply at openstack.org
Tue Aug 2 18:28:34 UTC 2016


We are mirthful to announce the release of:

tooz 1.42.0: Coordination library for distributed systems.

This release is part of the newton release series.

With source available at:

    http://git.openstack.org/cgit/openstack/tooz

With package available at:

    https://pypi.python.org/pypi/tooz

Please report issues through launchpad:

    http://bugs.launchpad.net/python-tooz/

For more details, please see below.

Changes in tooz 1.41.0..1.42.0
------------------------------

e5c530a etcd: don't run heartbeat() concurrently
f296519 etcd: properly block when using 'wait'
0d2bd80 Share _get_random_uuid() among all tests
b322024 Updated from global requirements
c09b20b Clean leave group hooks when unwatching.
fcc7ea1 Fix the test test_unwatch_elected_as_leader.
324482f Updated from global requirements


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

requirements.txt                |  6 +--
tooz/coordination.py            |  3 ++
tooz/drivers/etcd.py            | 14 +++++-
tox.ini                         |  2 +-
11 files changed, 137 insertions(+), 67 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index a9cecef..0513da4 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5 +5 @@ pbr>=1.6 # Apache-2.0
-stevedore>=1.10.0 # Apache-2.0
+stevedore>=1.16.0 # Apache-2.0
@@ -13,2 +13,2 @@ futures>=3.0;python_version=='2.7' or python_version=='2.6' # BSD
-futurist>=0.11.0 # Apache-2.0
-oslo.utils>=3.14.0 # Apache-2.0
+futurist!=0.15.0,>=0.11.0 # Apache-2.0
+oslo.utils>=3.15.0 # Apache-2.0





More information about the OpenStack-dev mailing list