From 8d87246b43fa7750a4527967eccd9044bcc2d130 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Mon, 19 Dec 2022 22:14:40 +0000 Subject: [PATCH] community/jupyterlab to 3.5.2-1 --- community/jupyterlab/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/jupyterlab/PKGBUILD b/community/jupyterlab/PKGBUILD index 23e8bc4c5..a98d2c866 100644 --- a/community/jupyterlab/PKGBUILD +++ b/community/jupyterlab/PKGBUILD @@ -5,7 +5,7 @@ pkgname=jupyterlab _pipname=jupyterlab -pkgver=3.5.1 +pkgver=3.5.2 pkgrel=1 pkgdesc='JupyterLab computational environment' arch=(any) @@ -14,10 +14,10 @@ license=(custom) makedepends=(python-build python-installer python-pre-commit) depends=(python-jupyterlab_server python-jupyter_packaging jupyter-notebook-shim nodejs) optdepends=('npm: to install extensions' 'jupyterlab-widgets: ipywidgets support') -checkdepends=('python-pytest-tornasync' 'npm') +checkdepends=(python-pytest-tornasync python-pytest-jupyter npm) source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz no-nbclassic.patch) -sha256sums=('59a1b2d79d4b3ebee4d997c8bed8cf450f460c7c35f46b613a93f0b7712b47fc' +sha256sums=('10ac094215ffb872ddffbe2982bf1c039a79fecc326e191e7cc5efd84f331dad' 'c81b7b957622b7ea68589daa568bba96a8955e768aea0bce60c27fa041e07cc4') prepare() {