[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
132/224: gnu: python-nbconvert: Update to 7.16.4.
From: |
guix-commits |
Subject: |
132/224: gnu: python-nbconvert: Update to 7.16.4. |
Date: |
Tue, 15 Oct 2024 16:32:40 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 00a640cead338a0e2aebfe95fa8db429f41716ff
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri May 10 09:46:34 2024 +0200
gnu: python-nbconvert: Update to 7.16.4.
* gnu/packages/python-xyz.scm (python-nbconvert): Update to 7.16.4.
[arguments]: Adjust test flags.
[native-inputs]: Add python-flaky and python-hatchling; remove
python-setuptools and python-wheel.
[propagated-inputs]: Remove python-entrypoints and python-testpath; add
python-importlib-metadata, python-markupsafe, python-packaging,
python-tinycss2, and texlive-soul.
Change-Id: I03ae560aaabd6b31bb1e5794efc4636315be3989
---
gnu/packages/python-xyz.scm | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index bcd49a825c..82fc2ccad3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17894,20 +17894,19 @@ time.")
(define-public python-nbconvert
(package
(name "python-nbconvert")
- (version "6.5.0")
+ (version "7.16.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "nbconvert" version))
(sha256
(base32
- "17g9xq4za7vvzml6l6d8zrzknhxsvgx02hymmsw9d1dygbi4cgi2"))))
+ "1x7pz43nhlq3hwjn7cv753gapzwav6wwb9kgr66l82kb4sx93jl6"))))
(build-system pyproject-build-system)
(arguments
(list
#:test-flags
- '(list "--pyargs" "nbconvert"
- "-k"
+ '(list "-k"
(string-append
;; These tests require pyppeteer, not yet
;; available in Guix.
@@ -17959,29 +17958,29 @@ time.")
(inputs
(list inkscape/stable pandoc))
(native-inputs
- (list python-ipykernel
+ (list python-flaky
+ python-hatchling
+ python-ipykernel
;; Adding ipywidgets would create a cycle.
;;python-ipywidgets
- ;; XXX: Disabled, not in guix.
- ;;python-pyppeteer
python-pytest
- python-pytest-xdist
- python-setuptools
- python-wheel))
+ python-pytest-xdist))
(propagated-inputs
(list python-beautifulsoup4
python-bleach
python-defusedxml
- python-entrypoints
+ python-importlib-metadata
python-jinja2
python-jupyter-core
+ python-jupyterlab-pygments
+ python-markupsafe
python-mistune
python-nbclient
python-nbformat
+ python-packaging
python-pandocfilters
python-pygments
- python-jupyterlab-pygments
- python-testpath
+ python-tinycss2
python-traitlets
;; Required, even if [serve] is not used.
python-tornado-6
@@ -18013,6 +18012,7 @@ time.")
texlive-pdfcol
texlive-pgf
texlive-rsfs
+ texlive-soul
texlive-stringenc
texlive-tcolorbox
texlive-titling
- 106/224: gnu: python-sparqlkernel: Patch install script., (continued)
- 106/224: gnu: python-sparqlkernel: Patch install script., guix-commits, 2024/10/15
- 110/224: gnu: python-cattrs: Update to 23.2.3., guix-commits, 2024/10/15
- 114/224: gnu: python-jupyterlab-server: Update to 2.27.1., guix-commits, 2024/10/15
- 121/224: gnu: Add python-whatthepatch., guix-commits, 2024/10/15
- 123/224: gnu: python-rope: Update to 1.13.0., guix-commits, 2024/10/15
- 122/224: gnu: python-platformdirs: Update to 4.2.1., guix-commits, 2024/10/15
- 126/224: gnu: python-nbclient: Update to 0.10.0., guix-commits, 2024/10/15
- 127/224: gnu: python-sphinx-5: Disable failing tests., guix-commits, 2024/10/15
- 129/224: gnu: python-pyls-black: Add missing input., guix-commits, 2024/10/15
- 131/224: gnu: python-mistune: Update to 3.0.2., guix-commits, 2024/10/15
- 132/224: gnu: python-nbconvert: Update to 7.16.4.,
guix-commits <=
- 134/224: gnu: Add python-comm., guix-commits, 2024/10/15
- 139/224: gnu: python-transient: Move to pyproject-build-system., guix-commits, 2024/10/15
- 140/224: gnu: python-black: Move to pyproject-build-system., guix-commits, 2024/10/15
- 137/224: gnu: python-ipywidgets: Update to 8.1.2., guix-commits, 2024/10/15
- 141/224: gnu: python-isort: Move to pyproject-build-system., guix-commits, 2024/10/15
- 146/224: gnu: python-aionotify: Update to 0.3.0., guix-commits, 2024/10/15
- 143/224: gnu: python-mutagen: Move to pyproject-build-system., guix-commits, 2024/10/15
- 147/224: gnu: vdirsyncer: Move to pyproject-build-system and enable tests., guix-commits, 2024/10/15
- 149/224: gnu: python-docker-pycreds: Move to pyproject-build-system., guix-commits, 2024/10/15
- 148/224: gnu: python-django-localflavor: Move to pyproject-build-system., guix-commits, 2024/10/15