[arch-commits] Commit in python-jupyter_client/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Wed Mar 30 18:19:26 UTC 2022


    Date: Wednesday, March 30, 2022 @ 18:19:26
  Author: arojas
Revision: 1177814

Update to 7.2.1

Modified:
  python-jupyter_client/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-30 17:39:29 UTC (rev 1177813)
+++ PKGBUILD	2022-03-30 18:19:26 UTC (rev 1177814)
@@ -1,7 +1,7 @@
 # Maintainer: Kyle Keen <keenerd at gmail.com>
 
 pkgname=python-jupyter_client
-pkgver=7.2.0
+pkgver=7.2.1
 pkgrel=1
 pkgdesc="Jupyter protocol implementation and client libraries"
 arch=('any')
@@ -10,10 +10,10 @@
 depends=('python-ipykernel' 'python-traitlets' 'python-pyzmq'
          'python-jupyter_core' 'python-dateutil' 'python-entrypoints' 'python-nest-asyncio')
 makedepends=('python-build' 'python-installer' 'python-wheel')
-checkdepends=('python-pytest' 'python-async_generator')
+checkdepends=('python-pytest' 'python-async_generator' 'python-pytest-asyncio' 'python-pytest-timeout')
 #source=("$pkgname-$pkgver.tgz::https://github.com/jupyter/jupyter_client/archive/$pkgver.tar.gz")
 source=("https://files.pythonhosted.org/packages/source/j/jupyter_client/jupyter_client-$pkgver.tar.gz")
-sha256sums=('00e284dd1a5ac605ead8a42ada2a97041b642c1ef6cefb30c3c415b4eb94bead')
+sha256sums=('aa177279e93205d0681ec0e2e210da01b22c5a1464a56abd455adcac64f0de91')
 
 # dep cycle with python-ipykernel
 



More information about the arch-commits mailing list