summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Isaac Yu2022-03-10 06:17:48 +0100
committer Willy Sudiarto Raharjo2022-03-10 06:41:20 +0100
commitdfa5a037c3ad2c963d60690581cdb8ef4e179241 (patch)
tree88bd70658cd0429bd9cb0153c12e51aac12ad8cc
parent479ac84af0a5c0b7e689544581769af0b7b90f8b (diff)
downloadslackbuilds-dfa5a037c3ad2c963d60690581cdb8ef4e179241.tar.gz
development/jupyter_console: Update for 6.4.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/jupyter_console/jupyter_console.SlackBuild4
-rw-r--r--development/jupyter_console/jupyter_console.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/development/jupyter_console/jupyter_console.SlackBuild b/development/jupyter_console/jupyter_console.SlackBuild
index 14cb5901fe..64f29aac6b 100644
--- a/development/jupyter_console/jupyter_console.SlackBuild
+++ b/development/jupyter_console/jupyter_console.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=jupyter_console
-VERSION=${VERSION:-6.4.0}
+VERSION=${VERSION:-6.4.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -86,7 +86,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a COPYING.md README.md $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a *.md LICENSE PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/development/jupyter_console/jupyter_console.info b/development/jupyter_console/jupyter_console.info
index 88224fad5e..f54070d142 100644
--- a/development/jupyter_console/jupyter_console.info
+++ b/development/jupyter_console/jupyter_console.info
@@ -1,8 +1,8 @@
PRGNAM="jupyter_console"
-VERSION="6.4.0"
+VERSION="6.4.3"
HOMEPAGE="https://jupyter.org/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyter_console/jupyter_console-6.4.0.tar.gz"
-MD5SUM="400cdf73675aff2456172cb9d424d10d"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/j/jupyter_console/jupyter_console-6.4.3.tar.gz"
+MD5SUM="8e1f80a23d264cb7edced8043aaa6fe0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jupyter_client jupyter-ipykernel"