From f8451e710a16a53278424de6078bb50af79b1ef0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 5 Aug 2025 09:44:03 -0400 Subject: [PATCH] python3-redis: update to 6.3.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 4fd57055242..f88c71ea657 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.2.0 +version=6.3.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=ce5c31c67e00fb1822b3eaa97ddb17d54bf9b1e86c171b5aa9015f4b8bab4169 +checksum=772dc4d96cd2c601402de67c70ffb17e9c08a321efc70807bb719973d9e4ad4e replaces="python3-aioredis<=2.0.1_1" make_check=no # tests require a running redis server