development/jupyter-notebook: Updated for version 5.7.1.

This commit is contained in:
Benjamin Trigona-Harany 2018-11-16 11:06:40 -08:00 committed by Willy Sudiarto Raharjo
parent cde64a551a
commit a93e5b9c10
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@
SRCNAM=notebook
PRGNAM=jupyter-$SRCNAM
VERSION=${VERSION:-5.7.0}
VERSION=${VERSION:-5.7.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="jupyter-notebook"
VERSION="5.7.0"
VERSION="5.7.1"
HOMEPAGE="https://jupyter.org/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-5.7.0.tar.gz"
MD5SUM="825a3d5cc55a0c9b4a22887b3c531f8a"
DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-5.7.1.tar.gz"
MD5SUM="05c075697012ea6ba8af820864ff7094"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="Jinja2 jupyter_client ipaddress jupyter-ipykernel jupyter-nbconvert python-prometheus_client singledispatch send2trash terminado"