aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2021-04-02 06:15:31 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2021-04-05 18:19:14 +0000
commitdf465fe673f49623fb7113caa2806e462eb38659 (patch)
tree1b7ee5ee9b8d60ffeac3a09e72623a13ee95086b
parentcfe343c98468c4e35bad2a3c6b081e285f490156 (diff)
testing/py3-bottle-api: rebuild against python 3.9
-rw-r--r--testing/py3-bottle-api/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-bottle-api/APKBUILD b/testing/py3-bottle-api/APKBUILD
index 2c294ae794d..a54320d3551 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=1
+pkgrel=2
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"