From 6799a9d2087be687859c7a12bd3afa101e1a175f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 10 Feb 2026 09:26:38 -0500 Subject: [PATCH] python3-redis: update to 7.1.1. --- srcpkgs/python3-redis/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-redis/template b/srcpkgs/python3-redis/template index bf18353c755..bf704088102 100644 --- a/srcpkgs/python3-redis/template +++ b/srcpkgs/python3-redis/template @@ -1,6 +1,6 @@ # Template file for 'python3-redis' pkgname=python3-redis -version=7.1.0 +version=7.1.1 revision=1 build_style=python3-pep517 hostmakedepends="hatchling" @@ -11,7 +11,7 @@ license="MIT" homepage="https://github.com/redis/redis-py" changelog="https://raw.githubusercontent.com/redis/redis-py/master/CHANGES" distfiles="${homepage}/archive/v${version}.tar.gz" -checksum=fe6da6eaf76c0c5ed0f89eac5f0d5e2b38de3c6e547209329779b74b6cf31b96 +checksum=84640fc26679003d513498174fc6916895257f2c4ddd50baa2cbc326121b6955 replaces="python3-aioredis<=2.0.1_1" make_check=no # tests require a running redis server