python3-redis: update to 5.0.5.

This commit is contained in:
Andrew J. Hesford 2024-06-09 12:39:29 -04:00
parent bd2a7e4cc6
commit 916de98011

View file

@ -1,6 +1,6 @@
# Template file for 'python3-redis' # Template file for 'python3-redis'
pkgname=python3-redis pkgname=python3-redis
version=5.0.4 version=5.0.5
revision=1 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
@ -11,7 +11,7 @@ license="MIT"
homepage="https://github.com/redis/redis-py" homepage="https://github.com/redis/redis-py"
changelog="https://raw.githubusercontent.com/redis/redis-py/master/CHANGES" changelog="https://raw.githubusercontent.com/redis/redis-py/master/CHANGES"
distfiles="${PYPI_SITE}/r/redis/redis-${version}.tar.gz" distfiles="${PYPI_SITE}/r/redis/redis-${version}.tar.gz"
checksum=ec31f2ed9675cc54c21ba854cfe0462e6faf1d83c8ce5944709db8a4700b9c61 checksum=3417688621acf6ee368dec4a04dd95881be24efd34c79f00d31f62bb528800ae
replaces="python3-aioredis<=2.0.1_1" replaces="python3-aioredis<=2.0.1_1"
make_check=no # tests require a running redis server make_check=no # tests require a running redis server