diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2023-09-14 13:32:29 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-17 00:10:31 +0700 |
commit | 301bcd818a61192b47262758f243c9a547eb032e (patch) | |
tree | cbca06b478d817aa7cfd6e69f0f8adb43e0360b7 /python/traitlets | |
parent | 609c8eb6d35d3629deac7d5158ace73d5f3f662e (diff) |
python/traitlets: Updated for version 5.10.0.
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 | 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" |