diff options
-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 ce44b5b837..54dd9a7549 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 00435a86ad..4fb2bc433e 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" |