From c9e4530f9d5631d69db4b31a2a022e161fb457bc Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 1 Nov 2019 10:48:21 +0000 Subject: [PATCH] testing/py3-botocore: rebuild against python 3.8 --- testing/py3-botocore/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/py3-botocore/APKBUILD b/testing/py3-botocore/APKBUILD index a879e69f2b2..8758302ee6c 100644 --- a/testing/py3-botocore/APKBUILD +++ b/testing/py3-botocore/APKBUILD @@ -4,7 +4,7 @@ pkgname=py3-botocore _pkgname=botocore # Verify required version from py3-boto3 on this package before upgrading pkgver=1.13.8 -pkgrel=0 +pkgrel=1 pkgdesc="The low-level, core functionality of Boto3" url="https://github.com/boto/botocore" arch="noarch"