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

Antonio Rojas arojas at gemini.archlinux.org
Mon Jun 6 12:21:05 UTC 2022


    Date: Monday, June 6, 2022 @ 12:21:05
  Author: arojas
Revision: 1226261

Update to 7.3.2

Modified:
  python-jupyter_client/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-06 12:19:20 UTC (rev 1226260)
+++ PKGBUILD	2022-06-06 12:21:05 UTC (rev 1226261)
@@ -1,7 +1,7 @@
 # Maintainer: Kyle Keen <keenerd at gmail.com>
 
 pkgname=python-jupyter_client
-pkgver=7.3.1
+pkgver=7.3.2
 pkgrel=1
 pkgdesc="Jupyter protocol implementation and client libraries"
 arch=('any')
@@ -9,11 +9,11 @@
 license=('BSD')
 depends=('python-ipykernel' 'python-traitlets' 'python-pyzmq'
          'python-jupyter_core' 'python-dateutil' 'python-entrypoints' 'python-nest-asyncio')
-makedepends=('python-build' 'python-installer' 'python-wheel')
+makedepends=('python-build' 'python-installer' 'python-hatchling')
 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=('05d4ff6a0ade25138c6bb0fbeac7ddc26b5fe835e7dd816b64b4a45b931bdc0b')
+sha256sums=('8f92691bf2d8c670e108813a0290d93a3dc84f74fb844e915b7e587ef2fcbf44')
 
 # dep cycle with python-ipykernel
 



More information about the arch-commits mailing list