[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
109/166: gnu: python-nbclient: Update to 0.6.0.
From: |
guix-commits |
Subject: |
109/166: gnu: python-nbclient: Update to 0.6.0. |
Date: |
Tue, 19 Apr 2022 09:18:05 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython+polyglossia
in repository guix.
commit 5e0136a57d764af6884b0ffce3c3bdb33284049a
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Apr 13 11:19:59 2022 -0400
gnu: python-nbclient: Update to 0.6.0.
* gnu/packages/jupyter.scm (python-nbclient): Update to 0.6.0.
[tests?]: Update comment.
[propagated-inputs]: Remove python-async-generator.
[native-inputs]: Delete field.
[description]: Fix spacing.
---
gnu/packages/jupyter.scm | 37 +++++++++----------------------------
1 file changed, 9 insertions(+), 28 deletions(-)
diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm
index ce3f1b1384..3d2a8de617 100644
--- a/gnu/packages/jupyter.scm
+++ b/gnu/packages/jupyter.scm
@@ -341,46 +341,27 @@ are interactive HTML widgets for Jupyter notebooks and
the IPython kernel.")
(define-public python-nbclient
(package
(name "python-nbclient")
- (version "0.5.3")
+ (version "0.6.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "nbclient" version))
(sha256
(base32
- "172q4r6mq0lg394di0pc6ipvniy14jg38wkdsj48r366609jf5yv"))))
+ "0cbhs8l8ma5nzm1i4484gsrb7189m1lmniashp929pxsqq1s929z"))))
(build-system python-build-system)
- ;; Tests require a kernel via python-ipykernel, and also tools from
- ;; nbconvert.
+ ;; Tests require tools from nbconvert, which would introduces a cycle.
(arguments '(#:tests? #false))
(propagated-inputs
- (list python-async-generator python-jupyter-client python-nbformat
- python-nest-asyncio python-traitlets))
- (native-inputs
- (list python-black
- python-bumpversion
- python-check-manifest
- python-codecov
- python-coverage
- python-flake8
- ;; ("python-ipykernel" ,python-ipykernel)
- ;; ("python-ipython" ,python-ipython)
- ;; ("python-ipywidgets" ,python-ipywidgets)
- python-mypy
- python-pip
- python-pytest
- python-pytest-cov
- python-setuptools
- python-testpath
- python-tox
- python-twine
- python-wheel
- python-xmltodict))
+ (list python-jupyter-client
+ python-nbformat
+ python-nest-asyncio
+ python-traitlets))
(home-page "https://jupyter.org")
(synopsis "Client library for executing notebooks")
(description
- "This package provides a client library for executing notebooks. Formerly
-nbconvert's @code{ExecutePreprocessor.}")
+ "This package provides a client library for executing notebooks.
+It was formerly known as nbconvert's @code{ExecutePreprocessor.}")
(license license:bsd-3)))
(define-public repo2docker
- 153/166: gnu: python-pandas: Update to 1.4.2., (continued)
- 153/166: gnu: python-pandas: Update to 1.4.2., guix-commits, 2022/04/19
- 161/166: gnu: python-jupyter-protocol: Update to 0.2.0., guix-commits, 2022/04/19
- 105/166: gnu: python-ipykernel: Update to 6.13.0., guix-commits, 2022/04/19
- 91/166: gnu: python-flask: Update to 2.1.1., guix-commits, 2022/04/19
- 96/166: gnu: Add python-pydevd., guix-commits, 2022/04/19
- 99/166: gnu: Add python-pytest-forked-next., guix-commits, 2022/04/19
- 100/166: gnu: python-pytest-xdist-next: Update to 2.5.0., guix-commits, 2022/04/19
- 103/166: gnu: python-jupyter-core: Update to 4.10.0., guix-commits, 2022/04/19
- 104/166: gnu: python-jupyter-client: Update to 7.2.2., guix-commits, 2022/04/19
- 107/166: gnu: python-ipyparallel: Update to 8.2.1., guix-commits, 2022/04/19
- 109/166: gnu: python-nbclient: Update to 0.6.0.,
guix-commits <=
- 112/166: gnu: Add texlive-lm-math., guix-commits, 2022/04/19
- 114/166: gnu: Add python-jupyter-server-mathjax., guix-commits, 2022/04/19
- 116/166: gnu: python-send2trash: Update to 1.8.0 and update home page., guix-commits, 2022/04/19
- 118/166: gnu: Add python-nbdime., guix-commits, 2022/04/19
- 117/166: gnu: python-notebook: Update to 6.4.10., guix-commits, 2022/04/19
- 121/166: gnu: Add python-pep621., guix-commits, 2022/04/19
- 122/166: gnu: Add python-sphinx-theme-builder., guix-commits, 2022/04/19
- 123/166: gnu: Add python-sphinx-sitemap., guix-commits, 2022/04/19
- 124/166: gnu: texlive-fontspec: Add missing propagated inputs., guix-commits, 2022/04/19
- 125/166: gnu: texlive-polyglossia: Rename and fix package., guix-commits, 2022/04/19