From 93bb9eb32f5c835215003293707cc946fd1ceb28 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 22 Dec 2021 11:41:06 -0500 Subject: [PATCH] python3-aioredis: update to 2.0.1. --- srcpkgs/python3-aioredis/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-aioredis/template b/srcpkgs/python3-aioredis/template index 2d2f586f336..fee5bba3139 100644 --- a/srcpkgs/python3-aioredis/template +++ b/srcpkgs/python3-aioredis/template @@ -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 " 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"