mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-redis: update to 5.0.9.
This commit is contained in:
parent
51a1e83082
commit
0c83f1dc92
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-redis'
|
# Template file for 'python3-redis'
|
||||||
pkgname=python3-redis
|
pkgname=python3-redis
|
||||||
version=5.0.7
|
version=5.0.9
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
|
@ -10,8 +10,8 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
||||||
license="MIT"
|
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="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=8f611490b93c8109b50adc317b31bfd84fff31def3475b92e7e80bf39f48175b
|
checksum=c107fddbaa40414559ddd21f0a78bc7d466cd6b20a800839ac18b9bb54e5c150
|
||||||
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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue