[arch-commits] Commit in jupyter-nbclient/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sat Apr 16 21:31:27 UTC 2022


    Date: Saturday, April 16, 2022 @ 21:31:26
  Author: arojas
Revision: 1186819

Update to 0.6.0

Modified:
  jupyter-nbclient/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-16 21:23:51 UTC (rev 1186818)
+++ PKGBUILD	2022-04-16 21:31:26 UTC (rev 1186819)
@@ -1,17 +1,17 @@
 # Maintainer: Kyle Keen <keenerd at gmail.com>
 
 pkgname=jupyter-nbclient
-pkgver=0.5.13
-pkgrel=2
+pkgver=0.6.0
+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')
+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')
-checkdepends=('python-pytest-asyncio' 'python-xmltodict' 'jupyter-nbconvert')
+checkdepends=('python-pytest-asyncio' 'python-xmltodict' 'jupyter-nbconvert' 'python-ipywidgets')
 source=("https://github.com/jupyter/nbclient/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('3caa3a63a2f6d7e9f4ffd61eb924a3ba353224719525677eabee8c97ae3341a1')
+sha256sums=('7f7d20fa6070ab87e3725d2c63f50e481e11240855f2522beb5be9acf5b01865')
 
 build() {
   cd nbclient-$pkgver



More information about the arch-commits mailing list