From c54932f96839aa9c07144d6f011d6dc94ee978a7 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 29 Mar 2023 10:50:56 -0400 Subject: [PATCH] python3-redis: update to 4.5.4. --- srcpkgs/python3-redis/template | 4 ++-- srcpkgs/python3-redis/update | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-redis/template b/srcpkgs/python3-redis/template index 1432e33d38f..5a9c5c7edb2 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.5.2 +version=4.5.4 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=d8ae1a4f725eea6e3958411870fdf944c587b00ea12be28d3bd5575d8f26430c +checksum=73ec35da4da267d6847e47f68730fdd5f62e2ca69e3ef5885c6a78a9374c3893 replaces="python3-aioredis<=2.0.1_1" make_check=no # tests require a running redis server diff --git a/srcpkgs/python3-redis/update b/srcpkgs/python3-redis/update index e299d00ea67..f1eeadb558f 100644 --- a/srcpkgs/python3-redis/update +++ b/srcpkgs/python3-redis/update @@ -1 +1 @@ -ignore="*rc*" +ignore="*rc* *b*"