Date: Thursday, March 25, 2021 @ 23:22:32 Author: arojas Revision: 904249
Update to 6.1.12 Modified: python-jupyter_client/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-03-25 23:19:19 UTC (rev 904248) +++ PKGBUILD 2021-03-25 23:22:32 UTC (rev 904249) @@ -1,8 +1,8 @@ # Maintainer: Kyle Keen <[email protected]> pkgname=python-jupyter_client -pkgver=6.1.7 -pkgrel=3 +pkgver=6.1.12 +pkgrel=1 pkgdesc="Jupyter protocol implementation and client libraries" arch=('any') url="https://pypi.python.org/pypi/jupyter_client" @@ -13,7 +13,7 @@ checkdepends=('python-pytest' 'python-async_generator') #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=('49e390b36fe4b4226724704ea28d9fb903f1a3601b6882ce3105221cd09377a1') +sha256sums=('c4bca1d0846186ca8be97f4d2fa6d2bae889cce4892a167ffa1ba6bd1f73e782') # dep cycle with python-ipykernel
