From 2500883cf5b1e8cb5ce10eed3eca5f116cbc80f9 Mon Sep 17 00:00:00 2001 From: Achill Gilgenast Date: Mon, 30 Mar 2026 15:00:44 +0200 Subject: [PATCH] testing/py3-crc16: rebuild against python 3.14 --- testing/py3-crc16/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/py3-crc16/APKBUILD b/testing/py3-crc16/APKBUILD index e7d65953671..eaff376060b 100644 --- a/testing/py3-crc16/APKBUILD +++ b/testing/py3-crc16/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-crc16 _pkgname=crc16 pkgver=0.1.1 -pkgrel=10 +pkgrel=11 pkgdesc="Python library for calculating CRC16" url="https://github.com/gtrafimenkov/pycrc16" arch="all"