Merge pull request #21020 from podsvirov/python-ipywidgets-update

python-ipywidgets: update to 8.1.3
This commit is contained in:
Christoph Reiter
2024-05-30 11:52:18 +02:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@@ -4,8 +4,8 @@
comm>=0.1.3
ipython>=6.1.0
traitlets>=4.3.1
- widgetsnbextension~=4.0.10
- jupyterlab_widgets~=3.0.10
- widgetsnbextension~=4.0.11
- jupyterlab_widgets~=3.0.11
[options.extras_require]
test =

View File

@@ -6,7 +6,7 @@ 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.2
pkgver=8.1.3
pkgrel=1
pkgdesc="IPython widgets for the Jupyter Notebook (mingw-w64)"
url="https://github.com/jupyter-widgets/ipywidgets"
@@ -26,8 +26,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=('d0b9b41e49bae926a866e613a39b0f0097745d2b9f1f3dd406641b4a57ec42c9'
'c3e13144b5d7dd2f15b93b4f9f4eda1bb70c235c0cae00f039aa0765471e8441')
sha256sums=('f5f9eeaae082b1823ce9eac2575272952f40d748893972956dc09700a6392d9c'
'eb8578aaa6b323f625acad43ac56050ed785a9598805cc53804c1261c651d7a0')
apply_patch_with_msg() {
for _patch in "$@"