Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages / 
python-awkward


Commits:
63741b17 by Jakub Klinkovský at 2025-01-25T18:28:57+01:00
upgpkg: 2.7.3-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.7.2
+       pkgver = 2.7.3
        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.7.2
+       source = 
python-awkward::git+https://github.com/scikit-hep/awkward#tag=v2.7.3
        source = 
python-awkward-rapidjson::git+https://github.com/Tencent/rapidjson.git
-       sha512sums = 
9afb41331dc2bf4d6da297bb738a1c3ccb530a58d0299e0019bf5ff78fab6940d93c7c2270411a2f6e56e9c05f87164cac66fdba85eb84eec35faa6328f494c0
+       sha512sums = 
220c1a4d3360eb15b63dbd245dd5018428307e585b49be361eac27d22c80015442270cac100cdc7fa3783ef408fdca82b15fce5d5cd6498dc0d7965408571594
        sha512sums = SKIP
 
 pkgname = python-awkward


=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@ _pkgname=awkward
 pkgbase="python-${_pkgname}"
 # pkgname=("${pkgbase}" "${pkgbase}-docs") - docs require many new dependencies
 pkgname=$pkgbase
-pkgver=2.7.2
+pkgver=2.7.3
 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=('9afb41331dc2bf4d6da297bb738a1c3ccb530a58d0299e0019bf5ff78fab6940d93c7c2270411a2f6e56e9c05f87164cac66fdba85eb84eec35faa6328f494c0'
+sha512sums=('220c1a4d3360eb15b63dbd245dd5018428307e585b49be361eac27d22c80015442270cac100cdc7fa3783ef408fdca82b15fce5d5cd6498dc0d7965408571594'
             'SKIP')
 
 prepare() {
@@ -88,6 +88,12 @@ check() {
       -vv
       #  AttributeError: 'FrameLocalsProxy' object has no attribute 'clear'
       --deselect tests/test_0119_numexpr_and_broadcast_arrays.py::test_numexpr
+      # pyarrow.lib.ArrowInvalid: Column 'x' is declared non-nullable but 
contains nulls
+      --deselect tests/test_1125_to_arrow_from_arrow.py::test_recordarray
+      # pyarrow.lib.ArrowInvalid: Column '0' is declared non-nullable but 
contains nulls
+      --deselect tests/test_1294_to_and_from_parquet.py::test_recordarray
+      # RuntimeError: file metadata is only available after writer close
+      --deselect 
tests/test_1440_start_v2_to_parquet.py::test_recordarray[True-True]
   )
 
   cd $pkgbase



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-awkward/-/commit/63741b17bd74eca3c0c53e1e4ae622858fe67532

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-awkward/-/commit/63741b17bd74eca3c0c53e1e4ae622858fe67532
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to