Skip to content

Commit

Permalink
python-ipywidgets: update to 8.1.5 (msys2#22752)
Browse files Browse the repository at this point in the history
  • Loading branch information
podsvirov authored Dec 6, 2024
1 parent 0c4aeea commit 6d078fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -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 =
8 changes: 4 additions & 4 deletions mingw-w64-python-ipywidgets/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand All @@ -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 "$@"
Expand Down

0 comments on commit 6d078fd

Please sign in to comment.