Date: Monday, March 20, 2023 @ 22:51:15
Author: arojas
Revision: 1424543
upgpkg: python-jupyter-client 8.1.0-1: Update to 8.1.0
Modified:
python-jupyter-client/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-20 22:49:20 UTC (rev 1424542)
+++ PKGBUILD 2023-03-20 22:51:15 UTC (rev 1424543)
@@ -3,7 +3,7 @@
_pyname=jupyter_client
pkgname=python-${_pyname/_/-}
-pkgver=8.0.3
+pkgver=8.1.0
pkgrel=1
pkgdesc='Jupyter protocol implementation and client libraries'
arch=(any)
@@ -16,7 +16,7 @@
provides=(python-jupyter_client)
replaces=(python-jupyter_client)
source=(https://files.pythonhosted.org/packages/source/j/jupyter_client/jupyter_client-$pkgver.tar.gz)
-sha256sums=('ed65498bea6d876ef9d8da3e0db3dd33c5d129f5b2645f56ae03993782966bd0')
+sha256sums=('3fbab64100a0dcac7701b1e0f1a4412f1ccb45546ff2ad9bc4fcbe4e19804811')
build() {
cd $_pyname-$pkgver