summaryrefslogtreecommitdiffstats
path: root/development/jupyter-nbformat
diff options
context:
space:
mode:
author Isaac Yu2022-03-16 22:44:29 +0100
committer Willy Sudiarto Raharjo2022-03-25 19:20:13 +0100
commit426dbf1ca28af52a5f692408e58e79a240091da1 (patch)
tree7ab57581fdd5e15006f71d5028517e47d09cfa2c /development/jupyter-nbformat
parentac539131338bc7847ce29dde2eeea6feff072a73 (diff)
downloadslackbuilds-426dbf1ca28af52a5f692408e58e79a240091da1.tar.gz
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>
Diffstat (limited to 'development/jupyter-nbformat')
-rw-r--r--development/jupyter-nbformat/jupyter-nbformat.SlackBuild2
-rw-r--r--development/jupyter-nbformat/jupyter-nbformat.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/development/jupyter-nbformat/jupyter-nbformat.SlackBuild b/development/jupyter-nbformat/jupyter-nbformat.SlackBuild
index 89a2e6fff2..84f471b40a 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.1.3}
+VERSION=${VERSION:-5.2.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 2ad4a2a4eb..88e9de1fb7 100644
--- a/development/jupyter-nbformat/jupyter-nbformat.info
+++ b/development/jupyter-nbformat/jupyter-nbformat.info
@@ -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"