Date: Tuesday, November 29, 2022 @ 17:22:36
  Author: arojas
Revision: 1355157

upgpkg: jupyter-nbclient 0.7.1-1: Update to 0.7.1

Modified:
  jupyter-nbclient/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-29 17:21:45 UTC (rev 1355156)
+++ PKGBUILD    2022-11-29 17:22:36 UTC (rev 1355157)
@@ -1,7 +1,7 @@
 # Maintainer: Kyle Keen <[email protected]>
 
 pkgname=jupyter-nbclient
-pkgver=0.7.0
+pkgver=0.7.1
 pkgrel=1
 pkgdesc="A tool for running Jupyter Notebooks in different execution contexts."
 arch=('any')
@@ -8,10 +8,10 @@
 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-setuptools' 
'python-wheel')
+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=('e292146d8af8fd186072a6e8650b6d8672f4cd90927a8e7b5ccbb28c20f68a61')
+sha256sums=('83dcba41d40543fe7f9f763765bc634496b862f8d72394e47728f26e1e1966fa')
 
 build() {
   cd nbclient-$pkgver

Reply via email to