From 9b27a31296b3317bbf4020b02753ba42b3149505 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 18 Aug 2023 10:26:09 -0400 Subject: [PATCH] python3-redis: update to 5.0.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 214b7c421e9..80b3a5e6adb 100644 --- a/srcpkgs/python3-redis/template +++ b/srcpkgs/python3-redis/template @@ -1,6 +1,6 @@ # Template file for 'python3-redis' pkgname=python3-redis -version=4.6.0 +version=5.0.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="${PYPI_SITE}/r/redis/redis-${version}.tar.gz" -checksum=585dc516b9eb042a619ef0a39c3d7d55fe81bdb4df09a52c9cdde0d07bf1aa7d +checksum=5cea6c0d335c9a7332a460ed8729ceabb4d0c489c7285b0a86dbbf8a017bd120 replaces="python3-aioredis<=2.0.1_1" make_check=no # tests require a running redis server