Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
python-awkward
Commits:
56ce95b3 by Jakub Klinkovský at 2025-12-18T18:01:35+01:00
upgpkg: 2.8.11-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-awkward
pkgdesc = Manipulate jagged, chunky, and/or bitmasked arrays as easily
as Numpy
- pkgver = 2.8.10
+ pkgver = 2.8.11
pkgrel = 1
url = https://github.com/scikit-hep/awkward
arch = x86_64
@@ -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.10
+ source =
python-awkward::git+https://github.com/scikit-hep/awkward#tag=v2.8.11
source =
python-awkward-rapidjson::git+https://github.com/Tencent/rapidjson.git
- sha512sums =
d9e6d8ef3859cb2e46c71bb9599e2d8d194fb560b609c853076eb0cc4c0bb6c4cd6739daaee3bd57a0265f093c113a60f6aa24566b765cea9ce5c74e81d991e7
+ sha512sums =
016b14eebe8b40d7946305f373a251cf374abb4fd8de7c8833ea6fa625eb0a2ba31a00dc9b2b8f88ef1fed840d0ccd32be8043f5567ced0759971d009fffb6ad
sha512sums = SKIP
pkgname = python-awkward
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@ _name=awkward
pkgbase=python-$_name
# pkgname=($pkgbase $pkgbase-docs) - docs require many new dependencies
pkgname=$pkgbase
-pkgver=2.8.10
+pkgver=2.8.11
pkgrel=1
pkgdesc="Manipulate jagged, chunky, and/or bitmasked arrays as easily as Numpy"
url="https://github.com/scikit-hep/awkward"
@@ -61,7 +61,7 @@ source=(
$pkgname-rapidjson::git+https://github.com/Tencent/rapidjson.git
)
-sha512sums=('d9e6d8ef3859cb2e46c71bb9599e2d8d194fb560b609c853076eb0cc4c0bb6c4cd6739daaee3bd57a0265f093c113a60f6aa24566b765cea9ce5c74e81d991e7'
+sha512sums=('016b14eebe8b40d7946305f373a251cf374abb4fd8de7c8833ea6fa625eb0a2ba31a00dc9b2b8f88ef1fed840d0ccd32be8043f5567ced0759971d009fffb6ad'
'SKIP')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-awkward/-/commit/56ce95b354e76218bded65015f84cdb10be2d2e6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-awkward/-/commit/56ce95b354e76218bded65015f84cdb10be2d2e6
You're receiving this email because of your account on gitlab.archlinux.org.