Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / jupyterlab
Commits: ca703fed by Antonio Rojas at 2024-12-18T22:54:01+01:00 upgpkg: 4.3.4-1: Update to 4.3.4 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = jupyterlab pkgdesc = JupyterLab computational environment - pkgver = 4.3.3 - pkgrel = 2 + pkgver = 4.3.4 + pkgrel = 1 url = https://github.com/jupyterlab/jupyterlab arch = any license = LicenseRef-JupyterLab @@ -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.3 - sha256sums = 985408d09e563b17c7e1bf8ecab1046f7389b8491b77af38863fd9a7d5fe890b + source = git+https://github.com/jupyterlab/jupyterlab#tag=v4.3.4 + sha256sums = 1604c66afae2795f7689827d4085d9da24f8de0aadd1c890a74c89325944d541 pkgname = jupyterlab ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ pkgname=jupyterlab _pipname=jupyterlab -pkgver=4.3.3 -pkgrel=2 +pkgver=4.3.4 +pkgrel=1 pkgdesc='JupyterLab computational environment' arch=(any) url='https://github.com/jupyterlab/jupyterlab' @@ -33,7 +33,7 @@ checkdepends=(npm python-pytest-jupyter python-pytest-tornasync) source=(git+https://github.com/jupyterlab/jupyterlab#tag=v$pkgver) -sha256sums=('985408d09e563b17c7e1bf8ecab1046f7389b8491b77af38863fd9a7d5fe890b') +sha256sums=('1604c66afae2795f7689827d4085d9da24f8de0aadd1c890a74c89325944d541') build() { cd $pkgname View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jupyterlab/-/commit/ca703fed756c339583f0a0571128c62860a03998 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jupyterlab/-/commit/ca703fed756c339583f0a0571128c62860a03998 You're receiving this email because of your account on gitlab.archlinux.org.