diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-01-12 18:39:37 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-14 08:50:02 +0700 |
commit | 26c84ad86a8dcb413c7f2934fc1da9a312816961 (patch) | |
tree | a463d2a3ca4f8769bb0ce790712a72af58b0211a /python/traitlets | |
parent | 95629a8f2c9e6c7610250b5c11721fb4da206ccc (diff) |
python/traitlets: Updated for version 5.8.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/traitlets')
-rw-r--r-- | python/traitlets/traitlets.SlackBuild | 7 | ||||
-rw-r--r-- | python/traitlets/traitlets.info | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/python/traitlets/traitlets.SlackBuild b/python/traitlets/traitlets.SlackBuild index ce44b5b8371ee..54dd9a754953c 100644 --- a/python/traitlets/traitlets.SlackBuild +++ b/python/traitlets/traitlets.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for traitlets # Copyright 2017-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> -# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2022-2023 Isaac Yu <isaacyu1@isaacyu1.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=traitlets -VERSION=${VERSION:-5.8.0} +VERSION=${VERSION:-5.8.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -39,9 +39,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 diff --git a/python/traitlets/traitlets.info b/python/traitlets/traitlets.info index 00435a86ada61..4fb2bc433e95c 100644 --- a/python/traitlets/traitlets.info +++ b/python/traitlets/traitlets.info @@ -1,8 +1,8 @@ PRGNAM="traitlets" -VERSION="5.8.0" +VERSION="5.8.1" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-5.8.0.tar.gz" -MD5SUM="95b21c721316bbc06922df9d97af5158" +DOWNLOAD="https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-5.8.1.tar.gz" +MD5SUM="f6880d2851a6a571ab1de6ad579cd0d0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="decorator python3-hatchling" |