Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-ipywidgets
Commits:
00a8a873 by Antonio Rojas at 2024-08-23T21:10:40+02:00
upgpkg: 8.1.5-1: Update to 8.1.5
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-ipywidgets
pkgdesc = IPython HTML widgets for Jupyter
- pkgver = 8.1.3
- pkgrel = 2
+ pkgver = 8.1.5
+ pkgrel = 1
url = https://github.com/ipython/ipywidgets
arch = any
license = BSD-3-Clause
@@ -20,9 +20,7 @@ pkgbase = python-ipywidgets
depends = python-ipykernel
depends = python-traitlets
optdepends = jupyterlab-widgets: widgets for Jupyter lab
- source = git+https://github.com/jupyter-widgets/ipywidgets#tag=8.1.3
- source =
https://github.com/jupyter-widgets/ipywidgets/commit/bbc6c064.patch
- sha256sums =
79fb72d85f7cd22f6bc8bde97d9e078ccc395637f2844502a55477d53abf094f
- sha256sums =
df055ab534084dbcb88cfbf21a87e30bd63f0b22201fdbd531fd8c4177af45e2
+ source = git+https://github.com/jupyter-widgets/ipywidgets#tag=8.1.5
+ sha256sums =
d604e88681644839dbf8cd45f93db05b0a346b5f3dcb0c7193ab0a0cecd190b9
pkgname = python-ipywidgets
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
pkgname=python-ipywidgets
_pipname=ipywidgets
-pkgver=8.1.3
-pkgrel=2
+pkgver=8.1.5
+pkgrel=1
pkgdesc='IPython HTML widgets for Jupyter'
arch=(any)
url='https://github.com/ipython/ipywidgets'
@@ -24,15 +24,8 @@ checkdepends=(python-ipykernel
python-jsonschema
python-pytest
python-pytz)
-source=(git+https://github.com/jupyter-widgets/ipywidgets#tag=$pkgver
- https://github.com/jupyter-widgets/ipywidgets/commit/bbc6c064.patch)
-sha256sums=('79fb72d85f7cd22f6bc8bde97d9e078ccc395637f2844502a55477d53abf094f'
- 'df055ab534084dbcb88cfbf21a87e30bd63f0b22201fdbd531fd8c4177af45e2')
-
-prepare() {
- cd ipywidgets
- patch -p1 -i "$srcdir"/bbc6c064.patch # Fix tests with pytest 8
-}
+source=(git+https://github.com/jupyter-widgets/ipywidgets#tag=$pkgver)
+sha256sums=('d604e88681644839dbf8cd45f93db05b0a346b5f3dcb0c7193ab0a0cecd190b9')
build() {
cd ipywidgets/python/ipywidgets
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ipywidgets/-/commit/00a8a873b31a32d3bcc3af34f5d5f3620aa10e37
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ipywidgets/-/commit/00a8a873b31a32d3bcc3af34f5d5f3620aa10e37
You're receiving this email because of your account on gitlab.archlinux.org.