From 697445408af153f54bd5692f24d2fc88ccd5e6f1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 3 Jun 2025 09:00:15 -0400 Subject: [PATCH] python3-redis: update to 6.2.0. --- 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 5db98d3628e..4fd57055242 100644 --- a/srcpkgs/python3-redis/template +++ b/srcpkgs/python3-redis/template @@ -1,6 +1,6 @@ # Template file for 'python3-redis' pkgname=python3-redis -version=6.1.0 +version=6.2.0 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=72aa3907720de4e3e0e44d64e60791d0d95c4f23dc1602f0a2011d3583a930a2 +checksum=ce5c31c67e00fb1822b3eaa97ddb17d54bf9b1e86c171b5aa9015f4b8bab4169 replaces="python3-aioredis<=2.0.1_1" make_check=no # tests require a running redis server