python3-aioredis: update to 2.0.1.

This commit is contained in:
Andrew J. Hesford 2021-12-22 11:41:06 -05:00
parent 5f16438ceb
commit 93bb9eb32f

View file

@ -1,7 +1,7 @@
# Template file for 'python3-aioredis'
pkgname=python3-aioredis
version=2.0.0
revision=2
version=2.0.1
revision=1
wrksrc="aioredis-py-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
@ -11,7 +11,7 @@ maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="MIT"
homepage="https://github.com/aio-libs/aioredis"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=16c351d24029deb991cf56ea9dfd8faccaeac60080149d57b5983a93145ad7cc
checksum=ee647e340c5436f2e5a07f2369fdb164abc2714c7ab3561c544015d974021b57
# checks require a locally running redis server
make_check="no"