diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-12-01 22:12:17 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-03 09:09:16 +0700 |
commit | 762f1b284171111440dc0a7b494f9a3a73d7d833 (patch) | |
tree | 5179bacb43ad5a2c2a6a556d696b1afc0638aa38 | |
parent | 9d521dbb96c56af7165db7d55efa40bdecaf6569 (diff) |
development/jupyter_core: Updated for version 5.1.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | development/jupyter_core/jupyter_core.SlackBuild | 4 | ||||
-rw-r--r-- | development/jupyter_core/jupyter_core.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/development/jupyter_core/jupyter_core.SlackBuild b/development/jupyter_core/jupyter_core.SlackBuild index 0156436e2728..f8bb56a40ae5 100644 --- a/development/jupyter_core/jupyter_core.SlackBuild +++ b/development/jupyter_core/jupyter_core.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jupyter_core -VERSION=${VERSION:-5.0.0} +VERSION=${VERSION:-5.1.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -87,7 +87,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 CONTRIBUTING.md README.md $PKG/usr/doc/$PRGNAM-$VERSION +cp -a CHANGELOG.md CONTRIBUTING.md README.md $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_core/jupyter_core.info b/development/jupyter_core/jupyter_core.info index c63b1d433010..dbe87a3f63e4 100644 --- a/development/jupyter_core/jupyter_core.info +++ b/development/jupyter_core/jupyter_core.info @@ -1,10 +1,10 @@ PRGNAM="jupyter_core" -VERSION="5.0.0" +VERSION="5.1.0" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://github.com/jupyter/jupyter_core/archive/v5.0.0/jupyter_core-5.0.0.tar.gz" -MD5SUM="16a9a346c984005831e32172ebcb9526" +DOWNLOAD="https://github.com/jupyter/jupyter_core/archive/v5.1.0/jupyter_core-5.1.0.tar.gz" +MD5SUM="1b0948d527af9b7752d35a9c118af300" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="traitlets python3-hatchling" +REQUIRES="traitlets python3-platformdirs python3-hatchling" MAINTAINER="Isaac Yu" EMAIL="isaacyu1@isaacyu1.com" |