From e2f7120771d7b156bbe436b9032e564e0cfb5b00 Mon Sep 17 00:00:00 2001 From: David Beauchamp Date: Mon, 5 Feb 2024 12:52:49 -0500 Subject: [PATCH] extra/jupyterlab to 4.1.0-1 --- extra/jupyterlab/.SRCINFO | 7 ++++--- extra/jupyterlab/PKGBUILD | 5 +++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/extra/jupyterlab/.SRCINFO b/extra/jupyterlab/.SRCINFO index 134de1510..c95063117 100644 --- a/extra/jupyterlab/.SRCINFO +++ b/extra/jupyterlab/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = jupyterlab pkgdesc = JupyterLab computational environment - pkgver = 4.0.12 + pkgver = 4.1.0 pkgrel = 1 url = https://github.com/jupyterlab/jupyterlab arch = any @@ -16,6 +16,7 @@ pkgbase = jupyterlab depends = jupyter-server depends = python depends = python-async-lru + depends = python-httpx depends = python-importlib-metadata depends = python-ipykernel depends = python-jupyter-core @@ -26,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.0.12.tar.gz - sha256sums = 965d92efa82a538ed70ccb3968d9aabba788840da882e13d7b061780cdedc3b7 + source = https://pypi.io/packages/source/j/jupyterlab/jupyterlab-4.1.0.tar.gz + sha256sums = 92cdfd86c53e163fb9e91e14497901153536c5a889c9225dade270f6107a077f pkgname = jupyterlab diff --git a/extra/jupyterlab/PKGBUILD b/extra/jupyterlab/PKGBUILD index b24fe37c8..4b703a2c0 100644 --- a/extra/jupyterlab/PKGBUILD +++ b/extra/jupyterlab/PKGBUILD @@ -5,7 +5,7 @@ pkgname=jupyterlab _pipname=jupyterlab -pkgver=4.0.12 +pkgver=4.1.0 pkgrel=1 pkgdesc='JupyterLab computational environment' arch=(any) @@ -15,6 +15,7 @@ depends=(jupyter-notebook-shim jupyter-server python python-async-lru + python-httpx python-importlib-metadata python-ipykernel python-jupyter-core @@ -33,7 +34,7 @@ checkdepends=(npm python-pytest-jupyter python-pytest-tornasync) source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz) -sha256sums=('965d92efa82a538ed70ccb3968d9aabba788840da882e13d7b061780cdedc3b7') +sha256sums=('92cdfd86c53e163fb9e91e14497901153536c5a889c9225dade270f6107a077f') build() { cd $pkgname-$pkgver