guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 3950c3ef03663c8452b7ab51d4ee28ab5c02ab4b
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jul 7 14:30:30 2026 +0100
gnu: python-fastparquet: Update to 2026.5.0.
* gnu/packages/databases.scm (python-fastparquet): Update to 2026.5.0.
[propagated-inputs]: Remove python-lzo.
[native-inputs]: Add tzdata-for-tests.
---
gnu/packages/databases.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 410ae0115b..d3d3277e36 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -5857,7 +5857,7 @@ other traditional Python scientific computing packages.")
(define-public python-fastparquet
(package
(name "python-fastparquet")
- (version "2025.12.0")
+ (version "2026.5.0")
(source
(origin
(method git-fetch)
@@ -5866,11 +5866,11 @@ other traditional Python scientific computing
packages.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "15zd2khsazrbi6p4lzbwp2x96sk2zk2adxj3905wac9xzwlkbvrc"))))
+ (base32 "1x7c25pqrishmskc2k56yh15af4fmsqj4gwxf33d26p2flqyh6xn"))))
(build-system pyproject-build-system)
(arguments
(list
- ;; tests: 382 passed, 124 skipped, 2 warnings
+ ;; tests: 362 passed, 123 skipped, 15 xfailed, 6 xpassed, 2 warnings
#:test-flags
#~(list "--numprocesses" (number->string (parallel-job-count)))
#:phases
@@ -5888,11 +5888,11 @@ other traditional Python scientific computing
packages.")
python-pytest
python-pytest-xdist
python-setuptools
- python-setuptools-scm))
+ python-setuptools-scm
+ tzdata-for-tests))
(propagated-inputs
(list python-cramjam
python-fsspec
- python-lzo
python-numpy
python-packaging
python-pandas))