Date: Friday, April 14, 2023 @ 06:29:26
Author: arojas
Revision: 1445976
upgpkg: python-jupyter-client 8.2.0-1: Update to 8.2.0
Modified:
python-jupyter-client/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-14 02:05:59 UTC (rev 1445975)
+++ PKGBUILD 2023-04-14 06:29:26 UTC (rev 1445976)
@@ -3,8 +3,8 @@
_pyname=jupyter_client
pkgname=python-${_pyname/_/-}
-pkgver=8.1.0
-pkgrel=3
+pkgver=8.2.0
+pkgrel=1
pkgdesc='Jupyter protocol implementation and client libraries'
arch=(any)
url='https://pypi.python.org/pypi/jupyter_client'
@@ -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=('3fbab64100a0dcac7701b1e0f1a4412f1ccb45546ff2ad9bc4fcbe4e19804811')
+sha256sums=('9fe233834edd0e6c0aa5f05ca2ab4bdea1842bfd2d8a932878212fc5301ddaf0')
build() {
cd $_pyname-$pkgver