[openstack-announce] [release][oslo] tooz release 1.18.0 (liberty)
    davanum at gmail.com 
    davanum at gmail.com
       
    Mon Jul  6 20:15:31 UTC 2015
    
    
  
We are pumped to announce the release of:
tooz 1.18.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.18.0
Please report issues through launchpad:
    http://bugs.launchpad.net/python-tooz/
Changes in tooz 0.17.0..1.18.0
------------------------------
60f228d Remove tooz/openstack as it is empty and not used
432b027 Fix sp 'seonds' -> 'seconds'
f9cd68f Ensure run_watchers called from mixin, not base class
5ab7890 Updated from global requirements
Diffstat (except docs and test files)
-------------------------------------
requirements.txt            |  2 +-
test-requirements.txt       |  2 +-
tooz/drivers/file.py        |  4 ++--
tooz/drivers/memcached.py   |  4 ++--
tooz/drivers/redis.py       |  4 ++--
tooz/locking.py             |  2 +-
tooz/openstack/__init__.py  |  0
8 files changed, 22 insertions(+), 9 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index 2a70886..de6b6e6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -13 +13 @@ retrying!=1.3.0,>=1.2.3 # Apache-2.0
-futures>=3.0
+futures>=3.0;python_version=='2.7' or python_version=='2.6'
diff --git a/test-requirements.txt b/test-requirements.txt
index c078122..dd37b60 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -17 +17 @@ coverage>=3.6
-fixtures>=0.3.14
+fixtures>=1.3.1
    
    
More information about the OpenStack-announce
mailing list