[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
48/105: gnu: python-awkward: Update to 2.7.2.
From: |
guix-commits |
Subject: |
48/105: gnu: python-awkward: Update to 2.7.2. |
Date: |
Sat, 21 Dec 2024 11:56:41 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit 86c28d20ad1c761b694732c29eba936bd58cb8d6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Dec 16 17:01:08 2024 +0100
gnu: python-awkward: Update to 2.7.2.
* gnu/packages/python-xyz.scm (python-awkward): Update to 2.7.2.
[arguments]: Skip three broken tests.
Change-Id: Ifdfcda9c57b9b27e9c3b5e0b05c7896d552b30cd
---
gnu/packages/python-xyz.scm | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 5f8c412573..534808c6c2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -452,19 +452,26 @@ package. It is not useful on its own, only as a
dependency for awkward.")
(define-public python-awkward
(package
(name "python-awkward")
- (version "2.6.3")
+ (version "2.7.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "awkward" version))
(sha256
- (base32 "1s280ndr4r2q9qn9c0slan5zw37p41cx8q5z6k6p988afr01c6j8"))))
+ (base32 "1bfg4pggahnfvq4n71ydkb1pwzc89plfdgp9wcv7ky4dss37y1ay"))))
(build-system pyproject-build-system)
(arguments
(list
#:test-flags
;; CUDA is and requires proprietary software.
- '(list "--ignore-glob=tests-cuda**")))
+ '(list "--ignore-glob=tests-cuda**"
+ "-k"
+ (string-append
+ ;; BrokenProcessPool
+ "not test_noop_pickler"
+ " and not test_non_packing_pickler"
+ ;; Regex pattern did not match.
+ " and not test_malformed_pickler"))))
(propagated-inputs (list python-awkward-cpp
python-fsspec
python-importlib-metadata
- 20/105: gnu: make-torbrowser: Remove bzip2 from inputs., (continued)
- 20/105: gnu: make-torbrowser: Remove bzip2 from inputs., guix-commits, 2024/12/21
- 22/105: gnu: make-torbrowser: Unbundle libwebp., guix-commits, 2024/12/21
- 29/105: gnu: yggdrasil: Update to 0.5.11., guix-commits, 2024/12/21
- 23/105: gnu: make-torbrowser: Use ffmpeg-7., guix-commits, 2024/12/21
- 25/105: gnu: make-torbrowser: Re-enable rust SIMD optimizations., guix-commits, 2024/12/21
- 26/105: gnu: go-filippo-io-age: Update to 1.2.1. [security fix], guix-commits, 2024/12/21
- 37/105: gnu: python-bokeh: Fix build., guix-commits, 2024/12/21
- 41/105: gnu: python-pyproject-api: Update to 1.8.0., guix-commits, 2024/12/21
- 44/105: gnu: Add python-time-machine., guix-commits, 2024/12/21
- 49/105: gnu: Add python-strictyaml., guix-commits, 2024/12/21
- 48/105: gnu: python-awkward: Update to 2.7.2.,
guix-commits <=
- 50/105: gnu: python-numcodecs: Update to 0.13.1., guix-commits, 2024/12/21
- 55/105: gnu: Add python-pypitoken., guix-commits, 2024/12/21
- 05/105: gnu: python-gamera: Update to 4.0.1., guix-commits, 2024/12/21
- 02/105: gnu: txr: Update to 298., guix-commits, 2024/12/21
- 04/105: gnu: urh: Update to 2.9.8., guix-commits, 2024/12/21
- 08/105: gnu: make-arm-trusted-firmware: Update to 2.12., guix-commits, 2024/12/21
- 09/105: gnu: arm-trusted-firmware-imx8mq: Fix build., guix-commits, 2024/12/21
- 12/105: gnu: Remove egl-gbm., guix-commits, 2024/12/21
- 18/105: gnu: make-torbrowser: Unbundle libvpx., guix-commits, 2024/12/21
- 24/105: gnu: make-torbrowser: Unbundle nss., guix-commits, 2024/12/21