Date: Friday, December 23, 2022 @ 07:50:45 Author: arojas Revision: 1365297
upgpkg: jupyter-server 2.0.5-1: Update to 2.0.5 Modified: jupyter-server/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-12-23 07:38:13 UTC (rev 1365296) +++ PKGBUILD 2022-12-23 07:50:45 UTC (rev 1365297) @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=jupyter-server -pkgver=2.0.4 +pkgver=2.0.5 pkgrel=1 pkgdesc='Provides the backend for Jupyter web applications like Jupyter notebook, JupyterLab, and Voila' arch=(any) @@ -11,10 +11,10 @@ python-jinja python-send2trash python-anyio python-jupyter_packaging python-websocket-client python-requests-unixsocket python-argon2_cffi python-jupyter-events) makedepends=(python-build python-installer python-hatch-jupyter-builder) -checkdepends=(python-pytest-tornasync python-pytest-console-scripts python-pytest-timeout) +checkdepends=(python-pytest-tornasync python-pytest-console-scripts python-pytest-timeout python-pytest-jupyter) optdepends=('jupyter-server-mathjax: to use local MathJax') source=(https://pypi.io/packages/source/j/${pkgname/-/_}/${pkgname/-/_}-$pkgver.tar.gz) -sha256sums=('fdc7d9d1e0e27a9418db87da752534205dfe92bdaf6127cee7be8741a7f22c5e') +sha256sums=('0d9e63d40412334dfa348cef8bfe8415b973752d12ca3afd64f0ea478e52aa4a') build() { cd ${pkgname/-/_}-$pkgver @@ -23,7 +23,6 @@ check() { cd ${pkgname/-/_}-$pkgver -# sed -e '/pytest_tornasync/d' -i jupyter_server/pytest_plugin.py # tests fail on the build server, run them locally # pytest -v }
