guix-commits
[Top][All Lists]
Advanced

[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: Fri, 22 Nov 2024 06:00:19 -0500 (EST)

andreas pushed a commit to branch python-team
in repository guix.

commit 0d0983e8713ac838f978a7177442506e9a48222a
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]