Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
jupyterlab-widgets
Commits:
4b6191c4 by Antonio Rojas at 2024-05-28T19:02:57+02:00
upgpkg: 3.0.11-1: Update to 3.0.11
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = jupyterlab-widgets
pkgdesc = JupyterLab extension to use ipywidgets
- pkgver = 3.0.10
- pkgrel = 2
+ pkgver = 3.0.11
+ pkgrel = 1
url = https://jupyter.org/
arch = any
license = BSD-3-Clause
@@ -13,7 +13,7 @@ pkgbase = jupyterlab-widgets
depends = python
depends = python-ipywidgets
replaces = jupyter-widgetsnbextension
- source =
https://pypi.io/packages/source/j/jupyterlab_widgets/jupyterlab_widgets-3.0.10.tar.gz
- sha256sums =
04f2ac04976727e4f9d0fa91cdc2f1ab860f965e504c29dbd6a65c882c9d04c0
+ source =
https://pypi.io/packages/source/j/jupyterlab_widgets/jupyterlab_widgets-3.0.11.tar.gz
+ sha256sums =
dd5ac679593c969af29c9bed054c24f26842baa51352114736756bc035deee27
pkgname = jupyterlab-widgets
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_pipname=jupyterlab_widgets
pkgname=${_pipname/_/-}
-pkgver=3.0.10
-pkgrel=2
+pkgver=3.0.11
+pkgrel=1
pkgdesc='JupyterLab extension to use ipywidgets'
arch=(any)
url='https://jupyter.org/'
@@ -17,7 +17,7 @@ makedepends=(python-build
python-setuptools)
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
replaces=(jupyter-widgetsnbextension)
-sha256sums=('04f2ac04976727e4f9d0fa91cdc2f1ab860f965e504c29dbd6a65c882c9d04c0')
+sha256sums=('dd5ac679593c969af29c9bed054c24f26842baa51352114736756bc035deee27')
build() {
cd $_pipname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyterlab-widgets/-/commit/4b6191c4bb2d98ba77fd0d9691e94bcfe6d3c7f1
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyterlab-widgets/-/commit/4b6191c4bb2d98ba77fd0d9691e94bcfe6d3c7f1
You're receiving this email because of your account on gitlab.archlinux.org.