We contentedly announce the release of: tooz 6.2.0: Coordination library for distributed systems. The source is available from: https://opendev.org/openstack/tooz Download the package from: https://pypi.org/project/tooz For more details, please see below. Changes in tooz 6.1.0..6.2.0 ---------------------------- 1a6af8b Loose lower bound of packaging library version d09659e fix: correctly pass ssl_ca_certs to sentinel when enabled c38b944 Remove old excludes 0e2010d pre-commit: Bump version, add doc8 aeb1f4c Remove unnecessary dependencies f94fd2c Remove use of distutils f039107 reno: Update master for unmaintained/wallaby b039a92 reno: Update master for unmaintained/victoria Diffstat (except docs and test files) ------------------------------------- .pre-commit-config.yaml | 27 +++++++++------------------ releasenotes/source/victoria.rst | 2 +- releasenotes/source/wallaby.rst | 2 +- requirements.txt | 4 ---- setup.cfg | 5 +++-- test-requirements.txt | 8 -------- tooz/drivers/redis.py | 13 ++++++------- tox.ini | 8 +++----- 9 files changed, 26 insertions(+), 49 deletions(-) Requirements updates -------------------- diff --git a/requirements.txt b/requirements.txt index 87e4cb8..919337e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +0,0 @@ -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. -pbr>=1.6 # Apache-2.0 diff --git a/test-requirements.txt b/test-requirements.txt index 1af2190..162a7ef 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +0,0 @@ - -# The order of packages is significant, because pip processes them in the order -# of appearance. Changing the order has an impact on the overall integration -# process, which may cause wedges in the gate later. -python-subunit>=0.0.18 # Apache-2.0/BSD @@ -12,3 +6,0 @@ ddt>=1.2.1 # MIT -nose>=1.3.7 # LGPL - -pre-commit>=2.6.0 # MIT
participants (1)
-
no-reply@openstack.org