From c8422677b8ed269a9ca7795ed82e1460547f8199 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 5 Jul 2022 10:19:15 +0000 Subject: [PATCH] py-redis: updated to 4.3.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Version 4.3 🔥 Breaking Changes Fix backward compatibility from 4.3.2 in Lock.acquire() Fix XAUTOCLAIM to return the full response, instead of only keys 2+ 🚀 New Features Added dynamic_startup_nodes configuration to RedisCluster. 🐛 Bug Fixes Fix retries in async mode Async cluster: fix simultaneous initialize Uppercased commands in CommandsParser.get_keys 🧰 Maintenance Late eval of the skip condition in async tests Reuse the old nodes' connections when a cluster topology refresh is being done Docs: add pipeline examples Correct retention_msecs value Cluster: use pipeline to execute split commands Docs: Add a note about client_setname and client_name difference --- databases/py-redis/Makefile | 4 ++-- databases/py-redis/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/databases/py-redis/Makefile b/databases/py-redis/Makefile index 678f8433f7d6..131c5cf2557c 100644 --- a/databases/py-redis/Makefile +++ b/databases/py-redis/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2022/06/08 17:27:05 adam Exp $ +# $NetBSD: Makefile,v 1.29 2022/07/05 10:19:15 adam Exp $ -DISTNAME= redis-4.3.3 +DISTNAME= redis-4.3.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= databases python MASTER_SITES= ${MASTER_SITE_PYPI:=r/redis/} diff --git a/databases/py-redis/distinfo b/databases/py-redis/distinfo index e79a74e2aa55..999ec8a122dc 100644 --- a/databases/py-redis/distinfo +++ b/databases/py-redis/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.25 2022/06/08 17:27:05 adam Exp $ +$NetBSD: distinfo,v 1.26 2022/07/05 10:19:15 adam Exp $ -BLAKE2s (redis-4.3.3.tar.gz) = de4332321e70c94a4c997e6cb619558368a49a76ae998bdd1ea45e1cca2fec2d -SHA512 (redis-4.3.3.tar.gz) = 09402fa0220c7b3e72021b7adce2b02383ce456e0cca5d6c725ebc6c2c07ee99305cff1c27f9835dcca812687e8d307fdcecbc90e2d9b966d8f690f8af5a1757 -Size (redis-4.3.3.tar.gz) = 4564562 bytes +BLAKE2s (redis-4.3.4.tar.gz) = c7bebd353c2ace40f1a34415ebd12de5ca9aefbbfc00af702d938454e68e7a6c +SHA512 (redis-4.3.4.tar.gz) = 606a09ff87870be9eda84b4ac074bf35b06882d9a9da448a9c17a54cb5e0a295f28d3f765ee88e92b1ad6d08532a2a6799acc4a1ea30e7cec9e652214999e98a +Size (redis-4.3.4.tar.gz) = 4569389 bytes