From 6d078fd6f78fb68e3d46f4217f7ccd5e4ecc0dd3 Mon Sep 17 00:00:00 2001 From: Konstantin Podsvirov Date: Sat, 7 Dec 2024 01:53:43 +0300 Subject: [PATCH] python-ipywidgets: update to 8.1.5 (#22752) --- .../0001-ipywidgets-8.1.1-skip-opt-deps.patch | 8 ++++---- mingw-w64-python-ipywidgets/PKGBUILD | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/mingw-w64-python-ipywidgets/0001-ipywidgets-8.1.1-skip-opt-deps.patch b/mingw-w64-python-ipywidgets/0001-ipywidgets-8.1.1-skip-opt-deps.patch index 6765b2ac57..f872a1d958 100644 --- a/mingw-w64-python-ipywidgets/0001-ipywidgets-8.1.1-skip-opt-deps.patch +++ b/mingw-w64-python-ipywidgets/0001-ipywidgets-8.1.1-skip-opt-deps.patch @@ -1,11 +1,11 @@ ---- ipywidgets-8.1.2/setup.cfg 2024-02-08 22:16:42.017725800 +0300 -+++ python-build-UCRT64/setup.cfg 2024-02-08 22:18:04.148365300 +0300 +--- ipywidgets-8.1.5/setup.cfg 2024-08-22 15:19:20.538261000 +0300 ++++ python-build-UCRT64/setup.cfg 2024-12-06 23:54:09.002374000 +0300 @@ -34,8 +34,6 @@ comm>=0.1.3 ipython>=6.1.0 traitlets>=4.3.1 -- widgetsnbextension~=4.0.11 -- jupyterlab_widgets~=3.0.11 +- widgetsnbextension~=4.0.12 +- jupyterlab_widgets~=3.0.12 [options.extras_require] test = diff --git a/mingw-w64-python-ipywidgets/PKGBUILD b/mingw-w64-python-ipywidgets/PKGBUILD index edca0e0e8e..7139bcadee 100644 --- a/mingw-w64-python-ipywidgets/PKGBUILD +++ b/mingw-w64-python-ipywidgets/PKGBUILD @@ -6,8 +6,8 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}") -pkgver=8.1.3 -pkgrel=2 +pkgver=8.1.5 +pkgrel=1 pkgdesc="IPython widgets for the Jupyter Notebook (mingw-w64)" url="https://github.com/jupyter-widgets/ipywidgets" arch=('any') @@ -25,8 +25,8 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" optdepends=("${MINGW_PACKAGE_PREFIX}-python-jupyterlab-widgets: widgets for Jupyter lab") source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz" '0001-ipywidgets-8.1.1-skip-opt-deps.patch') -sha256sums=('f5f9eeaae082b1823ce9eac2575272952f40d748893972956dc09700a6392d9c' - 'eb8578aaa6b323f625acad43ac56050ed785a9598805cc53804c1261c651d7a0') +sha256sums=('870e43b1a35656a80c18c9503bbf2d16802db1cb487eec6fab27d683381dde17' + 'b11f6c9178d9a168a23e966a9b84253d0e5fb91f992ab7bfdc53928c139b674f') apply_patch_with_msg() { for _patch in "$@"