From 9a092f3f44d4bb23737b4fee92e78092f7ba4b04 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 25 Feb 2026 18:15:27 +0100 Subject: [PATCH] main/py3-pluggy: rebuild against python 3.14 --- main/py3-pluggy/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/py3-pluggy/APKBUILD b/main/py3-pluggy/APKBUILD index 95d29ca6c9d..1504cffded1 100644 --- a/main/py3-pluggy/APKBUILD +++ b/main/py3-pluggy/APKBUILD @@ -4,7 +4,7 @@ pkgname=py3-pluggy _pkgname=pluggy pkgver=1.6.0 -pkgrel=0 +pkgrel=1 pkgdesc="Plugin management and hook calling for Python" # Needs py3-pytest for checkdepends, which require py3-pluggy # in depends, so disable here to break a circular dependency