From 79c0d2ccc2a289042c9c8fc8d43dfa07b6d8311b Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 4 Mar 2026 12:52:05 +0100 Subject: [PATCH] main/subunit: rebuild against python 3.14 --- main/subunit/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/subunit/APKBUILD b/main/subunit/APKBUILD index fb829a30b58..f9f48d8bc7f 100644 --- a/main/subunit/APKBUILD +++ b/main/subunit/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa pkgname=subunit pkgver=1.4.2 -pkgrel=10 +pkgrel=11 pkgdesc="A streaming protocol for test results" options="!check" # Dependencies for checking stuff are in testing/ url="https://launchpad.net/subunit"