diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-11-29 11:36:21 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-01 21:41:45 +0700 |
commit | 0c1fdb203c995c6d9afd3e9f78875f5440d07bab (patch) | |
tree | ef148cca930af9bce217e44d155cd07b31925130 /python | |
parent | cc61a64404a5eb2e81db7a62cfcfe5b9f5c7a7d5 (diff) |
python/traitlets: Update for 5.6.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-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 bedd855c4ec0..7b21dc3006e8 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.5.0} +VERSION=${VERSION:-5.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/traitlets/traitlets.info b/python/traitlets/traitlets.info index bee4bfbbccaf..ffb1fa7f63bf 100644 --- a/python/traitlets/traitlets.info +++ b/python/traitlets/traitlets.info @@ -1,8 +1,8 @@ PRGNAM="traitlets" -VERSION="5.5.0" +VERSION="5.6.0" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-5.5.0.tar.gz" -MD5SUM="d5f87bbea8acf897ac3e435c7b71acdc" +DOWNLOAD="https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-5.6.0.tar.gz" +MD5SUM="160f4d6502f75916862e3e85de99fbe1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="decorator python3-hatchling" |