We are excited to announce the release of: tooz 1.64.0: Coordination library for distributed systems. This release is part of the stein release series. The source is available from: https://git.openstack.org/cgit/openstack/tooz Download the package from: https://pypi.org/project/tooz Please report issues through launchpad: https://bugs.launchpad.net/python-tooz/ For more details, please see below. Changes in tooz 1.63.1..1.64.0 ------------------------------ 70f144a Unblock tooz gate 4c753f2 Change openstack-dev to openstack-discuss Diffstat (except docs and test files) ------------------------------------- requirements.txt | 5 +++-- setup.cfg | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 5a464b2..b2aee6d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7 +7 @@ six>=1.9.0 # MIT -enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD +enum34>=1.0.4;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD @@ -13 +13 @@ futures>=3.0;python_version=='2.7' or python_version=='2.6' # BSD -futurist!=0.15.0,>=0.11.0 # Apache-2.0 +futurist>=1.2.0 # Apache-2.0 @@ -15,0 +16 @@ oslo.serialization>=1.10.0 # Apache-2.0 +grpcio>=1.0.0,<1.16.0
participants (1)
-
no-reply@openstack.org