[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
131/361: gnu: python-widgetsnbextension: Update to 4.0.10.
From: |
guix-commits |
Subject: |
131/361: gnu: python-widgetsnbextension: Update to 4.0.10. |
Date: |
Fri, 22 Nov 2024 06:00:26 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit c769eb0bb12c7ef4516b0b3ce07eda022110f24e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri May 10 10:07:29 2024 +0200
gnu: python-widgetsnbextension: Update to 4.0.10.
* gnu/packages/python-xyz.scm (python-widgetsnbextension): Update to 4.0.10.
[build-system]: Use pyproject-build-system.
[native-inputs]: Add python-jupyter-packaging, python-setuptools, and
python-wheel.
[propagated-inputs]: Remove python-notebook.
Change-Id: I63519916b234a45b352d0ea850566a1de42315c7
---
gnu/packages/python-xyz.scm | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index bcb1f991ba..45ec81d20c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18260,17 +18260,19 @@ interactive computing.")
(define-public python-widgetsnbextension
(package
(name "python-widgetsnbextension")
- (version "3.5.1")
+ (version "4.0.10")
(source
(origin
(method url-fetch)
(uri (pypi-uri "widgetsnbextension" version))
(sha256
(base32
- "1ismyaxbv9d56yqqqb8xl58hg0iq0bbyy014a53y1g3hfbc8g7q7"))))
- (build-system python-build-system)
- (propagated-inputs
- (list python-notebook))
+ "13v88h3cvlf4cs70j568abr04w0bzckl56k9iqx1iadrydgnq6b4"))))
+ (build-system pyproject-build-system)
+ (native-inputs
+ (list python-jupyter-packaging
+ python-setuptools
+ python-wheel))
(home-page "https://ipython.org")
(synopsis "IPython HTML widgets for Jupyter")
(description "This package provides interactive HTML widgets for Jupyter
- 114/361: gnu: python-sphinx-pytest: Update to 0.2.0., (continued)
- 114/361: gnu: python-sphinx-pytest: Update to 0.2.0., guix-commits, 2024/11/22
- 113/361: gnu: python-jupyterlab-server: Update to 2.27.1., guix-commits, 2024/11/22
- 108/361: gnu: python-openapi-spec-validator: Update to 0.7.1., guix-commits, 2024/11/22
- 117/361: gnu: repo2docker: Update to 2024.03.0., guix-commits, 2024/11/22
- 116/361: gnu: Add python-sphinxext-rediraffe., guix-commits, 2024/11/22
- 118/361: gnu: Add python-pytoolconfig., guix-commits, 2024/11/22
- 124/361: gnu: python-nbclient: Update to 0.10.0., guix-commits, 2024/11/22
- 126/361: gnu: python-sphinx-4: Inherit from python-sphinx-5., guix-commits, 2024/11/22
- 119/361: gnu: Add python-whatthepatch., guix-commits, 2024/11/22
- 130/361: gnu: python-nbconvert: Update to 7.16.4., guix-commits, 2024/11/22
- 131/361: gnu: python-widgetsnbextension: Update to 4.0.10.,
guix-commits <=
- 134/361: gnu: python-jupyterlab-widgets: Update to 3.0.10., guix-commits, 2024/11/22
- 141/361: gnu: python-mutagen: Move to pyproject-build-system., guix-commits, 2024/11/22
- 147/361: gnu: python-docker-pycreds: Move to pyproject-build-system., guix-commits, 2024/11/22
- 145/361: gnu: vdirsyncer: Move to pyproject-build-system and enable tests., guix-commits, 2024/11/22
- 150/361: gnu: python-xcffib: Move to (gnu packages xorg)., guix-commits, 2024/11/22
- 154/361: gnu: python-alembic: Move to pyproject-build-system., guix-commits, 2024/11/22
- 161/361: gnu: zulip-term: Move to pyproject-build-system., guix-commits, 2024/11/22
- 159/361: gnu: python-arrow: Move to pyproject-build-system., guix-commits, 2024/11/22
- 157/361: gnu: python-conda-package-handling: Move to pyproject-build-system., guix-commits, 2024/11/22
- 162/361: gnu: python-pypujs: Improve package style., guix-commits, 2024/11/22