From 00fcd3b4ea43fd0f0af0d6e4e77ac58ba8d1ff80 Mon Sep 17 00:00:00 2001 From: Jeremy Hansen Date: Fri, 19 Apr 2024 18:25:47 -0700 Subject: [PATCH] python/traitlets: Version bump to 5.14.3 Signed-off-by: Willy Sudiarto Raharjo --- python/traitlets/traitlets.SlackBuild | 2 +- 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 c5ac956daa..341bd19859 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 1bb064c55c..60f0fc417f 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"