python3-redis: update to 4.5.1.
This commit is contained in:
parent
40a866b708
commit
300a9750f1
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-redis'
|
||||
pkgname=python3-redis
|
||||
version=4.4.2
|
||||
version=4.5.1
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
|
@ -11,7 +11,7 @@ license="MIT"
|
|||
homepage="https://github.com/redis/redis-py"
|
||||
changelog="https://raw.githubusercontent.com/redis/redis-py/master/CHANGES"
|
||||
distfiles="${PYPI_SITE}/r/redis/redis-${version}.tar.gz"
|
||||
checksum=a010f6cb7378065040a02839c3f75c7e0fb37a87116fb4a95be82a95552776c7
|
||||
checksum=1eec3741cda408d3a5f84b78d089c8b8d895f21b3b050988351e925faf202864
|
||||
replaces="python3-aioredis<=2.0.1_1"
|
||||
make_check=no # tests require a running redis server
|
||||
|
||||
|
|
Loading…
Reference in New Issue