[openstack-dev] [new][oslo] tooz 1.40.0 release (newton)
no-reply at openstack.org
no-reply at openstack.org
Tue Jun 28 11:26:34 UTC 2016
We are psyched to announce the release of:
tooz 1.40.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.39.0..1.40.0
------------------------------
170680e Add docs for new consul driver
e8d37b0 Change dependency to use flavors
7360f85 Run doc8 only in pep8 target
e2683c7 Move pep8 requirements in their own target
d096a0d zookeeper: do not hard depend on eventlet
36655c6 Remove unused iso8601 dependency
040464e tests: remove testscenario usage
2ec9044 file: set no timeout by default
ebf6ae1 tests: move bad_url from scenarios to static test
756d265 Expose timeout capabilities and use them for tests
4906e72 Use pifpaf to setup daemons
274f9a6 redis: do not force LuaLock
Diffstat (except docs and test files)
-------------------------------------
requirements.txt | 4 --
setup-consul-env.sh | 125 +++++++---------------------------------
setup-etcd-env.sh | 16 +----
setup-memcached-env.sh | 22 -------
setup-mysql-env.sh | 49 ----------------
setup-postgresql-env.sh | 23 --------
setup-redis-env.sh | 22 -------
setup-sentinel-env.sh | 56 ------------------
setup-zookeeper-env.sh | 55 ------------------
setup.cfg | 41 +++++++++++++
test-requirements.txt | 29 ----------
tools/compat-matrix.py | 4 ++
tooz/coordination.py | 7 +++
tooz/drivers/file.py | 8 ++-
tooz/drivers/ipc.py | 1 +
tooz/drivers/mysql.py | 1 +
tooz/drivers/pgsql.py | 1 +
tooz/drivers/redis.py | 7 +--
tooz/drivers/zake.py | 1 +
tooz/drivers/zookeeper.py | 11 +++-
tox.ini | 53 ++++++++++-------
26 files changed, 214 insertions(+), 479 deletions(-)
Requirements updates
--------------------
diff --git a/requirements.txt b/requirements.txt
index e6cff75..826db66 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,2 +7,0 @@ enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' #
-iso8601>=0.1.11 # MIT
-zake>=0.1.6 # Apache-2.0
@@ -18,2 +15,0 @@ oslo.serialization>=1.10.0 # Apache-2.0
-requests>=2.10.0 # Apache-2.0
-python-consul>=0.4.7 # MIT License
More information about the OpenStack-dev
mailing list