From 1493b1def8043aa1ac53948cb13f1938b0aa6398 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Wed, 31 Jan 2018 19:43:38 +0100 Subject: [PATCH] python-jupyter_client: update to 5.2.2 --- srcpkgs/python-jupyter_client/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python-jupyter_client/template b/srcpkgs/python-jupyter_client/template index 6646fff9d19..a4f0237b198 100644 --- a/srcpkgs/python-jupyter_client/template +++ b/srcpkgs/python-jupyter_client/template @@ -1,6 +1,6 @@ # Template file for 'python-jupyter_client' pkgname=python-jupyter_client -version=5.2.1 +version=5.2.2 revision=1 noarch=yes wrksrc="jupyter_client-${version}" @@ -8,13 +8,13 @@ build_style=python-module pycompile_module="jupyter_client" hostmakedepends="python-setuptools python3-setuptools" depends="python-setuptools python-traitlets python-jupyter_core - python-pyzmq python-dateutil" + python-pyzmq python-dateutil python-tornado" short_desc="Jupyter protocol client APIs (Python2)" maintainer="Alessio Sergi " homepage="https://github.com/jupyter/jupyter_client" license="3-clause-BSD" distfiles="${PYPI_SITE}/j/jupyter_client/jupyter_client-${version}.tar.gz" -checksum=462790d46b244f0a631ea5e3cd5cdbad6874d5d24cc0ff512deb7c16cdf8653d +checksum=83d5e23132f0d8f79ccd3939f53fb9fa97f88a896a85114dc48d0e86909b06c4 alternatives=" jupyter-client:jupyter-kernel:/usr/bin/jupyter-kernel2 jupyter-client:jupyter-kernelspec:/usr/bin/jupyter-kernelspec2 @@ -29,7 +29,7 @@ python3-jupyter_client_package() { pycompile_module="jupyter_client" short_desc="${short_desc/Python2/Python3}" depends="python3-setuptools python3-traitlets python3-jupyter_core - python3-pyzmq python3-dateutil" + python3-pyzmq python3-dateutil python3-tornado" alternatives=" jupyter-client:jupyter-kernel:/usr/bin/jupyter-kernel3 jupyter-client:jupyter-kernelspec:/usr/bin/jupyter-kernelspec3