diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-04-19 18:25:47 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-20 08:47:15 +0700 |
commit | 00fcd3b4ea43fd0f0af0d6e4e77ac58ba8d1ff80 (patch) | |
tree | c2cad6687fbc13805c49b10681810f982304d593 /python/traitlets | |
parent | ac68bafa86bfbb5c777353da932d1b74537355ab (diff) |
python/traitlets: Version bump to 5.14.3
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 c5ac956daaee8..341bd19859e57 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.14.2} +VERSION=${VERSION:-5.14.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/traitlets/traitlets.info b/python/traitlets/traitlets.info index 1bb064c55c504..60f0fc417fc01 100644 --- a/python/traitlets/traitlets.info +++ b/python/traitlets/traitlets.info @@ -1,8 +1,8 @@ PRGNAM="traitlets" -VERSION="5.14.2" +VERSION="5.14.3" HOMEPAGE="https://jupyter.org/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-5.14.2.tar.gz" -MD5SUM="dfe7446cd8250a31fbd5e9f72ed0d0e9" +DOWNLOAD="https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-5.14.3.tar.gz" +MD5SUM="f6e6529cca4cbe3299e3f07ce24d3fdc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-hatchling" |