Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
python-awkward
Commits:
505c874b by Jakub Klinkovský at 2025-09-20T20:12:35+02:00
upgpkg: 2.8.9-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.8
- pkgrel = 2
+ pkgver = 2.8.9
+ 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.8
+ source =
python-awkward::git+https://github.com/scikit-hep/awkward#tag=v2.8.9
source =
python-awkward-rapidjson::git+https://github.com/Tencent/rapidjson.git
- sha512sums =
712e316939ffbda85ca5f0ddade6b719c1d2776345ce5a9358a7320552efdaf2ec71a35f99b51cb63641986f27af41b7821555e1c79164ad9cd00e3d29084016
+ sha512sums =
dd320fdfd04ae2fb6b5e5618fc9feae5640c16ffd11d6f9a3b732ee6395f74f5e2246f4af1e7e7cabd2d4b7edd2fe3ef28f53329434513f4c91f3dc25c9f04ff
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.8
-pkgrel=2
+pkgver=2.8.9
+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=('712e316939ffbda85ca5f0ddade6b719c1d2776345ce5a9358a7320552efdaf2ec71a35f99b51cb63641986f27af41b7821555e1c79164ad9cd00e3d29084016'
+sha512sums=('dd320fdfd04ae2fb6b5e5618fc9feae5640c16ffd11d6f9a3b732ee6395f74f5e2246f4af1e7e7cabd2d4b7edd2fe3ef28f53329434513f4c91f3dc25c9f04ff'
'SKIP')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-awkward/-/commit/505c874b3ce83e282afea6609f8ee4246666c3bc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-awkward/-/commit/505c874b3ce83e282afea6609f8ee4246666c3bc
You're receiving this email because of your account on gitlab.archlinux.org.