Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
jupyterlab
Commits:
a0fca352 by Antonio Rojas at 2026-02-23T22:45:38+01:00
upgpkg: 4.5.5-1: Upstream update
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = jupyterlab
pkgdesc = JupyterLab computational environment
- pkgver = 4.5.4
+ pkgver = 4.5.5
pkgrel = 1
url = https://github.com/jupyterlab/jupyterlab
arch = any
@@ -29,7 +29,7 @@ pkgbase = jupyterlab
optdepends = jupyterlab-lsp: LSP extension
optdepends = jupyterlab-widgets: ipywidgets support
optdepends = npm: to install extensions
- source = git+https://github.com/jupyterlab/jupyterlab#tag=v4.5.4
- sha256sums =
0817f5a0feff873146b2790cfda3856b4780e221b9d9384c048646216470f7bf
+ source = git+https://github.com/jupyterlab/jupyterlab#tag=v4.5.5
+ sha256sums =
66912fdc5fccc4b60b89293ecb954cf8e3c1822801482c97655885c689a80090
pkgname = jupyterlab
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=jupyterlab
_pipname=jupyterlab
-pkgver=4.5.4
+pkgver=4.5.5
pkgrel=1
pkgdesc='JupyterLab computational environment'
arch=(any)
@@ -33,7 +33,7 @@ checkdepends=(npm
python-pytest-jupyter
python-pytest-tornasync)
source=(git+https://github.com/jupyterlab/jupyterlab#tag=v$pkgver)
-sha256sums=('0817f5a0feff873146b2790cfda3856b4780e221b9d9384c048646216470f7bf')
+sha256sums=('66912fdc5fccc4b60b89293ecb954cf8e3c1822801482c97655885c689a80090')
build() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyterlab/-/commit/a0fca35260597fa934d304d2300d24217c9bf836
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyterlab/-/commit/a0fca35260597fa934d304d2300d24217c9bf836
You're receiving this email because of your account on gitlab.archlinux.org.