From a0922b9d3d738f8a3e22598fb5d2f33693f892aa Mon Sep 17 00:00:00 2001 From: Achill Gilgenast Date: Mon, 30 Mar 2026 14:03:12 +0200 Subject: [PATCH] testing/junit2html: rebuild against python 3.14 --- testing/junit2html/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/junit2html/APKBUILD b/testing/junit2html/APKBUILD index a479c761a2d..05a7cd9aee7 100644 --- a/testing/junit2html/APKBUILD +++ b/testing/junit2html/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Charles Wimmer pkgname=junit2html pkgver=31.0.2 -pkgrel=0 +pkgrel=1 pkgdesc="Simple self-contained python tool to produce a single html file from a single junit xml file" url="https://gitlab.com/inorton/junit2html" arch="noarch"