Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-awkward
Commits:
9aab683c by Antonio Rojas at 2024-06-22T21:01:52+02:00
upgpkg: 2.6.5-2: numpy 2.0 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-awkward
pkgdesc = Manipulate jagged, chunky, and/or bitmasked arrays as easily
as Numpy
- pkgver = 2.6.3
- pkgrel = 1
+ pkgver = 2.6.5
+ pkgrel = 2
url = https://github.com/scikit-hep/awkward
arch = x86_64
license = BSD
@@ -37,11 +37,11 @@ pkgbase = python-awkward
optdepends = python-pyarrow: pyArrow connector
optdepends = python-numexpr: numexpr connector
optdepends = python-pandas: pandas connector
- source =
python-awkward::git+https://github.com/scikit-hep/awkward#tag=v2.6.3
+ source =
python-awkward::git+https://github.com/scikit-hep/awkward#tag=v2.6.5
source = python-awkward-dlpack::git+https://github.com/dmlc/dlpack.git
source =
python-awkward-rapidjson::git+https://github.com/Tencent/rapidjson.git
source =
python-awkward-pybind11::git+https://github.com/pybind/pybind11.git
- sha512sums =
a1ac20198307e3a3188f0d8643dd527ef99ae1c913a8762a8a533c73e2597abae5d7c173eb7602ed2c169595ce9199679d18c329f76d6c2e568a53616ee742b3
+ sha512sums =
64b3e6e7295e1fcd11d096419d3dbdb2627b70f9b4d2fea0f2c38d9f5ab0a9de9f45c003a0835ddcaeaf2c3b6f08b88a3f84e882efc9052d32b48e76e419acc2
sha512sums = SKIP
sha512sums = SKIP
sha512sums = SKIP
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@ _pkgname=awkward
pkgbase="python-${_pkgname}"
# pkgname=("${pkgbase}" "${pkgbase}-docs") - docs require many new dependencies
pkgname=$pkgbase
-pkgver=2.6.3
-pkgrel=1
+pkgver=2.6.5
+pkgrel=2
pkgdesc="Manipulate jagged, chunky, and/or bitmasked arrays as easily as Numpy"
url="https://github.com/scikit-hep/awkward"
license=('BSD')
@@ -25,7 +25,7 @@ source=(
"${pkgname}-pybind11::git+https://github.com/pybind/pybind11.git"
)
-sha512sums=('a1ac20198307e3a3188f0d8643dd527ef99ae1c913a8762a8a533c73e2597abae5d7c173eb7602ed2c169595ce9199679d18c329f76d6c2e568a53616ee742b3'
+sha512sums=('64b3e6e7295e1fcd11d096419d3dbdb2627b70f9b4d2fea0f2c38d9f5ab0a9de9f45c003a0835ddcaeaf2c3b6f08b88a3f84e882efc9052d32b48e76e419acc2'
'SKIP'
'SKIP'
'SKIP')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-awkward/-/commit/9aab683c6a51df93fc4f1bd286debf239177e1fb
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-awkward/-/commit/9aab683c6a51df93fc4f1bd286debf239177e1fb
You're receiving this email because of your account on gitlab.archlinux.org.