From bbeaf1bd29335a513967268ab53bac18b05be0f8 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 16 Jan 2023 11:39:49 -0500 Subject: [PATCH] python3-redis: update to 4.4.2. --- 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 83c166d2e12..91e1e68f6b3 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.4.0 +version=4.4.2 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=7b8c87d19c45d3f1271b124858d2a5c13160c4e74d4835e28273400fa34d5228 +checksum=a010f6cb7378065040a02839c3f75c7e0fb37a87116fb4a95be82a95552776c7 replaces="python3-aioredis<=2.0.1_1" make_check=no # tests require a running redis server