python3-redis: update to 4.3.4.
This commit is contained in:
parent
511bc7a324
commit
ff97beab72
2 changed files with 10 additions and 6 deletions
|
@ -1,17 +1,20 @@
|
||||||
# Template file for 'python3-redis'
|
# Template file for 'python3-redis'
|
||||||
pkgname=python3-redis
|
pkgname=python3-redis
|
||||||
version=3.5.3
|
version=4.3.4
|
||||||
revision=4
|
revision=1
|
||||||
wrksrc="redis-${version}"
|
wrksrc="redis-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3-deprecated python3-async-timeout python3-packaging"
|
||||||
short_desc="Python3 client for Redis key-value store"
|
short_desc="Python3 client for Redis key-value store"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
license="MIT"
|
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"
|
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() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
1
srcpkgs/python3-redis/update
Normal file
1
srcpkgs/python3-redis/update
Normal file
|
@ -0,0 +1 @@
|
||||||
|
ignore="*rc*"
|
Loading…
Add table
Add a link
Reference in a new issue