[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
33/53: gnu: python-nbclient: Update to 0.6.6.
From: |
guix-commits |
Subject: |
33/53: gnu: python-nbclient: Update to 0.6.6. |
Date: |
Sun, 21 Apr 2024 07:49:11 -0400 (EDT) |
rekado pushed a commit to branch wip-pandas-upgrade
in repository guix.
commit 4991be0ac89815dea9656422bca5ccf6977f64e3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Apr 19 13:17:08 2024 +0200
gnu: python-nbclient: Update to 0.6.6.
* gnu/packages/jupyter.scm (python-nbclient): Update to 0.6.6.
[build-system]: Use pyproject-build-system.
[propagated-inputs]: Remove python-nest-asyncio; add python-jupyter-core.
Change-Id: Idb70e781c508be389f08c0cab439644852b81577
---
gnu/packages/jupyter.scm | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm
index 0d50e4904b..ef68521b53 100644
--- a/gnu/packages/jupyter.scm
+++ b/gnu/packages/jupyter.scm
@@ -494,21 +494,19 @@ Mathjax, the JavaScript display engine for mathematics.")
(define-public python-nbclient
(package
(name "python-nbclient")
- (version "0.6.0")
+ (version "0.6.6")
(source
(origin
(method url-fetch)
(uri (pypi-uri "nbclient" version))
(sha256
(base32
- "0cbhs8l8ma5nzm1i4484gsrb7189m1lmniashp929pxsqq1s929z"))))
- (build-system python-build-system)
+ "09whkb8ll1nfdn4h3k0shncgkfak4lglmiwn8wdni6nrc5wnmxqd"))))
+ (build-system pyproject-build-system)
;; Tests require tools from nbconvert, which would introduces a cycle.
(arguments '(#:tests? #false))
(propagated-inputs
- (list python-jupyter-client
- python-nbformat
- python-nest-asyncio
+ (list python-jupyter-client python-jupyter-core python-nbformat
python-traitlets))
(home-page "https://jupyter.org")
(synopsis "Client library for executing notebooks")
- 52/53: gnu: python-asdf-astropy: Add missing test inputs., (continued)
- 52/53: gnu: python-asdf-astropy: Add missing test inputs., guix-commits, 2024/04/21
- 06/53: gnu: r-renv: Update to 1.0.7., guix-commits, 2024/04/21
- 12/53: gnu: r-ggfortify: Update to 0.4.17., guix-commits, 2024/04/21
- 09/53: gnu: r-ggeffects: Update to 1.5.2., guix-commits, 2024/04/21
- 18/53: gnu: r-mlr3misc: Update to 0.15.0., guix-commits, 2024/04/21
- 20/53: gnu: r-tensorflow: Update to 2.16.0., guix-commits, 2024/04/21
- 34/53: gnu: Add python-slicerator., guix-commits, 2024/04/21
- 28/53: gnu: r-alevinqc: Update to 1.18.1., guix-commits, 2024/04/21
- 37/53: gnu: Add python-spatial-image., guix-commits, 2024/04/21
- 35/53: gnu: Add python-xarray-dataclasses., guix-commits, 2024/04/21
- 33/53: gnu: python-nbclient: Update to 0.6.6.,
guix-commits <=
- 43/53: gnu: python-pytest-xdist: Use pyproject-build-system., guix-commits, 2024/04/21
- 45/53: gnu: python-contourpy: Update to 1.1.1., guix-commits, 2024/04/21
- 42/53: gnu: python-jinja2: Update to 3.1.2., guix-commits, 2024/04/21
- 53/53: gnu: python-pydantic-2: Ignore sensitive tests., guix-commits, 2024/04/21
- 51/53: gnu: python-zarr: Update to 2.17.2., guix-commits, 2024/04/21
- 48/53: gnu: python-pandas-2: Skip expensive tests., guix-commits, 2024/04/21
- 50/53: gnu: python-xarray-dataclasses: Add missing test input., guix-commits, 2024/04/21