Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
jupyterlab
Commits:
492dc135 by Antonio Rojas at 2024-06-10T15:54:02+02:00
upgpkg: 4.2.2-1: Update to 4.2.2
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = jupyterlab
pkgdesc = JupyterLab computational environment
- pkgver = 4.2.1
+ pkgver = 4.2.2
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.2.1
- sha256sums =
c867030c090caa36a2e48bff0c82dd5e35ffa96991509b62ca00b7b464a15820
+ source = git+https://github.com/jupyterlab/jupyterlab#tag=v4.2.2
+ sha256sums =
6e8ce9f79e81feb7949a6367d4f308f34480aa1ec61d033514efeaf76260b6ac
pkgname = jupyterlab
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=jupyterlab
_pipname=jupyterlab
-pkgver=4.2.1
+pkgver=4.2.2
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=('c867030c090caa36a2e48bff0c82dd5e35ffa96991509b62ca00b7b464a15820')
+sha256sums=('6e8ce9f79e81feb7949a6367d4f308f34480aa1ec61d033514efeaf76260b6ac')
build() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyterlab/-/commit/492dc1356923ebea852aa356bd7482412db6c15a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyterlab/-/commit/492dc1356923ebea852aa356bd7482412db6c15a
You're receiving this email because of your account on gitlab.archlinux.org.