summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2017-12-19 00:13:14 +0100
committer Willy Sudiarto Raharjo2017-12-21 02:19:38 +0100
commitcf42a9f056ba9013e9d0286848f007c37284cd31 (patch)
tree285187561d454f578d38e7f854a0178ffca81f35
parent91a50d94e6ec0e1e7bea51986068a20061287e06 (diff)
downloadold.slackbuilds-cf42a9f056ba9013e9d0286848f007c37284cd31.tar.gz
development/jupyter_client: Updated for version 5.2.0.
-rw-r--r--development/jupyter_client/jupyter_client.SlackBuild2
-rw-r--r--development/jupyter_client/jupyter_client.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/development/jupyter_client/jupyter_client.SlackBuild b/development/jupyter_client/jupyter_client.SlackBuild
index bd65eaf1de..0f81b2ca5c 100644
--- a/development/jupyter_client/jupyter_client.SlackBuild
+++ b/development/jupyter_client/jupyter_client.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=jupyter_client
-VERSION=${VERSION:-5.1.0}
+VERSION=${VERSION:-5.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/development/jupyter_client/jupyter_client.info b/development/jupyter_client/jupyter_client.info
index e20850ac88..fdf4643774 100644
--- a/development/jupyter_client/jupyter_client.info
+++ b/development/jupyter_client/jupyter_client.info
@@ -1,8 +1,8 @@
PRGNAM="jupyter_client"
-VERSION="5.1.0"
+VERSION="5.2.0"
HOMEPAGE="https://jupyter.org/"
-DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/5.1.0/jupyter_client-5.1.0.tar.gz"
-MD5SUM="ee075f4c02f3b4d6bcd4284a6c81d015"
+DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/5.2.0/jupyter_client-5.2.0.tar.gz"
+MD5SUM="a9fd71f69c08cc877cf780a93b154569"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="decorator jupyter_core python-dateutil pyzmq traitlets"