diff options
Diffstat (limited to 'python/traitlets')
-rw-r--r-- | python/traitlets/traitlets.SlackBuild | 3 | ||||
-rw-r--r-- | python/traitlets/traitlets.info | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/python/traitlets/traitlets.SlackBuild b/python/traitlets/traitlets.SlackBuild index 4d996b96ac1e..b7cb7c731f3d 100644 --- a/python/traitlets/traitlets.SlackBuild +++ b/python/traitlets/traitlets.SlackBuild @@ -4,6 +4,7 @@ # Copyright 2017-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # Copyright 2022-2023 Isaac Yu <isaacyu@protonmail.com> +# Copyright 2023 Jeremy Hansen <jebrhansen+SBo@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=traitlets -VERSION=${VERSION:-5.9.0} +VERSION=${VERSION:-5.10.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/traitlets/traitlets.info b/python/traitlets/traitlets.info index d94df1c19e73..2f5d544847eb 100644 --- a/python/traitlets/traitlets.info +++ b/python/traitlets/traitlets.info @@ -1,8 +1,8 @@ PRGNAM="traitlets" -VERSION="5.9.0" +VERSION="5.10.0" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-5.9.0.tar.gz" -MD5SUM="91af43de0a2182735677875b4c8a533a" +DOWNLOAD="https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-5.10.0.tar.gz" +MD5SUM="103124dc67fc8efc99e3010ec94e937f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="decorator python3-hatchling" |