Date: Saturday, April 8, 2023 @ 21:49:06 Author: arojas Revision: 1442984
upgpkg: jupyter-nbclient 0.7.3-1: Update to 0.7.3 Modified: jupyter-nbclient/trunk/PKGBUILD ----------+ PKGBUILD | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-08 21:43:21 UTC (rev 1442983) +++ PKGBUILD 2023-04-08 21:49:06 UTC (rev 1442984) @@ -1,17 +1,18 @@ -# Maintainer: Kyle Keen <[email protected]> +# Maintainer: Antonio Rojas <[email protected]> +# Contributor: Kyle Keen <[email protected]> pkgname=jupyter-nbclient -pkgver=0.7.2 -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') -makedepends=('python-build' 'python-installer' 'python-hatchling') -checkdepends=('python-pytest-asyncio' 'python-xmltodict' 'jupyter-nbconvert' 'python-ipywidgets') -source=("https://github.com/jupyter/nbclient/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha256sums=('06d2d73ab1b8e929f52a20e65986f4c36bd410d964681c8a36a72ddf0e3c7661') +pkgver=0.7.3 +pkgrel=1 +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) +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) +sha256sums=('a8db99eb1ae5b1925039d8e91c77ea7410d6ce6c071eb075c4509d166d0be3b6') build() { cd nbclient-$pkgver
