[release][oslo] tooz release 1.19.0 (liberty)
We are gleeful to announce the release of: tooz 1.19.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.19.0 Please report issues through launchpad: http://bugs.launchpad.net/python-tooz/ Changes in tooz 1.18.0..1.19.0 ------------------------------ f3cdf20 Updated from global requirements 7c8f910 Change Lock.name to a property 8423a91 Updated from global requirements 9af2a9f Fixup dependencies. 7ab084a Expose started state of coordinator to external 77bb9f8 Updated from global requirements 4707ba1 Updated from global requirements 5dc4f3d Update compatibility matrix due to file drivers new abilities Diffstat (except docs and test files) ------------------------------------- requirements-py3.txt | 14 -------------- requirements.txt | 4 ++-- setup.py | 2 +- test-requirements.txt | 6 ++++-- tools/compat-matrix.py | 4 ++-- tooz/coordination.py | 4 ++++ tooz/locking.py | 6 +++++- tox.ini | 20 +------------------- 10 files changed, 32 insertions(+), 43 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index de6b6e6..340681d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4 +4 @@ -pbr<2.0,>=0.11 +pbr<2.0,>=1.3 @@ -14 +14 @@ futures>=3.0;python_version=='2.7' or python_version=='2.6' -oslo.utils>=1.6.0 # Apache-2.0 +oslo.utils>=1.9.0 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index dd37b60..5c2e6bc 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,0 +5 @@ +hacking<0.11,>=0.10.0 @@ -8,2 +9,3 @@ flake8<=2.4.1,>=2.2.4 -discover -mock>=1.0 +doc8 # Apache-2.0 +mock!=1.1.4,>=1.1;python_version!='2.6' +mock==1.0.1;python_version=='2.6'
participants (1)
-
davanum@gmail.com