Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages / 
python-pyarrow


Commits:
00ab531e by Jakub Klinkovský at 2026-02-17T17:23:05+01:00
upgpkg: 23.0.0-2: Replace deprecated gcc-libs dependency

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-pyarrow
        pkgdesc = Columnar in-memory analytics layer for big data — Python 
module.
        pkgver = 23.0.0
-       pkgrel = 1
+       pkgrel = 2
        url = https://arrow.apache.org
        arch = x86_64
        license = Apache-2.0
@@ -19,8 +19,9 @@ pkgbase = python-pyarrow
        makedepends = python-setuptools-scm
        makedepends = python-wheel
        depends = arrow
-       depends = gcc-libs
        depends = glibc
+       depends = libgcc
+       depends = libstdc++
        depends = python
        depends = python-numpy
        optdepends = python-cffi: interact with C code


=====================================
PKGBUILD
=====================================
@@ -8,7 +8,7 @@ _pkg=arrow
 _pkgname=pyarrow
 pkgname=python-$_pkgname
 pkgver=23.0.0
-pkgrel=1
+pkgrel=2
 # parquet-testing and arrow-testing projects have no releases, commits may 
need to be updated on pkgver bumps
 _parquet_testing_commit=92d45b0752487a4b55fb7f1581c8126ee3e73b0d
 _arrow_testing_commit=7b641152dcb0f9e197ebe24a1986151849250959
@@ -18,8 +18,9 @@ url="https://arrow.apache.org";
 license=(Apache-2.0)
 depends=(
   arrow
-  gcc-libs
   glibc
+  libgcc
+  libstdc++
   python
   python-numpy
 )



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyarrow/-/commit/00ab531e84c9023750cd9e4d081a826b664e801e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyarrow/-/commit/00ab531e84c9023750cd9e4d081a826b664e801e
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to