Date: Wednesday, April 27, 2022 @ 18:47:19 Author: arojas Revision: 1191287
Update to 1.17.0 Modified: jupyter-server/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-04-27 18:44:50 UTC (rev 1191286) +++ PKGBUILD 2022-04-27 18:47:19 UTC (rev 1191287) @@ -1,8 +1,8 @@ # Maintainer: Antonio Rojas <[email protected]> pkgname=jupyter-server -pkgver=1.16.0 -pkgrel=2 +pkgver=1.17.0 +pkgrel=1 pkgdesc='Provides the backend for Jupyter web applications like Jupyter notebook, JupyterLab, and Voila' arch=(any) url='https://jupyter.org/' @@ -13,7 +13,7 @@ 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=('c756f87ad64b84e2aa522ef482445e1a93f7fe4a5fc78358f4636e53c9a0463a') +sha256sums=('7b3aa524790ab0da64f06dfe0b2af149d0a3f59aad71fdedcf1d8bae6508018c') build() { cd ${pkgname/-/_}-$pkgver @@ -23,7 +23,7 @@ check() { cd ${pkgname/-/_}-$pkgver # tests fail on the build server, run them locally -# pytest +# pytest -v } package() {
