From 2b9fe479fc86b95dac516ffcd02ba4a6f0c8e36e Mon Sep 17 00:00:00 2001 From: Achill Gilgenast Date: Mon, 30 Mar 2026 14:57:46 +0200 Subject: [PATCH] testing/py3-columnize: rebuild against python 3.14 --- testing/py3-columnize/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/py3-columnize/APKBUILD b/testing/py3-columnize/APKBUILD index 42fd968b80a..9dd69ed1385 100644 --- a/testing/py3-columnize/APKBUILD +++ b/testing/py3-columnize/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter pkgname=py3-columnize pkgver=0.3.11 -pkgrel=4 +pkgrel=5 pkgdesc="Python module to align in columns a simple list" url="https://github.com/rocky/pycolumnize" arch="noarch"