From 20b01aee72d13f2b02a94211ebef63c0834e3e38 Mon Sep 17 00:00:00 2001 From: SakshiJain0302 Date: Tue, 23 Dec 2025 14:03:20 +0530 Subject: [PATCH] Modified script --- p/pyarrow/build_info.json | 16 ++++++++-------- ....0.1_ubi_9.3.sh => pyarrow_14.0.1_ubi_9.3.sh} | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) rename p/pyarrow/{pyarrow_15.0.1_ubi_9.3.sh => pyarrow_14.0.1_ubi_9.3.sh} (95%) diff --git a/p/pyarrow/build_info.json b/p/pyarrow/build_info.json index 4bcab9d757..f26323a3d2 100644 --- a/p/pyarrow/build_info.json +++ b/p/pyarrow/build_info.json @@ -1,5 +1,5 @@ { - "maintainer": "Harithanagothu2", + "maintainer": "SakshiJain0302", "package_name": "pyarrow", "github_url": "https://github.com/apache/arrow.git", "version": "apache-arrow-19.0.0", @@ -14,25 +14,25 @@ "build_script": "pyarrow_ubi_9.3.sh" }, "14.0.1": { - "build_script": "pyarrow_15.0.1_ubi_9.3.sh" + "build_script": "pyarrow_14.0.1_ubi_9.3.sh" }, "16.1.0": { - "build_script": "pyarrow_15.0.1_ubi_9.3.sh" + "build_script": "pyarrow_14.0.1_ubi_9.3.sh" }, "18.0.0":{ - "build_script": "pyarrow_15.0.1_ubi_9.3.sh" + "build_script": "pyarrow_14.0.1_ubi_9.3.sh" }, "apache-arrow-14.0.1": { - "build_script": "pyarrow_15.0.1_ubi_9.3.sh" + "build_script": "pyarrow_14.0.1_ubi_9.3.sh" }, "apache-arrow-15.0.1": { - "build_script": "pyarrow_15.0.1_ubi_9.3.sh" + "build_script": "pyarrow_14.0.1_ubi_9.3.sh" }, "apache-arrow-16.1.0": { - "build_script": "pyarrow_15.0.1_ubi_9.3.sh" + "build_script": "pyarrow_14.0.1_ubi_9.3.sh" }, "apache-arrow-18.0.0":{ - "build_script": "pyarrow_15.0.1_ubi_9.3.sh" + "build_script": "pyarrow_14.0.1_ubi_9.3.sh" }, "*": { "build_script": "pyarrow_19.0.0_ubi_9.3.sh" diff --git a/p/pyarrow/pyarrow_15.0.1_ubi_9.3.sh b/p/pyarrow/pyarrow_14.0.1_ubi_9.3.sh similarity index 95% rename from p/pyarrow/pyarrow_15.0.1_ubi_9.3.sh rename to p/pyarrow/pyarrow_14.0.1_ubi_9.3.sh index 9a6bd20226..d8f3ec3521 100644 --- a/p/pyarrow/pyarrow_15.0.1_ubi_9.3.sh +++ b/p/pyarrow/pyarrow_14.0.1_ubi_9.3.sh @@ -2,13 +2,13 @@ # ----------------------------------------------------------------------------- # # Package : pyarrow -# Version : 15.0.1 +# Version : 14.0.1 # Source repo : https://github.com/apache/arrow.git # Tested on : UBI:9.3 # Language : Python # Ci-Check : True # Script License: Apache License, Version 2 or later -# Maintainer : Sai Kiran Nukala +# Maintainer : Sakshi Jain # # Disclaimer: This script has been tested in root mode on the given # platform using the mentioned version of the package. @@ -20,7 +20,7 @@ # Variables PACKAGE_NAME=pyarrow -PACKAGE_VERSION=${1:-apache-arrow-15.0.1} +PACKAGE_VERSION=${1:-apache-arrow-14.0.1} PACKAGE_URL=https://github.com/apache/arrow.git PACKAGE_DIR=./arrow/python CURRENT_DIR="${PWD}" @@ -64,7 +64,7 @@ sed -i '/cdef object alloc_c_stream(ArrowArrayStream\*\* c_stream)/s/ noexcept// echo "Fixes applied." pip install -r python/requirements-build.txt -pip install cython wheel numpy==1.26.4 setuptools-scm +pip install cython==0.29.36 wheel numpy==1.26.4 setuptools-scm echo "Preparing for build..."