From 2d23e6ea9cbe68b9532c1a116561ba0a782f2af8 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 15 Dec 2021 20:40:04 +0100 Subject: [PATCH] testing/py3-bottle-request: rebuild against python 3.10 --- testing/py3-bottle-request/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/py3-bottle-request/APKBUILD b/testing/py3-bottle-request/APKBUILD index aad6b409ef4..100d14e471e 100644 --- a/testing/py3-bottle-request/APKBUILD +++ b/testing/py3-bottle-request/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-bottle-request _pkgname=bottle-request pkgver=0.2.0 -pkgrel=4 +pkgrel=5 pkgdesc="Bottle 'stateless' request object plugin" options="!check" # No testsuite url="https://github.com/turtlebender/bottle-request/"