mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
python3-redis: update to 6.0.0.
This commit is contained in:
parent
9171e1bbe7
commit
f4f02acaa2
1 changed files with 5 additions and 5 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'python3-redis'
|
# Template file for 'python3-redis'
|
||||||
pkgname=python3-redis
|
pkgname=python3-redis
|
||||||
version=5.2.1
|
version=6.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="hatchling"
|
||||||
depends="python3-async-timeout python3-packaging"
|
depends="python3"
|
||||||
short_desc="Python3 client for Redis key-value store"
|
short_desc="Python3 client for Redis key-value store"
|
||||||
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
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="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=fdb92ef773faac88c2bf80c47ecddbbdf93bae93363b4e6f9418b5686260420b
|
checksum=5ebdb60dc099960106d40e132d4a5d3454eae2ad318bacc4f0c2b6739589548a
|
||||||
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