From 3aafa63eb894f36ba61ae798de414afec8cd994d Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Tue, 3 Mar 2026 12:52:41 +0100 Subject: [PATCH] main/py3-elasticsearch: rebuild against python 3.14 --- main/py3-elasticsearch/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/py3-elasticsearch/APKBUILD b/main/py3-elasticsearch/APKBUILD index 0a0ebfd578e..db920798a21 100644 --- a/main/py3-elasticsearch/APKBUILD +++ b/main/py3-elasticsearch/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-elasticsearch _pkgname=elasticsearch-py pkgver=7.11.0 -pkgrel=5 +pkgrel=6 pkgdesc="Official Python low-level client for Elasticsearch" options="!check" # Tests fail on the builders url="https://elasticsearch-py.readthedocs.io/"