[openstack-announce] [release][oslo] tooz release 1.20.0 (liberty)

davanum at gmail.com davanum at gmail.com
Mon Jul 27 20:26:19 UTC 2015


We are excited to announce the release of:

tooz 1.20.0: Coordination library for distributed systems.

This release is part of the liberty release series.

With source available at:

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

With package available at:

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

For more details, please see the git log history below and:

    http://launchpad.net/python-tooz/+milestone/1.20.0

Please report issues through launchpad:

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

Changes in tooz 1.19.0..1.20.0
------------------------------

7accc78 Updated from global requirements
a07405d Updated from global requirements
8511d4c Use futurist to allow for executor providing and unifying
3216c90 Use a lua script(s) instead of transactions
c5bda82 Update .gitignore

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

.gitignore                |  10 ++-
requirements.txt          |   1 +
test-requirements.txt     |   8 +-
tooz/drivers/file.py      |  37 +++------
tooz/drivers/ipc.py       |   5 +-
tooz/drivers/memcached.py |   8 +-
tooz/drivers/redis.py     | 196 ++++++++++++++++++++++++++++++++--------------
tooz/utils.py             |  87 ++++++++++++++++++++
9 files changed, 309 insertions(+), 96 deletions(-)


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

diff --git a/requirements.txt b/requirements.txt
index 340681d..f849a5c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -13,0 +14 @@ futures>=3.0;python_version=='2.7' or python_version=='2.6'
+futurist>=0.1.2 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 5c2e6bc..8e27295 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10,2 +10 @@ doc8 # Apache-2.0
-mock!=1.1.4,>=1.1;python_version!='2.6'
-mock==1.0.1;python_version=='2.6'
+mock>=1.2
@@ -26 +25 @@ kazoo>=2.2
-pymemcache>=1.2.9 # Apache 2.0 License
+pymemcache!=1.3.0,>=1.2.9 # Apache 2.0 License
@@ -27,0 +27,3 @@ redis>=2.10.0
+
+# Ensure that the eventlet executor continues to operate...
+eventlet>=0.17.4





More information about the OpenStack-announce mailing list