From b280eaa440aaf8a154f0501731f29227d09bde0a Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 23 Nov 2022 10:43:01 -0500 Subject: [PATCH] python3-redis: update to 4.3.5. --- srcpkgs/python3-redis/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-redis/template b/srcpkgs/python3-redis/template index d18a7a7320a..9ef4907c3c4 100644 --- a/srcpkgs/python3-redis/template +++ b/srcpkgs/python3-redis/template @@ -1,17 +1,17 @@ # Template file for 'python3-redis' pkgname=python3-redis -version=4.3.4 -revision=2 +version=4.3.5 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3-deprecated python3-async-timeout python3-packaging" +depends="python3-async-timeout python3-packaging" short_desc="Python3 client for Redis key-value store" maintainer="Andrew J. Hesford " 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=ddf27071df4adf3821c4f2ca59d67525c3a82e5f268bed97b813cb4fabf87880 +checksum=30c07511627a4c5c4d970e060000772f323174f75e745a26938319817ead7a12 replaces="python3-aioredis<=2.0.1_1" make_check=no # tests require a running redis server