[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
30/46: gnu: python-jupyter-client: Update to 7.4.4.
From: |
guix-commits |
Subject: |
30/46: gnu: python-jupyter-client: Update to 7.4.4. |
Date: |
Tue, 7 May 2024 18:34:03 -0400 (EDT) |
rekado pushed a commit to branch python-team
in repository guix.
commit e0f564d056c6e97f00688d000136635cb5d8e11d
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 5aa09f02fe..9ac9797aed 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12330,14 +12330,14 @@ without using the configuration machinery.")
(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
@@ -12366,7 +12366,8 @@ without using the configuration machinery.")
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
@@ -12401,14 +12402,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
- 01/46: gnu: python-rich: Remove python-ipywidgets., (continued)
- 01/46: gnu: python-rich: Remove python-ipywidgets., guix-commits, 2024/05/07
- 05/46: gnu: Add python-rfc3986-validator., guix-commits, 2024/05/07
- 07/46: gnu: Add python-uri-template., guix-commits, 2024/05/07
- 09/46: gnu: Add python-overrides., guix-commits, 2024/05/07
- 10/46: gnu: Add python-hatch-jupyter-builder., guix-commits, 2024/05/07
- 13/46: gnu: Add python-nbclassic., guix-commits, 2024/05/07
- 02/46: gnu: Add python-pep440., guix-commits, 2024/05/07
- 03/46: gnu: Add python-referencing., guix-commits, 2024/05/07
- 06/46: gnu: Add python-isoduration., guix-commits, 2024/05/07
- 29/46: gnu: python-trio: Use pyproject-build-system., guix-commits, 2024/05/07
- 30/46: gnu: python-jupyter-client: Update to 7.4.4.,
guix-commits <=
- 35/46: gnu: Add python-jupyter-server-terminals., guix-commits, 2024/05/07
- 33/46: gnu: python-notebook: Update to 6.5.7., guix-commits, 2024/05/07
- 38/46: gnu: python-tabulate: Add Setuptools and Wheel., guix-commits, 2024/05/07
- 15/46: gnu: python-jedi: Update to 0.19.1., guix-commits, 2024/05/07
- 08/46: gnu: Add python-fqdn., guix-commits, 2024/05/07
- 11/46: gnu: Add python-pytest-jupyter., guix-commits, 2024/05/07
- 14/46: gnu: python-attrs: Update to 23.2.0., guix-commits, 2024/05/07
- 16/46: gnu: python-send2trash: Update to 1.8.2., guix-commits, 2024/05/07
- 17/46: gnu: python-argon2-cffi: Update to 21.1.0., guix-commits, 2024/05/07
- 18/46: gnu: python-jsonschema: Update to 4.22.0., guix-commits, 2024/05/07