From fffa1fc4eee5a56529d96107ae5479ec5229ea4a Mon Sep 17 00:00:00 2001 From: Achill Gilgenast Date: Mon, 30 Mar 2026 12:59:39 +0200 Subject: [PATCH] testing/fabric: rebuild against python 3.14 --- testing/fabric/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/fabric/APKBUILD b/testing/fabric/APKBUILD index f15b8e017ec..a63e055862a 100644 --- a/testing/fabric/APKBUILD +++ b/testing/fabric/APKBUILD @@ -3,7 +3,7 @@ pkgname=fabric _pkgname=fabric pkgver=3.2.2 -pkgrel=1 +pkgrel=2 pkgdesc="simple pythonic remote deployment tool" options="!check" # Fails to find 'fabfile' module url="https://www.fabfile.org/"