From d795f3d0f9133bbc05ee4a02f73cff3c97533d23 Mon Sep 17 00:00:00 2001 From: Achill Gilgenast Date: Mon, 30 Mar 2026 14:53:21 +0200 Subject: [PATCH] testing/py3-bottle-request: rebuild against python 3.14 --- 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 00116f00917..32ea54c37a5 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=9 +pkgrel=10 pkgdesc="Bottle 'stateless' request object plugin" options="!check" # No testsuite url="https://github.com/turtlebender/bottle-request/"