From fa2195011d5658f2987f98176ea039cf509ce839 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 4 Nov 2019 07:10:00 +0000 Subject: [PATCH] testing/py3-bottle-api: rebuild against python 3.8 --- testing/py3-bottle-api/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/py3-bottle-api/APKBUILD b/testing/py3-bottle-api/APKBUILD index cb724d69716..2c294ae794d 100644 --- a/testing/py3-bottle-api/APKBUILD +++ b/testing/py3-bottle-api/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-bottle-api _pkgname=bottle-api pkgver=0.0.4 -pkgrel=0 +pkgrel=1 pkgdesc="Bottle JSON Web API" options="!check" # tests not present in pypi tarballs, only github which has no tags url="https://github.com/tomotaka/bottle-api"