gnu: python-fsspec: Update to 2026.1.0.

* gnu/packages/python-xyz.scm (python-fsspec): Update to 2026.1.0.

Change-Id: I5f15db3d094ac44ccc9983b1fbf8e3866444ccfe
This commit is contained in:
Sharlatan Hellseher 2026-01-23 21:52:24 +00:00
parent b8a51eafe7
commit 689fd14bec
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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