From ff97beab72146548052c6e29d1bc9ec5adc215e3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 11 Oct 2022 21:57:18 -0400 Subject: [PATCH] python3-redis: update to 4.3.4. --- srcpkgs/python3-redis/template | 15 +++++++++------ srcpkgs/python3-redis/update | 1 + 2 files changed, 10 insertions(+), 6 deletions(-) create mode 100644 srcpkgs/python3-redis/update diff --git a/srcpkgs/python3-redis/template b/srcpkgs/python3-redis/template index f228a1c88df..86d80393294 100644 --- a/srcpkgs/python3-redis/template +++ b/srcpkgs/python3-redis/template @@ -1,17 +1,20 @@ # Template file for 'python3-redis' pkgname=python3-redis -version=3.5.3 -revision=4 +version=4.3.4 +revision=1 wrksrc="redis-${version}" build_style=python3-module hostmakedepends="python3-setuptools" -depends="python3" +depends="python3-deprecated python3-async-timeout python3-packaging" short_desc="Python3 client for Redis key-value store" -maintainer="Orphaned " +maintainer="Andrew J. Hesford " license="MIT" -homepage="https://github.com/andymccurdy/redis-py" +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=0e7e0cfca8660dea8b7d5cd8c4f6c5e29e11f31158c0b0ae91a397f00e5a05a2 +checksum=ddf27071df4adf3821c4f2ca59d67525c3a82e5f268bed97b813cb4fabf87880 +replaces="python3-aioredis<=2.0.1_1" +make_check=no # tests require a running redis server post_install() { vlicense LICENSE diff --git a/srcpkgs/python3-redis/update b/srcpkgs/python3-redis/update new file mode 100644 index 00000000000..e299d00ea67 --- /dev/null +++ b/srcpkgs/python3-redis/update @@ -0,0 +1 @@ +ignore="*rc*"