development/jupyter-nbdime: Updated for version 2.1.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Benjamin Trigona-Harany 2020-10-30 15:35:07 -07:00 committed by Willy Sudiarto Raharjo
parent 78487da598
commit 7448312c16
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for jupyter-nbdime # Slackware build script for jupyter-nbdime
# Copyright 2017-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # Copyright 2017-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=jupyter-nbdime PRGNAM=jupyter-nbdime
VERSION=${VERSION:-1.1.0} VERSION=${VERSION:-2.1.0}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="jupyter-nbdime" PRGNAM="jupyter-nbdime"
VERSION="1.1.0" VERSION="2.1.0"
HOMEPAGE="https://jupyter.org/" HOMEPAGE="https://jupyter.org/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbdime/nbdime-1.1.0.tar.gz" DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbdime/nbdime-2.1.0.tar.gz"
MD5SUM="ec2ac3f2ac53768730569d4cd8706539" MD5SUM="780c6d17abe4048dea1774a378fa2db7"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="colorama GitPython jupyter-notebook python-requests python3-gitdb2" REQUIRES="colorama GitPython jupyter-notebook python-requests python3-gitdb2"