From 4e5ad185da49e62308e71663c5abd240881b1bab Mon Sep 17 00:00:00 2001 From: Achill Gilgenast Date: Mon, 30 Mar 2026 14:33:49 +0200 Subject: [PATCH] testing/pdal-python-plugins: rebuild against python 3.14 --- testing/pdal-python-plugins/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/pdal-python-plugins/APKBUILD b/testing/pdal-python-plugins/APKBUILD index 002b83cf0b9..2f7ef7d8343 100644 --- a/testing/pdal-python-plugins/APKBUILD +++ b/testing/pdal-python-plugins/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Brian Vuyk pkgname=pdal-python-plugins pkgver=1.6.6 -pkgrel=0 +pkgrel=1 pkgdesc="Supports embedding Python in PDAL pipelines with the readers.numpy and filters.python drivers." url="https://github.com/PDAL/python-plugins" arch="all !s390x" # Exclude s390x due to test failures.