diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-09-20 01:01:40 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-09-22 23:32:22 +0700 |
commit | aad35776387a60bc7b8c2790ae3f377201feb00a (patch) | |
tree | f8cf474a336e2960b3cb4e7cb2b5ccc2e8ad9dfa /python/traitlets | |
parent | 64bfb57530532e62dc2bc377b8af5af0284c5180 (diff) |
python/traitlets: Update for 5.4.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/traitlets')
-rw-r--r-- | python/traitlets/traitlets.SlackBuild | 2 | ||||
-rw-r--r-- | python/traitlets/traitlets.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/traitlets/traitlets.SlackBuild b/python/traitlets/traitlets.SlackBuild index 9aae07430df4e..395aaa2f26c9a 100644 --- a/python/traitlets/traitlets.SlackBuild +++ b/python/traitlets/traitlets.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=traitlets -VERSION=${VERSION:-5.3.0} +VERSION=${VERSION:-5.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/traitlets/traitlets.info b/python/traitlets/traitlets.info index e79946f7d5c4b..46e21737fc093 100644 --- a/python/traitlets/traitlets.info +++ b/python/traitlets/traitlets.info @@ -1,8 +1,8 @@ PRGNAM="traitlets" -VERSION="5.3.0" +VERSION="5.4.0" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-5.3.0.tar.gz" -MD5SUM="ea9b920bd09fa8fcc44325c4d6a6800d" +DOWNLOAD="https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-5.4.0.tar.gz" +MD5SUM="940cadcc64217d4b3df149850a5379b6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="decorator" |