We are stoked to announce the release of: tooz 1.31.0: Coordination library for distributed systems.
This release is part of the mitaka 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.30.0..1.31.0 ------------------------------ 3687a58 Updated from global requirements 13100bc Updated from global requirements d3b82b7 Add .tox, *.pyo and *.egg to .gitignore c02b573 Enable OS_LOG_CAPTURE so that logs can be seen (on error) 61c4224 Add lock breaking Diffstat (except docs and test files) ------------------------------------- .gitignore | 4 +++- .testr.conf | 7 ++++++- requirements.txt | 2 +- test-requirements.txt | 2 +- tooz/drivers/etcd.py | 23 +++++++++++++++++++++-- tooz/drivers/ipc.py | 17 +++++++++++++++-- tooz/drivers/memcached.py | 22 +++++++++++++++++----- tooz/drivers/redis.py | 4 ++++ tooz/locking.py | 17 ++++++++++++++++- 10 files changed, 105 insertions(+), 14 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 0122587..bb29af2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16 +16 @@ futures>=3.0;python_version=='2.7' or python_version=='2.6' # BSD -futurist>=0.6.0 # Apache-2.0 +futurist>=0.11.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 1026447..633cb0c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -29 +29 @@ redis>=2.10.0 # MIT -eventlet!=0.18.0,>=0.17.4 # MIT +eventlet>=0.18.2 # MIT __________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev