From b4da784abfe4020f42a60b550d7bbc6a80ce4b8f Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 4 Mar 2026 12:14:57 +0100 Subject: [PATCH] main/py3-hypothesis: rebuild against python 3.14 --- main/py3-hypothesis/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/py3-hypothesis/APKBUILD b/main/py3-hypothesis/APKBUILD index 3f8809fbad9..c53b63b329c 100644 --- a/main/py3-hypothesis/APKBUILD +++ b/main/py3-hypothesis/APKBUILD @@ -2,7 +2,7 @@ maintainer="Michał Polański " pkgname=py3-hypothesis pkgver=6.148.11 -pkgrel=0 +pkgrel=1 pkgdesc="Advanced property-based (QuickCheck-like) testing for Python" options="!check" url="https://hypothesis.works/"