Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages /
python-pytables
Commits:
ebaa20c7 by Carl Smedstad at 2025-11-03T16:39:29+01:00
upgpkg: 3.10.2-4: Fix python-numexpr 2.13+ compatibility
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pytables
pkgdesc = A Python package to manage extremely large amounts of data
pkgver = 3.10.2
- pkgrel = 3
+ pkgrel = 4
url = https://www.pytables.org
arch = x86_64
license = BSD-3-Clause
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
pkgname=python-pytables
_pkgname=PyTables
pkgver=3.10.2
-pkgrel=3
+pkgrel=4
pkgdesc="A Python package to manage extremely large amounts of data"
arch=(x86_64)
url="https://www.pytables.org"
@@ -47,6 +47,9 @@ prepare() {
git config submodule.c-blosc.url "$srcdir/c-blosc"
git config submodule.hdf5-blosc.url "$srcdir/hdf5-blosc"
git -c protocol.file.allow=always submodule update
+
+ # Fix python-numexpr 2.13+ compatibility
+ git cherry-pick -n 41270019ce1ffd97ce8f23b21d635e00e12b0ccb
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytables/-/commit/ebaa20c7bda0017ce2b512fcce4c0f78a8688edc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytables/-/commit/ebaa20c7bda0017ce2b512fcce4c0f78a8688edc
You're receiving this email because of your account on gitlab.archlinux.org.