summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <slackbuilds@jaxartes.net>2021-03-28 02:02:31 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2021-04-03 08:48:27 +0700
commitba7171e403fcecaf3c635d1f1b08fc1e682f8915 (patch)
treecae82e3ff1d6ec26122a293c6733477424ee2bd1 /development
parent7f0dc95894187293a09b3cfc26e2046aa3f32219 (diff)
downloadslackbuilds-ba7171e403fcecaf3c635d1f1b08fc1e682f8915.tar.gz
slackbuilds-ba7171e403fcecaf3c635d1f1b08fc1e682f8915.tar.xz
development/jupyter_client: Updated for version 6.1.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/jupyter_client/jupyter_client.SlackBuild4
-rw-r--r--development/jupyter_client/jupyter_client.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/development/jupyter_client/jupyter_client.SlackBuild b/development/jupyter_client/jupyter_client.SlackBuild
index e5049f60d8..49b1852831 100644
--- a/development/jupyter_client/jupyter_client.SlackBuild
+++ b/development/jupyter_client/jupyter_client.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for jupyter_client
-# Copyright 2017-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
+# Copyright 2017-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=jupyter_client
-VERSION=${VERSION:-6.1.6}
+VERSION=${VERSION:-6.1.11}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/development/jupyter_client/jupyter_client.info b/development/jupyter_client/jupyter_client.info
index bbf3af7d63..78a1da9a71 100644
--- a/development/jupyter_client/jupyter_client.info
+++ b/development/jupyter_client/jupyter_client.info
@@ -1,8 +1,8 @@
PRGNAM="jupyter_client"
-VERSION="6.1.6"
+VERSION="6.1.11"
HOMEPAGE="https://jupyter.org/"
-DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/6.1.6/jupyter_client-6.1.6.tar.gz"
-MD5SUM="324fdaf482ed5fc52a72b7cf41a44bcd"
+DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/6.1.11/jupyter_client-6.1.11.tar.gz"
+MD5SUM="d79e82853f8c9c78e4355d4e9cc987c9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="decorator jupyter_core python-dateutil python3-dateutil python3-pyzmq traitlets"