summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2018-01-04 08:33:58 +0100
committer Willy Sudiarto Raharjo2018-01-06 00:55:53 +0100
commit47a7db6d0c9b8ebe4f7fe22f4809354aa8907b0e (patch)
treeb3f020f3f09a58834d0a46bdf0160e71fea0933e /python
parent9342fcdd27d9cfab80620a3e1627848b7775d4a0 (diff)
downloadslackbuilds-47a7db6d0c9b8ebe4f7fe22f4809354aa8907b0e.tar.gz
python/python3-jupyter_client: Updated for version 5.2.1.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'python')
-rw-r--r--python/python3-jupyter_client/python3-jupyter_client.SlackBuild2
-rw-r--r--python/python3-jupyter_client/python3-jupyter_client.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-jupyter_client/python3-jupyter_client.SlackBuild b/python/python3-jupyter_client/python3-jupyter_client.SlackBuild
index 6c367271e9..13b1f2fe21 100644
--- a/python/python3-jupyter_client/python3-jupyter_client.SlackBuild
+++ b/python/python3-jupyter_client/python3-jupyter_client.SlackBuild
@@ -24,7 +24,7 @@
SRCNAM=jupyter_client
PRGNAM=python3-$SRCNAM
-VERSION=${VERSION:-5.2.0}
+VERSION=${VERSION:-5.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/python3-jupyter_client/python3-jupyter_client.info b/python/python3-jupyter_client/python3-jupyter_client.info
index 0837eaab04..a60cb19adf 100644
--- a/python/python3-jupyter_client/python3-jupyter_client.info
+++ b/python/python3-jupyter_client/python3-jupyter_client.info
@@ -1,8 +1,8 @@
PRGNAM="python3-jupyter_client"
-VERSION="5.2.0"
+VERSION="5.2.1"
HOMEPAGE="https://jupyter.org/"
-DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/5.2.0/jupyter_client-5.2.0.tar.gz"
-MD5SUM="a9fd71f69c08cc877cf780a93b154569"
+DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/5.2.1/jupyter_client-5.2.1.tar.gz"
+MD5SUM="158fd7dbc6dfdad31d37bdc029640f20"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-dateutil python3-decorator python3-jupyter_core python3-pyzmq python3-traitlets"