From 22bb2b27fe9b66c9bbf7a004558fd38bf0a57746 Mon Sep 17 00:00:00 2001 From: Achill Gilgenast Date: Mon, 30 Mar 2026 12:46:46 +0200 Subject: [PATCH] testing/py3-bite-parser: rebuild against python 3.14 --- testing/py3-bite-parser/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/py3-bite-parser/APKBUILD b/testing/py3-bite-parser/APKBUILD index d7de4b5117f..0d5d58c3231 100644 --- a/testing/py3-bite-parser/APKBUILD +++ b/testing/py3-bite-parser/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Guy Godfroy pkgname=py3-bite-parser pkgver=0.2.5 -pkgrel=0 +pkgrel=1 pkgdesc="Asynchronous parser taking incremental bites out of your byte input stream" url="https://github.com/jgosmann/bite-parser" arch="noarch"