Date: Wednesday, April 26, 2023 @ 18:24:42 Author: arojas Revision: 1448828
upgpkg: jupyter-nbclient 0.7.4-2: Python 3.11 rebuild Modified: jupyter-nbclient/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-26 18:22:15 UTC (rev 1448827) +++ PKGBUILD 2023-04-26 18:24:42 UTC (rev 1448828) @@ -3,12 +3,12 @@ pkgname=jupyter-nbclient pkgver=0.7.4 -pkgrel=1 +pkgrel=2 pkgdesc='A tool for running Jupyter Notebooks in different execution contexts' arch=(any) url='https://github.com/jupyter/nbclient' license=(BSD) -depends=(python-nest-asyncio python-traitlets python-async_generator python-jupyter-client jupyter-nbformat python-testpath) +depends=(python-traitlets python-jupyter-client jupyter-nbformat python-testpath) makedepends=(python-build python-installer python-hatchling) checkdepends=(python-pytest-asyncio python-xmltodict jupyter-nbconvert python-ipywidgets python-flaky) source=(https://github.com/jupyter/nbclient/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
