diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2023-10-25 13:09:25 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-10-28 12:11:23 +0700 |
commit | 28bbe37edbf8f8b73c12931544091d372ecfab47 (patch) | |
tree | 19feeb3dc88f01519896e42ebf68e67b5dee309f /python | |
parent | f17b05df3d8ca36737ac5e77a56e4e9c318f8b65 (diff) |
python/traitlets: Version bump to 5.12.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 | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/traitlets/traitlets.SlackBuild b/python/traitlets/traitlets.SlackBuild index 96672de8fce1..6a5a4b6c4d98 100644 --- a/python/traitlets/traitlets.SlackBuild +++ b/python/traitlets/traitlets.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=traitlets -VERSION=${VERSION:-5.11.2} +VERSION=${VERSION:-5.12.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/traitlets/traitlets.info b/python/traitlets/traitlets.info index 206a6315dacf..c02ff1814bb0 100644 --- a/python/traitlets/traitlets.info +++ b/python/traitlets/traitlets.info @@ -1,10 +1,10 @@ PRGNAM="traitlets" -VERSION="5.11.2" +VERSION="5.12.0" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-5.11.2.tar.gz" -MD5SUM="c8e119721966a6407d1292b9f02703c3" +DOWNLOAD="https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-5.12.0.tar.gz" +MD5SUM="c43b9649a82c44ab5b6bc40ae7b2e911" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="decorator python3-hatchling" +REQUIRES="python3-hatchling" MAINTAINER="Jeremy Hansen" EMAIL="jebrhansen+SBo@gmail.com" |