diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-01-31 13:24:10 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-04 06:49:58 +0700 |
commit | ba737f38bb49cbbd9fc51ef9ab3b2b2ff48a5eba (patch) | |
tree | e3678db8a05534af646524611242073cbad23bf2 | |
parent | 180c77f20cfe1c4e5124696338c1cd2e4daa5956 (diff) |
development/jupyter_core: Update for 5.2.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 | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/development/jupyter_core/jupyter_core.SlackBuild b/development/jupyter_core/jupyter_core.SlackBuild index ee3f09ee01..a153d85fe8 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.1.5} +VERSION=${VERSION:-5.2.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -84,7 +84,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 CHANGELOG.md CONTRIBUTING.md README.md $PKG/usr/doc/$PRGNAM-$VERSION +cp -a CHANGELOG.md CONTRIBUTING.md COPYING.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 e991efadc6..f952c33ddd 100644 --- a/development/jupyter_core/jupyter_core.info +++ b/development/jupyter_core/jupyter_core.info @@ -1,8 +1,8 @@ PRGNAM="jupyter_core" -VERSION="5.1.5" +VERSION="5.2.0" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://github.com/jupyter/jupyter_core/archive/v5.1.5/jupyter_core-5.1.5.tar.gz" -MD5SUM="3c08c7e84cf41ac4038024fea4f3209f" +DOWNLOAD="https://github.com/jupyter/jupyter_core/archive/v5.2.0/jupyter_core-5.2.0.tar.gz" +MD5SUM="bc851ba367c566edf1ba9c7c49811470" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="traitlets python3-platformdirs python3-hatchling" |