[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
124/361: gnu: python-nbclient: Update to 0.10.0.
From: |
guix-commits |
Subject: |
124/361: gnu: python-nbclient: Update to 0.10.0. |
Date: |
Fri, 22 Nov 2024 06:00:25 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit e792eeb2ab05c803814e53e109b019c527189246
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu May 9 22:40:06 2024 +0200
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(-)
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
- 103/361: gnu: python-lazy-object-proxy: Update to 1.10.0., (continued)
- 103/361: gnu: python-lazy-object-proxy: Update to 1.10.0., guix-commits, 2024/11/22
- 105/361: gnu: python-sparqlkernel: Patch install script., guix-commits, 2024/11/22
- 110/361: gnu: python-openapi-core: Update to 0.19.1., guix-commits, 2024/11/22
- 107/361: gnu: Add python-jsonschema-path., guix-commits, 2024/11/22
- 114/361: gnu: python-sphinx-pytest: Update to 0.2.0., guix-commits, 2024/11/22
- 113/361: gnu: python-jupyterlab-server: Update to 2.27.1., guix-commits, 2024/11/22
- 108/361: gnu: python-openapi-spec-validator: Update to 0.7.1., guix-commits, 2024/11/22
- 117/361: gnu: repo2docker: Update to 2024.03.0., guix-commits, 2024/11/22
- 116/361: gnu: Add python-sphinxext-rediraffe., guix-commits, 2024/11/22
- 118/361: gnu: Add python-pytoolconfig., guix-commits, 2024/11/22
- 124/361: gnu: python-nbclient: Update to 0.10.0.,
guix-commits <=
- 126/361: gnu: python-sphinx-4: Inherit from python-sphinx-5., guix-commits, 2024/11/22
- 119/361: gnu: Add python-whatthepatch., guix-commits, 2024/11/22
- 130/361: gnu: python-nbconvert: Update to 7.16.4., guix-commits, 2024/11/22
- 131/361: gnu: python-widgetsnbextension: Update to 4.0.10., guix-commits, 2024/11/22
- 134/361: gnu: python-jupyterlab-widgets: Update to 3.0.10., guix-commits, 2024/11/22
- 141/361: gnu: python-mutagen: Move to pyproject-build-system., guix-commits, 2024/11/22
- 147/361: gnu: python-docker-pycreds: Move to pyproject-build-system., guix-commits, 2024/11/22
- 145/361: gnu: vdirsyncer: Move to pyproject-build-system and enable tests., guix-commits, 2024/11/22
- 150/361: gnu: python-xcffib: Move to (gnu packages xorg)., guix-commits, 2024/11/22
- 154/361: gnu: python-alembic: Move to pyproject-build-system., guix-commits, 2024/11/22