Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
python-awkward
Commits:
fcfbc36a by Jakub Klinkovský at 2026-01-25T18:59:37+01:00
upgpkg: 2.8.12-1
- - - - -
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.8.11
- pkgrel = 2
+ pkgver = 2.8.12
+ pkgrel = 1
url = https://github.com/scikit-hep/awkward
arch = x86_64
license = BSD-3-Clause
@@ -41,9 +41,9 @@ pkgbase = python-awkward
optdepends = python-pandas: pandas connector
optdepends = python-pyarrow: pyArrow connector
optdepends = root: rdataframe connector
- source =
python-awkward::git+https://github.com/scikit-hep/awkward#tag=v2.8.11
+ source =
python-awkward::git+https://github.com/scikit-hep/awkward#tag=v2.8.12
source =
python-awkward-rapidjson::git+https://github.com/Tencent/rapidjson.git
- sha512sums =
016b14eebe8b40d7946305f373a251cf374abb4fd8de7c8833ea6fa625eb0a2ba31a00dc9b2b8f88ef1fed840d0ccd32be8043f5567ced0759971d009fffb6ad
+ sha512sums =
ec78c0923ae39ceeb6603084b813805b455e8a48aae19529c9979eb1ed02b2f2a63d9bc70a49d58c5d8a6a61db72943e4fd38eba87b60c3fe966f66e55e9c3bb
sha512sums = SKIP
pkgname = python-awkward
=====================================
PKGBUILD
=====================================
@@ -6,8 +6,8 @@ _name=awkward
pkgbase=python-$_name
# pkgname=($pkgbase $pkgbase-docs) - docs require many new dependencies
pkgname=$pkgbase
-pkgver=2.8.11
-pkgrel=2
+pkgver=2.8.12
+pkgrel=1
pkgdesc="Manipulate jagged, chunky, and/or bitmasked arrays as easily as Numpy"
url="https://github.com/scikit-hep/awkward"
license=(BSD-3-Clause)
@@ -61,7 +61,7 @@ source=(
$pkgname-rapidjson::git+https://github.com/Tencent/rapidjson.git
)
-sha512sums=('016b14eebe8b40d7946305f373a251cf374abb4fd8de7c8833ea6fa625eb0a2ba31a00dc9b2b8f88ef1fed840d0ccd32be8043f5567ced0759971d009fffb6ad'
+sha512sums=('ec78c0923ae39ceeb6603084b813805b455e8a48aae19529c9979eb1ed02b2f2a63d9bc70a49d58c5d8a6a61db72943e4fd38eba87b60c3fe966f66e55e9c3bb'
'SKIP')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-awkward/-/commit/fcfbc36aaea2ca5d134cdd19a7d534899e0c1516
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-awkward/-/commit/fcfbc36aaea2ca5d134cdd19a7d534899e0c1516
You're receiving this email because of your account on gitlab.archlinux.org.