Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
jupyterlab
Commits:
83cb8f5c by Antonio Rojas at 2024-05-06T19:43:16+02:00
upgpkg: 4.2.0-1: Update to 4.2.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = jupyterlab
pkgdesc = JupyterLab computational environment
- pkgver = 4.1.8
+ pkgver = 4.2.0
pkgrel = 1
url = https://github.com/jupyterlab/jupyterlab
arch = any
@@ -28,7 +28,7 @@ pkgbase = jupyterlab
optdepends = jupyter-collaboration: collaborative mode
optdepends = jupyterlab-widgets: ipywidgets support
optdepends = npm: to install extensions
- source = git+https://github.com/jupyterlab/jupyterlab#tag=v4.1.8
- sha256sums =
451b3afcfeed70f5706c7d18ad08f11f43b92992e9285979ca50af4463c839a9
+ source = git+https://github.com/jupyterlab/jupyterlab#tag=v4.2.0
+ sha256sums =
275fcf3831f8302ea3d7f343847747b4fa7abef96df0d34a518941d739c4dc6b
pkgname = jupyterlab
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=jupyterlab
_pipname=jupyterlab
-pkgver=4.1.8
+pkgver=4.2.0
pkgrel=1
pkgdesc='JupyterLab computational environment'
arch=(any)
@@ -32,7 +32,7 @@ checkdepends=(npm
python-pytest-jupyter
python-pytest-tornasync)
source=(git+https://github.com/jupyterlab/jupyterlab#tag=v$pkgver)
-sha256sums=('451b3afcfeed70f5706c7d18ad08f11f43b92992e9285979ca50af4463c839a9')
+sha256sums=('275fcf3831f8302ea3d7f343847747b4fa7abef96df0d34a518941d739c4dc6b')
build() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyterlab/-/commit/83cb8f5c03e125d9a49799d232a620e0bfd275d7
--
This project does not include diff previews in email notifications.
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyterlab/-/commit/83cb8f5c03e125d9a49799d232a620e0bfd275d7
You're receiving this email because of your account on gitlab.archlinux.org.