From dfa5a037c3ad2c963d60690581cdb8ef4e179241 Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Wed, 9 Mar 2022 21:17:48 -0800 Subject: development/jupyter_console: Update for 6.4.3 Signed-off-by: Willy Sudiarto Raharjo --- development/jupyter_console/jupyter_console.SlackBuild | 4 ++-- development/jupyter_console/jupyter_console.info | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'development') 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" -- cgit v1.2.3-80-g2a13