[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
109/204: gnu: python-nbclient: Update to 0.6.0.
From: |
guix-commits |
Subject: |
109/204: gnu: python-nbclient: Update to 0.6.0. |
Date: |
Wed, 20 Apr 2022 02:03:29 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit 87458a5ce59260b46d07d0c7011cdb4a924b3394
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
- 52/204: gnu: Add python-jaraco-classes., (continued)
- 52/204: gnu: Add python-jaraco-classes., guix-commits, 2022/04/20
- 53/204: gnu: Add python-jaraco-context., guix-commits, 2022/04/20
- 54/204: gnu: Add python-jaraco-functools., guix-commits, 2022/04/20
- 56/204: gnu: Add python-path., guix-commits, 2022/04/20
- 42/204: gnu: Add python-types-pytz., guix-commits, 2022/04/20
- 76/204: gnu: Add java-antlr4-runtime-cpp., guix-commits, 2022/04/20
- 79/204: gnu: Add python-cffsubr., guix-commits, 2022/04/20
- 87/204: gnu: Add font-sil-ezra., guix-commits, 2022/04/20
- 104/204: gnu: python-jupyter-client: Update to 7.2.2., guix-commits, 2022/04/20
- 106/204: gnu: Add python-pytest-tornado., guix-commits, 2022/04/20
- 109/204: gnu: python-nbclient: Update to 0.6.0.,
guix-commits <=
- 110/204: gnu: python-bleach: Update to 5.0.0., guix-commits, 2022/04/20
- 10/204: gnu: python-ipython: Update to 8.2.0 [fixes CVE-2022-21699]., guix-commits, 2022/04/20
- 11/204: gnu: python-nbformat: Update to 5.3.0., guix-commits, 2022/04/20
- 12/204: gnu: Add texlive-paralist., guix-commits, 2022/04/20
- 18/204: gnu: Add texlive-zref., guix-commits, 2022/04/20
- 14/204: gnu: Add texlive-metalogo., guix-commits, 2022/04/20
- 25/204: gnu: python-fonttools-with-test: Rename to python-fonttools-full., guix-commits, 2022/04/20
- 34/204: gnu: Add python-ufoprocessor., guix-commits, 2022/04/20
- 29/204: gnu: Add python-fontparts-bootstrap., guix-commits, 2022/04/20
- 35/204: gnu: Add python-ufonormalizer., guix-commits, 2022/04/20