summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-05-07 18:35:53 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-10-14 21:31:54 +0100
commitfef6155a6462c4ccc99f58e09548c4352ce6c4a2 (patch)
treec0205c382c7a21f13e3b3f29c0b45d1dd4f9d55a /gnu/packages/python-xyz.scm
parent148d37f243c905425934d89d14a5c29bb18eb722 (diff)
gnu: python-jupyter-client: Update to 7.4.4.
* gnu/packages/python-xyz.scm (python-jupyter-client, python-jupyter-client-bootstrap): Update to 7.4.4. [native-inputs]: Add python-hatchling; remove python-setuptools and python-wheel. Change-Id: I0e2d92762a03af2b8b64434a45f56f998f27a772
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm14
1 files changed, 7 insertions, 7 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f1be5cd28f..e13c4174ff 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12594,14 +12594,14 @@ container data structures in Python).")
(hidden-package
(package
(name "python-jupyter-client-bootstrap")
- (version "7.2.2")
+ (version "7.4.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "jupyter_client" version))
(sha256
(base32
- "12pbp177bfb3710y1a5598mwn8ffhyzmpll67m0nmalb98savnwg"))))
+ "0ck8fb0d582r8izkcn7087zmbmmqf9jkv2abd8p44867k9hdn5jn"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -12630,7 +12630,8 @@ container data structures in Python).")
python-pyzmq
python-tornado-6
python-traitlets))
- (native-inputs (list python-setuptools python-wheel))
+ (native-inputs
+ (list python-hatchling))
(home-page "https://jupyter.org/")
(synopsis "Jupyter protocol implementation and client libraries")
(description
@@ -12665,14 +12666,13 @@ installing @code{kernelspec}s for use with Jupyter frontends.")
;; information.
"not test_start_parallel_process_kernels"))))))))
(native-inputs
- (list python-pytest
+ (list python-hatchling
+ python-pytest
python-pytest-asyncio
python-pytest-timeout
python-async-generator
python-ipython
- python-ipykernel-bootstrap
- python-setuptools
- python-wheel))
+ python-ipykernel-bootstrap))
(properties (alist-delete 'hidden? (package-properties base))))))
(define-public python-ipykernel