diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-12-28 17:57:57 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-31 09:14:35 +0700 |
commit | 9966caab0678e899452810d72852e441731ce1bd (patch) | |
tree | e4ccdb4c0754c29a0a20d69ed18fdbd9c0e233cf /python | |
parent | 1a7ed671000066e1dc7fe9fe5ac53728d9e8ed08 (diff) |
python/traitlets: Updated for version 5.8.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
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 7b21dc3006e8..ce44b5b8371e 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.6.0} +VERSION=${VERSION:-5.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/traitlets/traitlets.info b/python/traitlets/traitlets.info index ffb1fa7f63bf..00435a86ada6 100644 --- a/python/traitlets/traitlets.info +++ b/python/traitlets/traitlets.info @@ -1,8 +1,8 @@ PRGNAM="traitlets" -VERSION="5.6.0" +VERSION="5.8.0" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-5.6.0.tar.gz" -MD5SUM="160f4d6502f75916862e3e85de99fbe1" +DOWNLOAD="https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-5.8.0.tar.gz" +MD5SUM="95b21c721316bbc06922df9d97af5158" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="decorator python3-hatchling" |