python3-redis: update to 6.3.0.

This commit is contained in:
Andrew J. Hesford 2025-08-05 09:44:03 -04:00
parent 8440512146
commit f8451e710a

View file

@ -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