diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-23 21:52:24 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:39 +0100 |
| commit | 7f31fa8c7dc4a92b7bd37b699e01238cb4c5f0b1 (patch) | |
| tree | 03970af7cd47eab3de5c50279231f4967966f47e /gnu/packages | |
| parent | 960399a026aeacfc0d43f3f21cf299ce514f1e41 (diff) | |
gnu: python-fsspec: Update to 2026.1.0.
* gnu/packages/python-xyz.scm (python-fsspec): Update to 2026.1.0.
Change-Id: I5f15db3d094ac44ccc9983b1fbf8e3866444ccfe
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 2f4623a5019..9393fe11677 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -27551,7 +27551,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) @@ -27560,10 +27560,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 @@ -27575,6 +27576,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 |
