development/jupyter_client: Updated for version 6.1.6.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Benjamin Trigona-Harany 2020-10-30 14:46:43 -07:00 committed by Willy Sudiarto Raharjo
parent 1d3e709dd7
commit e8ccb0f5b7
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for jupyter_client
# Copyright 2017-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# Copyright 2017-2020 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:-5.3.4}
VERSION=${VERSION:-6.1.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="jupyter_client"
VERSION="5.3.4"
VERSION="6.1.6"
HOMEPAGE="https://jupyter.org/"
DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/5.3.4/jupyter_client-5.3.4.tar.gz"
MD5SUM="973df8f9aa47a15d3cd7f9cc9fa4aa82"
DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/6.1.6/jupyter_client-6.1.6.tar.gz"
MD5SUM="324fdaf482ed5fc52a72b7cf41a44bcd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="decorator jupyter_core python-dateutil python3-dateutil pyzmq python3-pyzmq traitlets"
REQUIRES="decorator jupyter_core python-dateutil python3-dateutil python3-pyzmq traitlets"
MAINTAINER="Benjamin Trigona-Harany"
EMAIL="slackbuilds@jaxartes.net"