From d3a22534c6e5887f38fe071e5f9561eb05be64c2 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 9 May 2024 22:40:06 +0200 Subject: gnu: python-nbclient: Update to 0.10.0. * gnu/packages/jupyter.scm (python-nbclient): Update to 0.10.0. [native-inputs]: Remove python-setuptools and python-wheel; add python-hatchling, python-flaky, python-pytest, python-pytest-asyncio, python-pytest-cov, python-testpath, and python-xmltodict. Change-Id: I15a87323456c6b4eaa8361972bcb6ae3686ec687 --- gnu/packages/jupyter.scm | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'gnu/packages/jupyter.scm') diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm index 0e9ea14189..f86b59489a 100644 --- a/gnu/packages/jupyter.scm +++ b/gnu/packages/jupyter.scm @@ -742,14 +742,14 @@ and a default CommManager that can be used.") (define-public python-nbclient (package (name "python-nbclient") - (version "0.6.6") + (version "0.10.0") (source (origin (method url-fetch) (uri (pypi-uri "nbclient" version)) (sha256 (base32 - "09whkb8ll1nfdn4h3k0shncgkfak4lglmiwn8wdni6nrc5wnmxqd")))) + "02dvb9ffpd237apyj4fw97a9371kv99lzny49624j7jkp9yingsb")))) (build-system pyproject-build-system) ;; Tests require tools from nbconvert, which would introduces a cycle. (arguments '(#:tests? #false)) @@ -757,7 +757,13 @@ and a default CommManager that can be used.") (list python-jupyter-client python-jupyter-core python-nbformat python-traitlets)) (native-inputs - (list python-setuptools python-wheel)) + (list python-hatchling + python-flaky + python-pytest + python-pytest-asyncio + python-pytest-cov + python-testpath + python-xmltodict)) (home-page "https://jupyter.org") (synopsis "Client library for executing notebooks") (description -- cgit v1.2.3