We are chuffed to announce the release of: tooz 1.61.0: Coordination library for distributed systems. This release is part of the rocky 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.61.0 ------------------------------ 2d71653 Zuul: Remove project name a859698 Zuul: Remove project name e173ac1 Update reno for stable/queens 62fd552 partitioner: do not use hash() to determine object identity 78caecd msgpack-python has been renamed to msgpack f36f0fc Follow the new PTI for document build 958e6ff Remove tox_install.sh bbe3a43 Use native Zuul v3 tox jobs e7afb73 Add doc/requirements.txt 7c1bfe5 Remove setting of version/release from releasenotes c69235b Zuul: add file extension to playbook path ac4ecfb Move legacy jobs to project Diffstat (except docs and test files) ------------------------------------- .zuul.yaml | 229 +++++++++++++++++++++++++++++++++++++++++ releasenotes/source/conf.py | 12 +-- releasenotes/source/index.rst | 1 + releasenotes/source/queens.rst | 6 ++ requirements.txt | 2 +- setup.cfg | 6 -- tools/tox_install.sh | 30 ------ tooz/partitioner.py | 2 +- tox.ini | 6 +- 10 files changed, 257 insertions(+), 49 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