From 4b638fd4ce03ba6a4444cde5969f978f3b6aeb2f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Thu, 3 Oct 2024 08:58:15 -0400 Subject: [PATCH] python3-redis: update to 5.1.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 bb6cfd0e2d2..5df2d0c45f3 100644 --- a/srcpkgs/python3-redis/template +++ b/srcpkgs/python3-redis/template @@ -1,6 +1,6 @@ # Template file for 'python3-redis' pkgname=python3-redis -version=5.0.9 +version=5.1.0 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" @@ -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=c107fddbaa40414559ddd21f0a78bc7d466cd6b20a800839ac18b9bb54e5c150 +checksum=1ac0b73774a8f62b0f66adbbb5b586e3b53c82183b5d2ddf39faf616a186a3db replaces="python3-aioredis<=2.0.1_1" make_check=no # tests require a running redis server