diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-05 12:38:55 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:07 +0100 |
| commit | 17f8d5b5281fed59ef2d83230cf77cef5253129e (patch) | |
| tree | 776b32914c41928c2af23f998df18252f1817c75 /gnu/packages/python-xyz.scm | |
| parent | bede97b1716d709dda9f4ef0ab84fe3375755e67 (diff) | |
gnu: python-partd: Update to 1.4.2.
* gnu/packages/python-xyz.scm (python-partd): Update to 1.4.2.
[propagated-inputs]: Add python-blosc.
[native-inputs]: Remove python-wheel; add python-pytest and python-versioneer.
Change-Id: I4a175b4e45f57bd63add17490ce4f66b314a80d6
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 23 |
1 files changed, 16 insertions, 7 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 8eb542c3f0..8bf39a430b 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -30592,22 +30592,31 @@ they use the same path.") (define-public python-partd (package (name "python-partd") - (version "1.4.1") + (version "1.4.2") (source (origin (method url-fetch) (uri (pypi-uri "partd" version)) (sha256 - (base32 - "0rvz2si6lbyhk7hj804gilq2y2bfdi33q81iwwkmgskgkva5vhjn")))) + (base32 "0b7h42dfvbrwpg75wzszv1rq3237h1g026v24v10b16wzcxc68nh")))) (build-system pyproject-build-system) + (native-inputs + (list python-pytest + python-setuptools + python-versioneer)) (propagated-inputs - (list python-locket python-numpy python-pandas python-pyzmq python-toolz)) - (native-inputs (list python-setuptools python-wheel)) + (list python-locket + python-toolz + ;; [complete] + python-blosc + python-numpy + python-pandas + python-pyzmq)) (home-page "https://github.com/dask/partd/") (synopsis "Appendable key-value storage") - (description "Partd stores key-value pairs. Values are raw bytes. We -append on old values. Partd excels at shuffling operations.") + (description + "Partd stores key-value pairs. Values are raw bytes. We append on old +values. Partd excels at shuffling operations.") (license license:bsd-3))) (define-public python-fsspec |
