Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
jupyterlab
Commits:
00bd2b63 by Antonio Rojas at 2024-04-08T23:06:34+02:00
upgpkg: 4.1.6-1: Update to 4.1.6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = jupyterlab
pkgdesc = JupyterLab computational environment
- pkgver = 4.1.5
+ pkgver = 4.1.6
pkgrel = 1
url = https://github.com/jupyterlab/jupyterlab
arch = any
@@ -27,7 +27,7 @@ pkgbase = jupyterlab
optdepends = jupyter-collaboration: collaborative mode
optdepends = jupyterlab-widgets: ipywidgets support
optdepends = npm: to install extensions
- source =
https://pypi.io/packages/source/j/jupyterlab/jupyterlab-4.1.5.tar.gz
- sha256sums =
c9ad75290cb10bfaff3624bf3fbb852319b4cce4c456613f8ebbaa98d03524db
+ source =
https://pypi.io/packages/source/j/jupyterlab/jupyterlab-4.1.6.tar.gz
+ sha256sums =
7935f36ba26eb615183a4f5c2bbca5791b5108ce2a00b5505f8cfd100d53648e
pkgname = jupyterlab
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=jupyterlab
_pipname=jupyterlab
-pkgver=4.1.5
+pkgver=4.1.6
pkgrel=1
pkgdesc='JupyterLab computational environment'
arch=(any)
@@ -31,7 +31,7 @@ checkdepends=(npm
python-pytest-jupyter
python-pytest-tornasync)
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('c9ad75290cb10bfaff3624bf3fbb852319b4cce4c456613f8ebbaa98d03524db')
+sha256sums=('7935f36ba26eb615183a4f5c2bbca5791b5108ce2a00b5505f8cfd100d53648e')
build() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyterlab/-/commit/00bd2b6353b9da293cc99fad5f6d30cf20907ba2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyterlab/-/commit/00bd2b6353b9da293cc99fad5f6d30cf20907ba2
You're receiving this email because of your account on gitlab.archlinux.org.