Changelog for
python3-tooz-6.3.0-48.2.noarch.rpm :
* Mon Sep 02 2024 cloud-develAATTsuse.de- update to version 6.3.0 - Define characteristics of etcd/etcd3gw driver - fix: correctly pass ssl_ca_certs to sentinel when enabled - Remove old excludes - Add requirements check job - Loose lower bound of packaging library version - Replace use of testtools.testcase.TestSkipped - Remove use of distutils - pre-commit: Bump version, add doc8 - reno: Update master for unmaintained/victoria - Remove unnecessary dependencies - reno: Update master for unmaintained/wallaby
* Fri May 10 2024 cloud-develAATTsuse.de- update to version 6.1.0 - redis: support healthcheck interval - Replace en-dash with ASCII minus in a docstring - Update python classifier in setup.cfg - Move driver tests to drivers directory - Redis: Fix missing ssl/auth options for sentinel - Bump hacking - Prevent potential ReDoS attack - Make authentication/SSL for redis sentinel optional - tox: Bump python runtime versions in the default envlist - redis: Fix wrong type used to parse socket_keepalive - Change StrictRedis usage to Redis - Remove etcd3 drvier - Redis: Allow customizing ssl ca certificates path - Fix handling of timeout and blocking - redis: Fix parsing of sentinel fallbacks containing IPv6 address - Cleanup py27 support - Fix broken redis sentinel support - redis: Add username - Fix bindep for Debian 12 - Ignore .eggs directory - Show coverage report - Update the default etcd3gw endpoint to v3 - Add missing % in diagnostic_lines.append call - redis: Make socket_connect_timeout configurable - Accept float values for socket_timeout - etcd3gw: Discover API version automatically - Deprecate zake driver because of unmaintained library - Fix sentinel tests not running
* Thu Jan 04 2024 cloud-develAATTsuse.de- update to version 4.2.0 - Cap protobuf < 4.x - Loosen protobuf version that\'s used for docs/renos - tox: set allowlist_externals - [etcd3gw] create new lease if expired. - Drop python3.6/3.7 support in testing runtime - Fix mysql timeout - Allow to pass ssl-related args for zookeeper - Add TLS support for MySQL driver - Support etcd3gw api version - Revert \"Moves supported python runtimes from version 3.8 to 3.10\" - remove unicode from code - Fix: Add timeout for mysql driver - Moves supported python runtimes from version 3.8 to 3.10 - Enable watch functionality for Etcd3Driver - Fix inappropriate logic in memcachedlock.release() - Add grouping support in etcd to compatibility matrix.
* Tue Jun 21 2022 Dirk Müller
- drop unneeded dependencies
* Tue Jun 07 2022 cloud-develAATTsuse.de- update to version 2.11.1 - Support later tenacity versions - setup.cfg: Replace dashes with underscores - Enable retries in redis driver - Deprecate the etcd3 driver - Bump tenacity dependency to >= 5.0.0 - Update CI to use unversioned jobs template - Fix formatting of release list - Fix getting group with prefix in etcd3gw driver - Fix docstring for get_members()
* Mon Dec 06 2021 cloud-develAATTsuse.de- update to version 2.9.0 - Use py3 as the default runtime for tox - Cap tenacity to unblock the gate - Add Python3 wallaby unit tests - Move flake8 as a pre-commit local target. - Update master for stable/wallaby - Retry on redis connection errors - Bump hacking and flake8 version to fix pep8 job
* Sun May 02 2021 cloud-develAATTsuse.de- update to version 2.8.0 - Update master for stable/victoria - Blacklist etcd3gw 0.2.6 - Replace md5 with oslo version - Adding pre-commit
* Fri Oct 09 2020 cloud-develAATTsuse.de- update to version 2.7.1 - Use unittest.mock instead of third party mock - Use safe_decode for decoding in zookeeper driver - Stop to use the __future__ module. - Remove six library - hashring: allow choosing hash function - Add release notes links to doc index - Add support for Consul ACL token parameter. - Add nose as test-requirement - Add python 3.8 to classifiers - Switch to newer openstackdocstheme and reno versions - Implements Group API for the Consul driver - Fix mysql driver comparison operator - ignore reno generated artifacts - Update master for stable/ussuri - Fix breakage with PyMySQL 0.10.0 - Switch to Victoria tests
* Mon Aug 10 2020 cloud-develAATTsuse.de- update to version 2.3.0 - Adds heartbeating to the consul driver. - Add TLS support in etcd3 and etcd3gw drivers - Drop requirements-check job
* Tue May 12 2020 cloud-develAATTsuse.de- update to version 2.1.0 - Fix membership lease issue on the etcd3gw driver - RedisLock release() should not check if the lock has been acquired - Add shared arg in metaclass Lock - [ussuri][goal] Drop python 2.7 support and testing - Drop os-testr test-requirement and pretty_tox.sh - Update master for stable/train - Avoid redis lock\'s expire_time exceeding timeout.