summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Benjamin Trigona-Harany2021-01-02 21:41:00 +0100
committer Willy Sudiarto Raharjo2021-01-09 08:30:45 +0100
commitad7f86dd63bc4c498f687e369473684bef7a1d0d (patch)
tree1d6671fef71c63a45f34bf004bc4e91eefd2b269
parent0250de5ad6682c98061139afab3ef1c3b57ac5ea (diff)
downloadslackbuilds-ad7f86dd63bc4c498f687e369473684bef7a1d0d.tar.gz
development/jupyter-nbformat: Updated for version 5.0.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/jupyter-nbformat/jupyter-nbformat.SlackBuild4
-rw-r--r--development/jupyter-nbformat/jupyter-nbformat.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/development/jupyter-nbformat/jupyter-nbformat.SlackBuild b/development/jupyter-nbformat/jupyter-nbformat.SlackBuild
index 790dbd8cb1..8df3492843 100644
--- a/development/jupyter-nbformat/jupyter-nbformat.SlackBuild
+++ b/development/jupyter-nbformat/jupyter-nbformat.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for jupyter-nbformat
-# Copyright 2017-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
+# Copyright 2017-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=jupyter-nbformat
-VERSION=${VERSION:-5.0.6}
+VERSION=${VERSION:-5.0.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/development/jupyter-nbformat/jupyter-nbformat.info b/development/jupyter-nbformat/jupyter-nbformat.info
index 4e7f8f208d..5b638f64d4 100644
--- a/development/jupyter-nbformat/jupyter-nbformat.info
+++ b/development/jupyter-nbformat/jupyter-nbformat.info
@@ -1,8 +1,8 @@
PRGNAM="jupyter-nbformat"
-VERSION="5.0.6"
+VERSION="5.0.8"
HOMEPAGE="https://jupyter.org/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbformat/nbformat-5.0.6.tar.gz"
-MD5SUM="0022139ea28dae564703cbf35f551842"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbformat/nbformat-5.0.8.tar.gz"
+MD5SUM="f42f65d94a7ef203844a1924d29b5544"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-jsonschema traitlets"