[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
135/361: gnu: python-ipywidgets: Update to 8.1.2.
From: |
guix-commits |
Subject: |
135/361: gnu: python-ipywidgets: Update to 8.1.2. |
Date: |
Fri, 22 Nov 2024 06:00:27 -0500 (EST) |
andreas pushed a commit to branch python-team
in repository guix.
commit 4d51af4ca5fb8afc149884dfdfc0bb1551945a0b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri May 10 11:40:24 2024 +0200
gnu: python-ipywidgets: Update to 8.1.2.
* gnu/packages/python-xyz.scm (python-ipywidgets): Update to 8.1.2.
[propagated-inputs]: Add python-comm; remove python-ipykernel and
python-nbformat.
[native-inputs]: Add python-ipykernel, python-jsonschema, and python-pytz;
remove python-mock.
Change-Id: Idaffb279c72af0c1ee3cb68ee18866a8b47622c4
---
gnu/packages/python-xyz.scm | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9c0a931ac7..65852ad511 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -18276,24 +18276,21 @@ notebooks.")
(define-public python-ipywidgets
(package
(name "python-ipywidgets")
- (version "7.6.3")
+ (version "8.1.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "ipywidgets" version))
(sha256
(base32
- "1w217j8i53x14l7b05fk300k222zs9vkcjaa1rbrw3sk43k466lz"))))
+ "1ja2xibll6v40va3s7wz5dfp95q01yds64z6csl2dsds94gb9ffh"))))
(build-system python-build-system)
(propagated-inputs
- (list python-ipykernel
- python-ipython
- python-jupyterlab-widgets
- python-nbformat
- python-traitlets
- python-widgetsnbextension))
+ (list python-comm python-ipython python-jupyterlab-widgets
+ python-traitlets python-widgetsnbextension))
(native-inputs
- (list python-mock python-pytest python-pytest-cov))
+ (list python-ipykernel python-jsonschema python-pytest python-pytest-cov
+ python-pytz))
(home-page "https://ipython.org")
(synopsis "IPython HTML widgets for Jupyter")
(description "Ipywidgets are interactive HTML widgets for Jupyter
- 309/361: gnu: python-filelock: Update to 3.16.1., (continued)
- 309/361: gnu: python-filelock: Update to 3.16.1., guix-commits, 2024/11/22
- 308/361: gnu: python-pytest-mock: Update to 3.14.0., guix-commits, 2024/11/22
- 310/361: gnu: python-pytest-xdist: Update to 3.6.1., guix-commits, 2024/11/22
- 314/361: gnu: python-openpyxl: Update to 3.1.5., guix-commits, 2024/11/22
- 322/361: gnu: python-execnet: Update to 2.1.1., guix-commits, 2024/11/22
- 325/361: gnu: python-trove-classifiers: Update to 2024.10.21.16., guix-commits, 2024/11/22
- 327/361: gnu: python-editables: Update to 0.5., guix-commits, 2024/11/22
- 341/361: gnu: python-pytest-localserver: Update to 0.9.0.post0., guix-commits, 2024/11/22
- 347/361: gnu: python-blinker: Update to 1.9.0., guix-commits, 2024/11/22
- 354/361: gnu: python-flasgger: Update to 0.9.7.1., guix-commits, 2024/11/22
- 135/361: gnu: python-ipywidgets: Update to 8.1.2.,
guix-commits <=
- 220/361: gnu: build-system/pyproject: Add missing native-inputs., guix-commits, 2024/11/22
- 226/361: gnu: python-assay: Add missing inputs., guix-commits, 2024/11/22
- 262/361: gnu: python-pandera: Adjust inputs., guix-commits, 2024/11/22
- 264/361: gnu: hangups: Fix build., guix-commits, 2024/11/22
- 263/361: gnu: python-urwid: Update to 2.6.16., guix-commits, 2024/11/22
- 283/361: gnu: python-mediafile: Update to 0.13.0., guix-commits, 2024/11/22
- 359/361: gnu: python-pytest-mpl: Update to 0.17.0., guix-commits, 2024/11/22
- 122/361: gnu: python-lsp-jsonrpc: Update to 1.1.2., guix-commits, 2024/11/22
- 305/361: gnu: python-pexpect: Update to 4.9.0., guix-commits, 2024/11/22
- 196/361: gnu: python-flake8-isort: Move to pyproject-build-system., guix-commits, 2024/11/22