From a525366ec79eda4615b5033a2df12b47303ff441 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 19 Mar 2026 23:16:20 +0100 Subject: [PATCH] community/py3-sqlalchemy-utils: rebuild against python 3.14 --- community/py3-sqlalchemy-utils/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/py3-sqlalchemy-utils/APKBUILD b/community/py3-sqlalchemy-utils/APKBUILD index 156e3ffd8a6..004f7b985ab 100644 --- a/community/py3-sqlalchemy-utils/APKBUILD +++ b/community/py3-sqlalchemy-utils/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-sqlalchemy-utils _pkgname=sqlalchemy-utils pkgver=0.42.1 -pkgrel=0 +pkgrel=1 pkgdesc="Various utility functions and custom data types for SQLAlchemy" url="https://sqlalchemy-utils.readthedocs.io/" arch="noarch"