Date: Monday, April 10, 2023 @ 18:23:19 Author: arojas Revision: 1444568
upgpkg: jupyter-notebook-shim 0.2.2-3: Python 3.11 rebuild Modified: jupyter-notebook-shim/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-10 18:18:11 UTC (rev 1444567) +++ PKGBUILD 2023-04-10 18:23:19 UTC (rev 1444568) @@ -3,7 +3,7 @@ _pyname=notebook_shim pkgname=jupyter-notebook-shim pkgver=0.2.2 -pkgrel=2 +pkgrel=3 pkgdesc='Provides a way for JupyterLab and other frontends to switch to Jupyter Server for their Python Web application backend' arch=(any) url='https://github.com/jupyterlab/notebook_shim' @@ -10,7 +10,7 @@ license=(BSD) depends=(jupyter-server) makedepends=(python-build python-installer python-hatchling) -checkdepends=(python-pytest-tornasync) +checkdepends=(python-pytest-tornasync python-pytest-jupyter) source=(https://pypi.python.org/packages/source/n/$_pyname/$_pyname-$pkgver.tar.gz) sha256sums=('090e0baf9a5582ff59b607af523ca2db68ff216da0c69956b62cab2ef4fc9c3f') @@ -21,7 +21,7 @@ check() { cd $_pyname-$pkgver/$_pyname - pytest + pytest -v } package() {
