Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
jupyterlab
Commits:
75c692f3 by Antonio Rojas at 2024-11-16T18:41:13+01:00
upgpkg: 4.3.1-1: Update to 4.3.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = jupyterlab
pkgdesc = JupyterLab computational environment
- pkgver = 4.3.0
+ pkgver = 4.3.1
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.3.0
- sha256sums =
5cca6c2359dc164e8213b56589ee2fb5c816f56790633529ba218371f606b8b7
+ source = git+https://github.com/jupyterlab/jupyterlab#tag=v4.3.1
+ sha256sums =
6d24ed3dcdb183a8ab7e0c462f6d7f524d01c0ae0dd590da409228e00a2dc0d6
pkgname = jupyterlab
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=jupyterlab
_pipname=jupyterlab
-pkgver=4.3.0
+pkgver=4.3.1
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=('5cca6c2359dc164e8213b56589ee2fb5c816f56790633529ba218371f606b8b7')
+sha256sums=('6d24ed3dcdb183a8ab7e0c462f6d7f524d01c0ae0dd590da409228e00a2dc0d6')
build() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyterlab/-/commit/75c692f385abfc78cf4d7c55a3bfb2939ceb303d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyterlab/-/commit/75c692f385abfc78cf4d7c55a3bfb2939ceb303d
You're receiving this email because of your account on gitlab.archlinux.org.