We are pumped to announce the release of: tooz 1.57.3: Coordination library for distributed systems. This release is part of the pike release series. The source is available from: http://git.openstack.org/cgit/openstack/tooz Download the package from: https://pypi.python.org/pypi/tooz Please report issues through launchpad: https://bugs.launchpad.net/python-tooz/ For more details, please see below. Changes in tooz 1.57.2..1.57.3 ------------------------------ 965fb4d etcd3: skip ProcessPool based test 90a56b0 pgsql: fix self._conn.close() being called without connection 361406e test: leverage existing helper method in test_partitioner 15f6de6 coordination: remove double serialization of capabilities a0590a7 tests: fix missing .get() on some group operations 13e23e3 Mutualize executor code in a mixin class cc09f3f coordination: fix reversed fiels for __repr__ for events 413527c Fix docstring for group and member id Diffstat (except docs and test files) ------------------------------------- tooz/coordination.py | 62 +++++++++++++++++++++++++++-------------- tooz/drivers/consul.py | 2 +- tooz/drivers/etcd.py | 2 +- tooz/drivers/etcd3.py | 2 +- tooz/drivers/etcd3gw.py | 2 +- tooz/drivers/file.py | 12 +++----- tooz/drivers/ipc.py | 11 ++------ tooz/drivers/memcached.py | 22 +++++++-------- tooz/drivers/mysql.py | 2 +- tooz/drivers/pgsql.py | 5 ++-- tooz/drivers/redis.py | 24 ++++++++-------- tooz/drivers/zookeeper.py | 2 +- tooz/partitioner.py | 22 +++------------ 15 files changed, 98 insertions(+), 98 deletions(-)
participants (1)
-
no-reply@openstack.org