summaryrefslogtreecommitdiffstats
path: root/development/jupyter-nbformat
diff options
context:
space:
mode:
author Isaac Yu2022-04-09 03:32:06 +0200
committer Willy Sudiarto Raharjo2022-04-09 10:45:51 +0200
commit21ff49033cff5c751c980eca86eb91d4e30ffc19 (patch)
tree8dac0bee9b936ae79b6db9ee6c90105640ec4476 /development/jupyter-nbformat
parentec648550ecd0830fc944a838fc3070f3d543ad62 (diff)
downloadslackbuilds-21ff49033cff5c751c980eca86eb91d4e30ffc19.tar.gz
development/jupyter-nbformat: Updated for version 5.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jupyter-nbformat')
-rw-r--r--development/jupyter-nbformat/jupyter-nbformat.SlackBuild2
-rw-r--r--development/jupyter-nbformat/jupyter-nbformat.info8
2 files changed, 5 insertions, 5 deletions
diff --git a/development/jupyter-nbformat/jupyter-nbformat.SlackBuild b/development/jupyter-nbformat/jupyter-nbformat.SlackBuild
index 84f471b40a..cd50e28500 100644
--- a/development/jupyter-nbformat/jupyter-nbformat.SlackBuild
+++ b/development/jupyter-nbformat/jupyter-nbformat.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=jupyter-nbformat
-VERSION=${VERSION:-5.2.0}
+VERSION=${VERSION:-5.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/development/jupyter-nbformat/jupyter-nbformat.info b/development/jupyter-nbformat/jupyter-nbformat.info
index 88e9de1fb7..5ba7a324c2 100644
--- a/development/jupyter-nbformat/jupyter-nbformat.info
+++ b/development/jupyter-nbformat/jupyter-nbformat.info
@@ -1,10 +1,10 @@
PRGNAM="jupyter-nbformat"
-VERSION="5.2.0"
+VERSION="5.3.0"
HOMEPAGE="https://jupyter.org/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbformat/nbformat-5.2.0.tar.gz"
-MD5SUM="acb1e3801365f40981587476cfc373a2"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbformat/nbformat-5.3.0.tar.gz"
+MD5SUM="51249a70ea9b27f29b075775bba9effb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-jsonschema traitlets"
+REQUIRES="python3-jsonschema python3-fastjsonschema jupyter_core"
MAINTAINER="Isaac Yu"
EMAIL="isaacyu1@isaacyu1.com"