python3-redis: update to 4.3.4.

This commit is contained in:
Andrew J. Hesford 2022-10-11 21:57:18 -04:00 committed by Andrew J. Hesford
parent 511bc7a324
commit ff97beab72
2 changed files with 10 additions and 6 deletions

View file

@ -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 <orphan@voidlinux.org>"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
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

View file

@ -0,0 +1 @@
ignore="*rc*"