mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 19:12:57 +02:00
python3-redis: update to 6.3.0.
This commit is contained in:
parent
8440512146
commit
f8451e710a
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-redis'
|
# Template file for 'python3-redis'
|
||||||
pkgname=python3-redis
|
pkgname=python3-redis
|
||||||
version=6.2.0
|
version=6.3.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=python3-pep517
|
build_style=python3-pep517
|
||||||
hostmakedepends="hatchling"
|
hostmakedepends="hatchling"
|
||||||
|
@ -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="${homepage}/archive/v${version}.tar.gz"
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||||
checksum=ce5c31c67e00fb1822b3eaa97ddb17d54bf9b1e86c171b5aa9015f4b8bab4169
|
checksum=772dc4d96cd2c601402de67c70ffb17e9c08a321efc70807bb719973d9e4ad4e
|
||||||
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