[openstack-dev] [new][oslo] tooz 1.38.0 release (newton)
no-reply at openstack.org
no-reply at openstack.org
Fri Jun 10 01:45:53 UTC 2016
We are gleeful to announce the release of:
tooz 1.38.0: Coordination library for distributed systems.
This release is part of the newton 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.37.0..1.38.0
------------------------------
7f15e34 Using LOG.warning instead of LOG.warn
c2f9671 Updated from global requirements
0f4e119 Fix coordinator typo
ccf6b7a Updated from global requirements
82197e3 file: make python2 payload readable from python3
10b9711 coordination: expose a heartbeat loop method
Diffstat (except docs and test files)
-------------------------------------
requirements.txt | 6 +--
test-requirements.txt | 2 +-
tooz/coordination.py | 86 ++++++++++++++++++++++++++++++++++++-
tooz/drivers/etcd.py | 11 ++---
tooz/drivers/file.py | 76 ++++++++++++++++++++++++++------
tooz/drivers/memcached.py | 9 ++--
tooz/drivers/mysql.py | 2 +-
tooz/drivers/pgsql.py | 2 +-
tooz/drivers/redis.py | 1 +
tooz/drivers/zookeeper.py | 1 +
12 files changed, 189 insertions(+), 31 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index e57d7e0..7e6588e 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10 +10 @@ zake>=0.1.6 # Apache-2.0
-voluptuous>=0.8.6 # BSD License
+voluptuous>=0.8.9 # BSD License
@@ -16 +16 @@ futurist>=0.11.0 # Apache-2.0
-oslo.utils>=3.5.0 # Apache-2.0
+oslo.utils>=3.9.0 # Apache-2.0
@@ -18 +18 @@ oslo.serialization>=1.10.0 # Apache-2.0
-requests!=2.9.0,>=2.8.1 # Apache-2.0
+requests>=2.10.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 665f71c..b7f0925 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +10 @@ doc8 # Apache-2.0
-mock>=1.2 # BSD
+mock>=2.0 # BSD
More information about the OpenStack-dev
mailing list