From 1038286b62c5e7e790c021f95e4ed3613342ce35 Mon Sep 17 00:00:00 2001 From: Achill Gilgenast Date: Mon, 30 Mar 2026 14:53:22 +0200 Subject: [PATCH] testing/py3-bottle-sqlalchemy: rebuild against python 3.14 --- testing/py3-bottle-sqlalchemy/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/py3-bottle-sqlalchemy/APKBUILD b/testing/py3-bottle-sqlalchemy/APKBUILD index 229ede394b3..8b5673bb5d5 100644 --- a/testing/py3-bottle-sqlalchemy/APKBUILD +++ b/testing/py3-bottle-sqlalchemy/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-bottle-sqlalchemy _pkgname=bottle-sqlalchemy pkgver=0.4.3 -pkgrel=8 +pkgrel=9 pkgdesc="Bottle SQLAlchemy integration plugin" options="!check" # No testsuite in tarballs or usable github tarballs url="https://github.com/iurisilvio/bottle-sqlalchemy"