Date: Wednesday, March 30, 2022 @ 07:04:34 Author: arojas Revision: 1177752
Update to 1.16.0 Modified: jupyter-server/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-30 06:15:28 UTC (rev 1177751) +++ PKGBUILD 2022-03-30 07:04:34 UTC (rev 1177752) @@ -1,7 +1,7 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=jupyter-server -pkgver=1.15.6 +pkgver=1.16.0 pkgrel=1 pkgdesc='Provides the backend for Jupyter web applications like Jupyter notebook, JupyterLab, and Voila' arch=(any) @@ -9,11 +9,11 @@ license=(custom) depends=(python-jupyter_client jupyter-nbformat jupyter-nbconvert python-terminado python-prometheus_client python-traitlets python-tornado python-jinja python-send2trash python-anyio python-jupyter_packaging python-websocket-client python-requests-unixsocket) -makedepends=(python-build python-installer) +makedepends=(python-build python-installer python-pre-commit) checkdepends=(python-pytest-tornasync python-pytest-console-scripts) optdepends=('jupyter-server-mathjax: to use local MathJax') source=(https://pypi.io/packages/source/j/${pkgname/-/_}/${pkgname/-/_}-$pkgver.tar.gz) -sha256sums=('56bd6f580d1f46b62294990e8e78651025729f5d3fc798f10f2c03f0cdcbf28d') +sha256sums=('c756f87ad64b84e2aa522ef482445e1a93f7fe4a5fc78358f4636e53c9a0463a') build() { cd ${pkgname/-/_}-$pkgver @@ -22,6 +22,7 @@ check() { cd ${pkgname/-/_}-$pkgver +# tests fail on the build server, run them locally # pytest }
