From c13f361d1126bd3083e74ce039c62a826d622bdb Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Thu, 29 Jun 2017 02:52:53 +0200 Subject: [PATCH] python-jupyter_client: update to 5.1.0 --- srcpkgs/python-jupyter_client/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-jupyter_client/template b/srcpkgs/python-jupyter_client/template index f7ddcc75957..8a9f790eb2d 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.0.1 +version=5.1.0 revision=1 noarch=yes wrksrc="jupyter_client-${version}" @@ -12,8 +12,9 @@ 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=1fe573880b5ca4469ed0bece098f4b910c373d349e12525e1ea3566f5a14536b +# distfiles="${PYPI_SITE}/j/jupyter_client/jupyter_client-${version}.tar.gz" +distfiles="https://github.com/jupyter/jupyter_client/archive/${version}.tar.gz" +checksum=b0197090262bd8cf494378f6ca8ffb73e58d7a97eef4fc74eb3ad25de6534c34 alternatives="jupyter-client:jupyter-kernelspec:/usr/bin/jupyter-kernelspec2" post_install() {