python3-redis: update to 6.2.0.

This commit is contained in:
Andrew J. Hesford 2025-06-03 09:00:15 -04:00
parent 7c3d47af43
commit 697445408a

View file

@ -1,6 +1,6 @@
# Template file for 'python3-redis' # Template file for 'python3-redis'
pkgname=python3-redis pkgname=python3-redis
version=6.1.0 version=6.2.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=72aa3907720de4e3e0e44d64e60791d0d95c4f23dc1602f0a2011d3583a930a2 checksum=ce5c31c67e00fb1822b3eaa97ddb17d54bf9b1e86c171b5aa9015f4b8bab4169
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