guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 689fd14becc38ca47f8df31433e9b40d50443b67
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Jan 23 21:52:24 2026 +0000
gnu: python-fsspec: Update to 2026.1.0.
* gnu/packages/python-xyz.scm (python-fsspec): Update to 2026.1.0.
Change-Id: I5f15db3d094ac44ccc9983b1fbf8e3866444ccfe
---
gnu/packages/python-xyz.scm | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 38c2b354a6..f62a62aec8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -27403,7 +27403,7 @@ values. Partd excels at shuffling operations.")
(define-public python-fsspec
(package
(name "python-fsspec")
- (version "2025.9.0")
+ (version "2026.1.0")
(source
(origin
(method git-fetch)
@@ -27412,10 +27412,11 @@ values. Partd excels at shuffling operations.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1f11jjp7xd4q9a5lmb00i5l9v36162gjr6h1hkfzvgq78xa735xp"))))
+ (base32 "049ybsinlvaa0br8ijm58jbrwbvaffbdv4gpxjcb2rc06qb4a2wg"))))
(build-system pyproject-build-system)
(arguments
(list
+ ;; tests: 1500 passed, 267 skipped, 3 deselected, 2 xfailed, 2 warnings
#:test-flags
#~(list "--ignore=fsspec/implementations/tests/test_github.py"
"-k" (string-join
@@ -27427,6 +27428,8 @@ values. Partd excels at shuffling operations.")
;; Test hangs
"test_processes")
" and not "))))
+ ;; The most of the inputs are optional, project does not force to include
+ ;; any dependencies according to pyproject.toml.
(propagated-inputs
(list python-aiohttp python-libarchive-c python-requests python-tqdm))
(native-inputs