[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
92/361: gnu: python-jupyter-client: Update to 7.4.4.
From: |
guix-commits |
Subject: |
92/361: gnu: python-jupyter-client: Update to 7.4.4. |
Date: |
Thu, 21 Nov 2024 06:28:56 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 11f64d5cacce75e7bfefaf1b7117bca7107ffe4d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 7 18:35:53 2024 +0200
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
---
gnu/packages/python-xyz.scm | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 03a6bcaea7..753086ae74 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12754,14 +12754,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
@@ -12790,7 +12790,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
@@ -12825,14 +12826,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
- 90/361: gnu: python-nbconvert: Use pyproject-build-system., (continued)
- 90/361: gnu: python-nbconvert: Use pyproject-build-system., guix-commits, 2024/11/21
- 87/361: gnu: python-jupyter-client: Set environment variable., guix-commits, 2024/11/21
- 73/361: gnu: Add python-pytest-jupyter., guix-commits, 2024/11/21
- 86/361: gnu: python-jupyter-core: Update to 5.7.2., guix-commits, 2024/11/21
- 80/361: gnu: python-jsonschema: Update to 4.22.0., guix-commits, 2024/11/21
- 67/361: gnu: Add python-rfc3986-validator., guix-commits, 2024/11/21
- 317/361: gnu: python-curio: Update to 1.6., guix-commits, 2024/11/21
- 341/361: gnu: python-pytest-localserver: Update to 0.9.0.post0., guix-commits, 2024/11/21
- 339/361: gnu: Add python-ephemeral-port-reserve., guix-commits, 2024/11/21
- 351/361: gnu: python-pytest-httpserver: Update to 1.1.0., guix-commits, 2024/11/21
- 92/361: gnu: python-jupyter-client: Update to 7.4.4.,
guix-commits <=
- 183/361: gnu: python-jaraco-classes: Move to pyproject-build-system., guix-commits, 2024/11/21
- 180/361: gnu: python-pytest-toolbox: Move to pyproject-build-system., guix-commits, 2024/11/21
- 175/361: gnu: python-sphinx-autodoc-typehints: Move to pyproject-build-system., guix-commits, 2024/11/21
- 327/361: gnu: python-editables: Update to 0.5., guix-commits, 2024/11/21
- 334/361: gnu: python-pytest-mypy: Update to 0.10.3., guix-commits, 2024/11/21
- 185/361: gnu: python-jaraco-functools: Move to pyproject-build-system., guix-commits, 2024/11/21
- 197/361: gnu: python-xmltodict: Move to pyproject-build-system., guix-commits, 2024/11/21
- 200/361: gnu: Add python-sphinx-autodoc-typehints-5., guix-commits, 2024/11/21
- 32/361: gnu: python-ipython: Update to 8.22.1., guix-commits, 2024/11/21
- 88/361: gnu: python-ipykernel: Set environment variable., guix-commits, 2024/11/21