From ef3f31fa3fd5605cc52c970d96b1c761b5e896c2 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Wed, 26 Jun 2024 09:19:02 +0000 Subject: [PATCH] extra/python-awkward to 2.6.5-2 --- extra/python-awkward/.SRCINFO | 8 ++++---- extra/python-awkward/PKGBUILD | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/extra/python-awkward/.SRCINFO b/extra/python-awkward/.SRCINFO index 918e5dca1..267b274b9 100644 --- a/extra/python-awkward/.SRCINFO +++ b/extra/python-awkward/.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 diff --git a/extra/python-awkward/PKGBUILD b/extra/python-awkward/PKGBUILD index 13c77922d..8dd07ac9a 100644 --- a/extra/python-awkward/PKGBUILD +++ b/extra/python-awkward/PKGBUILD @@ -9,8 +9,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') @@ -29,7 +29,7 @@ source=( "${pkgname}-pybind11::git+https://github.com/pybind/pybind11.git" ) -sha512sums=('a1ac20198307e3a3188f0d8643dd527ef99ae1c913a8762a8a533c73e2597abae5d7c173eb7602ed2c169595ce9199679d18c329f76d6c2e568a53616ee742b3' +sha512sums=('64b3e6e7295e1fcd11d096419d3dbdb2627b70f9b4d2fea0f2c38d9f5ab0a9de9f45c003a0835ddcaeaf2c3b6f08b88a3f84e882efc9052d32b48e76e419acc2' 'SKIP' 'SKIP' 'SKIP')