[openstack-dev] [releases] tooz 0.14.0
Doug Hellmann
doug at doughellmann.com
Mon Apr 13 15:39:20 UTC 2015
We are gleeful to announce the release of:
tooz 0.14.0: Coordination library for distributed systems.
This release is part of the liberty series.
For more details, please see the git log history below and:
http://launchpad.net/python-tooz/+milestone/0.14.0
Please report issues through launchpad:
http://bugs.launchpad.net/python-tooz/
Changes in tooz 0.13.1..0.14.0
------------------------------
6569329 2015-04-08 12:35:07 -0700 Beef up the docstrings on the various drivers
6bab678 2015-04-08 09:55:07 +0200 fix lock concurrency issues with certain drivers
06f633a 2015-04-05 10:11:23 -0700 Add pypi download + version badges
5dc8213 2015-04-01 14:31:29 -0700 Denote that 2.6 testing is still happening
7b3157e 2015-03-21 00:18:54 +0000 Updated from global requirements
54d6bb1 2015-03-20 15:50:56 +0000 Use a sentinel connection pool to manage failover
6ea2302 2015-03-16 06:16:27 -0700 fix mysql driver url parsing
e38a29f 2015-01-29 17:47:57 -0800 Avoid re-using the same timeout for further watcher ops
Diffstat (except docs and test files)
-------------------------------------
README.rst | 8 +++
requirements-py3.txt | 4 +-
requirements.txt | 4 +-
setup-mysql-env.sh | 20 ++++++--
test-requirements.txt | 2 +-
tooz/coordination.py | 3 ++
tooz/drivers/file.py | 18 +++++--
tooz/drivers/ipc.py | 9 +++-
tooz/drivers/memcached.py | 11 +++-
tooz/drivers/mysql.py | 63 ++++++++++++++++-------
tooz/drivers/pgsql.py | 65 ++++++++++++++++--------
tooz/drivers/redis.py | 30 +++++++++--
tooz/drivers/zake.py | 10 +++-
tooz/drivers/zookeeper.py | 39 ++++++++++++--
tooz/locking.py | 29 +----------
19 files changed, 392 insertions(+), 109 deletions(-)
Requirements updates
--------------------
diff --git a/requirements-py3.txt b/requirements-py3.txt
index 9c359b3..c9c1428 100644
--- a/requirements-py3.txt
+++ b/requirements-py3.txt
@@ -6 +6 @@ Babel>=1.3
-stevedore>=1.1.0
+stevedore>=1.3.0,<1.4.0 # Apache-2.0
@@ -14 +14 @@ retrying>=1.2.3,!=1.3.0
-oslo.utils>=1.2.0 # Apache-2.0
+oslo.utils>=1.4.0,<1.5.0 # Apache-2.0
diff --git a/requirements.txt b/requirements.txt
index 4f3931c..287692d 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6 +6 @@ Babel>=1.3
-stevedore>=1.1.0
+stevedore>=1.3.0,<1.4.0 # Apache-2.0
@@ -15 +15 @@ futures>=2.1.6
-oslo.utils>=1.2.0 # Apache-2.0
+oslo.utils>=1.4.0,<1.5.0 # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 6c62a75..0e02724 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -10 +10 @@ sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
-oslosphinx>=2.2.0 # Apache-2.0
+oslosphinx>=2.5.0,<2.6.0 # Apache-2.0
More information about the OpenStack-dev
mailing list