Date: Thursday, October 13, 2022 @ 20:13:47 Author: arojas Revision: 1328039
upgpkg: python-jupyterlab_server 2.16.0-1: Update to 2.16.0 Modified: python-jupyterlab_server/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-13 20:06:45 UTC (rev 1328038) +++ PKGBUILD 2022-10-13 20:13:47 UTC (rev 1328039) @@ -3,7 +3,7 @@ _pipname=jupyterlab_server pkgname=python-$_pipname -pkgver=2.15.2 +pkgver=2.16.0 pkgrel=1 pkgdesc='Launch an application built using JupyterLab' arch=(any) @@ -16,7 +16,7 @@ conflicts=(jupyterlab_server) replaces=(jupyterlab_server) source=(https://pypi.io/packages/source/j/$_pipname/$_pipname-$pkgver.tar.gz) -sha256sums=('c0bcdd4606e640e6f16d236ceac55336dc8bf98cbbce067af27524ccc2fb2640') +sha256sums=('d1ba342cf7e843ecb2c3a3dfe33de14b835df978aa7b411caaddff95a72bd2ca') build() { cd $_pipname-$pkgver @@ -25,8 +25,8 @@ check() { cd $_pipname-$pkgver -# openapi-core is currently broken -# pytest -v -k 'not test_translation_api.py' -W ignore::pytest.PytestAssertRewriteWarning -W ignore::DeprecationWarning +# does not support openapi-core 0.16 +# pytest -v -k 'not test_translation_api.py' -W ignore::pytest.PytestAssertRewriteWarning -W ignore::DeprecationWarning } package() {
