python-ipywidgets: update to 8.1.7

This commit is contained in:
Biswapriyo Nath 2025-05-12 05:59:59 +00:00
parent 84d99b94f6
commit 8c9a1fa836
2 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@
ipython>=6.1.0
traitlets>=4.3.1
- widgetsnbextension~=4.0.14
- jupyterlab_widgets~=3.0.14
- jupyterlab_widgets~=3.0.15
[options.extras_require]
test =

View File

@ -3,7 +3,7 @@
_realname=ipywidgets
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=8.1.6
pkgver=8.1.7
pkgrel=1
pkgdesc="IPython widgets for the Jupyter Notebook (mingw-w64)"
url="https://github.com/jupyter-widgets/ipywidgets"
@ -22,8 +22,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=('d8ace49c66f14419fc66071371b99d01bed230bbc15d8a60233b18bfbd782851'
'f5aaf1b81885d35319f94c32e5fc02219f3d1c2cf2d388d7c23cdb93a0a0dd2a')
sha256sums=('15f1ac050b9ccbefd45dccfbb2ef6bed0029d8278682d569d71b8dd96bee0376'
'd15f4b7c52b27c349a7464cad2c8d90f2ecd689518ea0259c806ccab8d7ea33c')
apply_patch_with_msg() {
for _patch in "$@"