development/jupyter-nbformat: Update for 5.2.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
Isaac Yu 2022-03-16 14:44:29 -07:00 committed by Willy Sudiarto Raharjo
parent ac53913133
commit 426dbf1ca2
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=jupyter-nbformat
VERSION=${VERSION:-5.1.3}
VERSION=${VERSION:-5.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="jupyter-nbformat"
VERSION="5.1.3"
VERSION="5.2.0"
HOMEPAGE="https://jupyter.org/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbformat/nbformat-5.1.3.tar.gz"
MD5SUM="70eb6150c6ea49aae042e2ecafb45378"
DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbformat/nbformat-5.2.0.tar.gz"
MD5SUM="acb1e3801365f40981587476cfc373a2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-jsonschema traitlets"