From 3c19600b9c1b0f033f9d1bca9ae1133455fe35eebd7745f5ed73bbac71987517 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 30 Sep 2025 12:35:04 +0000 Subject: [PATCH] =?UTF-8?q?-=20update=20to=206.4.0:=20=20=20*=20Added=20ep?= =?UTF-8?q?silon=20property=20to=20the=20vsim=20command=20-=20update=20to?= =?UTF-8?q?=206.3.0:=20=20=20*=20Add=20support=20for=20new=20BITOP=20opera?= =?UTF-8?q?tions:=20DIFF,=20DIFF1,=20ANDOR,=20ONE=20=20=20*=20Support=20ne?= =?UTF-8?q?w=20VAMANA=20vector=20index=20type=20=20=20*=20Add=20new=20stre?= =?UTF-8?q?am=20commands=20=20=20*=20add=20async=20Retry=20=5F=5Feq=5F=5F?= =?UTF-8?q?=20and=20=5F=5Fhash=5F=5F=20&=20fix=20=20=20=20=20ExponentialWi?= =?UTF-8?q?thJitterBackoff=20=5F=5Feq=5F=5F=20=20=20*=20Fixing=20sentinel?= =?UTF-8?q?=20command=20execution=20to=20allow=20returning=20of=20=20=20?= =?UTF-8?q?=20=20actual=20responses=20when=20meaningful=20-=20behaviour=20?= =?UTF-8?q?controlled=20by=20=20=20=20=20'return=5Fresponses'=20argument.?= =?UTF-8?q?=20=20=20*=20Annotate=20deprecated=5Fargs=20decorator=20to=20pr?= =?UTF-8?q?eserve=20wrapped=20=20=20=20=20function=20type=20signature=20?= =?UTF-8?q?=20=20*=20Fix=20ConnectionPool=20to=20raise=20MaxConnectionsErr?= =?UTF-8?q?or=20instead=20of=20=20=20=20=20Connection=E2=80=A6=20=20=20*?= =?UTF-8?q?=20add=20async=20Retry=20=5F=5Feq=5F=5F=20and=20=5F=5Fhash=5F?= =?UTF-8?q?=5F=20&=20fix=20=20=20=20=20ExponentialWithJitterBackoff=20=5F?= =?UTF-8?q?=5Feq=5F=5F=20=20=20*=20SentinelManagedConnection=20searches=20?= =?UTF-8?q?for=20new=20master=20upon=20=20=20=20=20connection=20failure=20?= =?UTF-8?q?(#3560)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-redis?expand=0&rev=106 --- python-redis.changes | 23 +++++++++++++++++++++++ python-redis.spec | 4 ++-- redis-6.2.0.tar.gz | 3 --- redis-6.4.0.tar.gz | 3 +++ 4 files changed, 28 insertions(+), 5 deletions(-) delete mode 100644 redis-6.2.0.tar.gz create mode 100644 redis-6.4.0.tar.gz 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