[release][oslo] tooz release 1.22.0 (liberty)
We are thrilled to announce the release of: tooz 1.22.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.22.0 Please report issues through launchpad: http://bugs.launchpad.net/python-tooz/ Changes in tooz 1.21.0..1.22.0 ------------------------------ 6bfc5b8 Updated from global requirements d01b7d7 Accept blocking argument in lock's context manager 6bfd6ed Updated from global requirements 4c38cac Expose 'run_elect_coordinator' and call it from 'run_watchers' Diffstat (except docs and test files) ------------------------------------- requirements.txt | 4 ++-- tooz/coordination.py | 11 ++++++++++- tooz/drivers/memcached.py | 4 ++-- tooz/drivers/redis.py | 9 ++------- tooz/drivers/zookeeper.py | 15 +++++++++------ tooz/locking.py | 19 +++++++++++++++++-- 7 files changed, 83 insertions(+), 20 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index f849a5c..d31fbf7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4 @@ -pbr<2.0,>=1.3 +pbr<2.0,>=1.4 @@ -15 +15 @@ futurist>=0.1.2 # Apache-2.0 -oslo.utils>=1.9.0 # Apache-2.0 +oslo.utils>=2.0.0 # Apache-2.0
participants (1)
-
davanum@gmail.com