[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
95/195: gnu: python-nbclient: Update to 0.10.0.
From: |
guix-commits |
Subject: |
95/195: gnu: python-nbclient: Update to 0.10.0. |
Date: |
Tue, 15 Oct 2024 03:29:51 -0400 (EDT) |
sharlatan pushed a commit to branch python-team-rebased
in repository guix.
commit bf3a7bc461e2694641222f9bd63df2764f67e75b
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
- 162/195: gnu: Add ghc-xcb-types., (continued)
- 162/195: gnu: Add ghc-xcb-types., guix-commits, 2024/10/15
- 185/195: gnu: python-multidict: Move to pyproject-build-system., guix-commits, 2024/10/15
- 172/195: gnu: python-cmd2: Move to pyproject-build-system., guix-commits, 2024/10/15
- 04/195: gnu: sssd: Import ensure-no-mtimes-pre-1980., guix-commits, 2024/10/15
- 07/195: build-system/pyproject: Use TOML parser., guix-commits, 2024/10/15
- 25/195: gnu: python-pyls-black: Add missing inputs., guix-commits, 2024/10/15
- 28/195: gnu: python-jinja2: Add setuptools and wheel., guix-commits, 2024/10/15
- 37/195: gnu: Add python-isoduration., guix-commits, 2024/10/15
- 86/195: gnu: repo2docker: Update to 2024.03.0., guix-commits, 2024/10/15
- 93/195: gnu: python-lsp-server: Update to 1.11.0., guix-commits, 2024/10/15
- 95/195: gnu: python-nbclient: Update to 0.10.0.,
guix-commits <=
- 96/195: gnu: python-sphinx: Update to 6.2.1., guix-commits, 2024/10/15
- 119/195: gnu: python-docker-pycreds: Move to pyproject-build-system., guix-commits, 2024/10/15
- 114/195: gnu: python-http-ece: Update to 1.2.0., guix-commits, 2024/10/15
- 102/195: gnu: python-nbconvert: Update to 7.16.4., guix-commits, 2024/10/15
- 136/195: gnu: python-dateutil: Move to pyproject-build-system., guix-commits, 2024/10/15
- 118/195: gnu: python-django-localflavor: Move to pyproject-build-system., guix-commits, 2024/10/15
- 140/195: gnu: python-unidecode: Update to 1.3.8., guix-commits, 2024/10/15
- 146/195: gnu: python-parse-type: Move to pyproject-build-system., guix-commits, 2024/10/15
- 148/195: gnu: python-sphinx-autodoc-typehints: Move to pyproject-build-system., guix-commits, 2024/10/15
- 193/195: gnu: build-system/pyproject: Add missing native-inputs., guix-commits, 2024/10/15