We jubilantly announce the release of: tooz 1.60.0: Coordination library for distributed systems. This release is part of the queens release series. The source is available from: https://git.openstack.org/cgit/openstack/tooz Download the package from: https://pypi.python.org/pypi/tooz Please report issues through launchpad: https://bugs.launchpad.net/python-tooz/ For more details, please see below. Changes in tooz 1.59.0..1.60.0 ------------------------------ d7b0149 msgpack-python has been renamed to msgpack 4ea215f Update .gitreview for stable/queens 9915e3f Use native Zuul v3 tox jobs Diffstat (except docs and test files) ------------------------------------- .gitreview | 1 + .zuul.yaml | 229 +++++++++++++++++++++++++++++++++++++++++++++++++++ requirements.txt | 2 +- tox.ini | 4 +- 5 files changed, 245 insertions(+), 3 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 893cdc5..5a464b2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9 +9 @@ voluptuous>=0.8.9 # BSD License -msgpack-python>=0.4.0 # Apache-2.0 +msgpack>=0.4.0 # Apache-2.0