diff --git a/python-redis.changes b/python-redis.changes index 2c9f22f..a2e635b 100644 --- a/python-redis.changes +++ b/python-redis.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Tue Sep 30 12:33:11 UTC 2025 - Dirk Müller + +- update to 6.4.0: + * Added epsilon property to the vsim command +- update to 6.3.0: + * Add support for new BITOP operations: DIFF, DIFF1, ANDOR, ONE + * Support new VAMANA vector index type + * Add new stream commands + * add async Retry __eq__ and __hash__ & fix + ExponentialWithJitterBackoff __eq__ + * Fixing sentinel command execution to allow returning of + actual responses when meaningful - behaviour controlled by + 'return_responses' argument. + * Annotate deprecated_args decorator to preserve wrapped + function type signature + * Fix ConnectionPool to raise MaxConnectionsError instead of + Connection… + * add async Retry __eq__ and __hash__ & fix + ExponentialWithJitterBackoff __eq__ + * SentinelManagedConnection searches for new master upon + connection failure (#3560) + ------------------------------------------------------------------- Mon Jun 30 16:54:24 UTC 2025 - Илья Индиго diff --git a/python-redis.spec b/python-redis.spec index a7c7e64..efcc42a 100644 --- a/python-redis.spec +++ b/python-redis.spec @@ -1,7 +1,7 @@ # # spec file for package python-redis # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -29,7 +29,7 @@ %{?sle15_python_module_pythons} Name: python-redis%{psuffix} -Version: 6.2.0 +Version: 6.4.0 Release: 0 Summary: Python client for Redis key-value store License: MIT diff --git a/redis-6.2.0.tar.gz b/redis-6.2.0.tar.gz deleted file mode 100644 index 42876cf..0000000 --- a/redis-6.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e821f129b75dde6cb99dd35e5c76e8c49512a5a0d8dfdc560b2fbd44b85ca977 -size 4639129 diff --git a/redis-6.4.0.tar.gz b/redis-6.4.0.tar.gz new file mode 100644 index 0000000..8467c61 --- /dev/null +++ b/redis-6.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b01bc7282b8444e28ec36b261df5375183bb47a07eb9c603f284e89cbc5ef010 +size 4647399