From fa88d38b423b85f7809f07a8962b81a11b090d79 Mon Sep 17 00:00:00 2001 From: wenxin Date: Fri, 15 Aug 2025 14:07:45 +0800 Subject: [PATCH] Rebuild with python3.11 --- libarrow.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libarrow.spec b/libarrow.spec index f5fa3af..dd15393 100644 --- a/libarrow.spec +++ b/libarrow.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %bcond_without use_flight %bcond_with use_plasma %bcond_with use_gandiva @@ -848,6 +848,9 @@ export LD_LIBRARY_PATH='%{buildroot}%{_libdir}' %changelog +* Fri Aug 15 2025 wenxin - 14.0.2-2 +- Rebuild with python3.11 + * Thu Dec 28 2023 Zhongling He - 14.0.2-1 - Upgrade to 14.0.2 -- Gitee