Date: Wednesday, April 26, 2023 @ 18:26:48 Author: arojas Revision: 1448830
upgpkg: jupyter-notebook-shim 0.2.3-1: Update to 0.2.3 Modified: jupyter-notebook-shim/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-26 18:24:52 UTC (rev 1448829) +++ PKGBUILD 2023-04-26 18:26:48 UTC (rev 1448830) @@ -2,8 +2,8 @@ _pyname=notebook_shim pkgname=jupyter-notebook-shim -pkgver=0.2.2 -pkgrel=3 +pkgver=0.2.3 +pkgrel=1 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' @@ -12,7 +12,7 @@ makedepends=(python-build python-installer python-hatchling) checkdepends=(python-pytest-tornasync python-pytest-jupyter) source=(https://pypi.python.org/packages/source/n/$_pyname/$_pyname-$pkgver.tar.gz) -sha256sums=('090e0baf9a5582ff59b607af523ca2db68ff216da0c69956b62cab2ef4fc9c3f') +sha256sums=('f69388ac283ae008cd506dda10d0288b09a017d822d5e8c7129a152cbd3ce7e9') build() { cd $_pyname-$pkgver
