python3-redis: update to 4.4.0.

This commit is contained in:
Andrew J. Hesford 2022-12-04 22:10:02 -05:00
parent c65d1ffa7d
commit fb975acc6d

View file

@ -1,6 +1,6 @@
# Template file for 'python3-redis' # Template file for 'python3-redis'
pkgname=python3-redis pkgname=python3-redis
version=4.3.5 version=4.4.0
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=30c07511627a4c5c4d970e060000772f323174f75e745a26938319817ead7a12 checksum=7b8c87d19c45d3f1271b124858d2a5c13160c4e74d4835e28273400fa34d5228
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