summaryrefslogtreecommitdiffstats
path: root/development/jupyter-nbformat
diff options
context:
space:
mode:
author isaackwy2023-12-30 05:29:35 +0100
committer Willy Sudiarto Raharjo2023-12-31 12:53:12 +0100
commitff1ab0d8599f59710d817a1513ffda85cf4535c7 (patch)
tree9f6e89c59e6bba62453f2158174ed568f4e553fd /development/jupyter-nbformat
parentd4ad353b8a93f61c2fa19c3054605220b28f6f09 (diff)
downloadslackbuilds-ff1ab0d8599f59710d817a1513ffda85cf4535c7.tar.gz
development/jupyter-nbformat: Update for 5.9.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jupyter-nbformat')
-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 4f156ae803..b903ed33ed 100644
--- a/development/jupyter-nbformat/jupyter-nbformat.SlackBuild
+++ b/development/jupyter-nbformat/jupyter-nbformat.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for jupyter-nbformat
# Copyright 2017-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
-# Copyright 2022-2023 Isaac Yu <isaacyu@protonmail.com>
+# Copyright 2022-2024 Isaac Yu <isaacyu@protonmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=jupyter-nbformat
-VERSION=${VERSION:-5.9.0}
+VERSION=${VERSION:-5.9.2}
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 84bbf041e4..8cd761a0f9 100644
--- a/development/jupyter-nbformat/jupyter-nbformat.info
+++ b/development/jupyter-nbformat/jupyter-nbformat.info
@@ -1,8 +1,8 @@
PRGNAM="jupyter-nbformat"
-VERSION="5.9.0"
+VERSION="5.9.2"
HOMEPAGE="https://jupyter.org/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbformat/nbformat-5.9.0.tar.gz"
-MD5SUM="22f2d4fdf3da7e975a709067ffe5446a"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbformat/nbformat-5.9.2.tar.gz"
+MD5SUM="091fcdb13305ad00e92f5bb3fb86d2fd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-jsonschema python3-fastjsonschema jupyter_core python3-hatch-nodejs-version"