From 05d35dd988b41600fc2590a3ea2fdfc9effe571c Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 26 Mar 2026 19:28:17 +0100 Subject: [PATCH] community/py3-txacme: rebuild against python 3.14 --- community/py3-txacme/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/py3-txacme/APKBUILD b/community/py3-txacme/APKBUILD index 3382784164e..318c60417ed 100644 --- a/community/py3-txacme/APKBUILD +++ b/community/py3-txacme/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=py3-txacme pkgver=0.9.3 -pkgrel=8 +pkgrel=9 pkgdesc="ACME protocol implementation for Twisted" options="!check" # Requires unpackaged dependencies url="https://github.com/twisted/txacme"