[openstack-dev] [release][oslo] tooz 1.33.0 release (mitaka)
no-reply at openstack.org
no-reply at openstack.org
Tue Feb 23 18:57:10 UTC 2016
We are stoked to announce the release of:
tooz 1.33.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.32.0..1.33.0
------------------------------
0ea96fe Updated from global requirements
ba286fc Fix calling acquire(blocking=False) twice leads to a deadlock
Diffstat (except docs and test files)
-------------------------------------
requirements.txt | 2 +-
test-requirements.txt | 2 +-
tooz/drivers/ipc.py | 22 ++++++++++++----------
tooz/drivers/memcached.py | 8 +++++---
tooz/drivers/redis.py | 12 +++++++-----
tooz/drivers/zookeeper.py | 11 ++++++-----
7 files changed, 39 insertions(+), 25 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index bb29af2..135781e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -17 +17 @@ futurist>=0.11.0 # Apache-2.0
-oslo.utils>=3.4.0 # Apache-2.0
+oslo.utils>=3.5.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 633cb0c..e82c1bb 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -29 +29 @@ redis>=2.10.0 # MIT
-eventlet>=0.18.2 # MIT
+eventlet!=0.18.3,>=0.18.2 # MIT
More information about the OpenStack-dev
mailing list