summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Jeremy Hansen <jebrhansen+github@gmail.com>2024-04-02 17:24:44 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-04-04 10:52:19 +0700
commit6222e28079dc2ca32e0d6df7548a3f2e3019368f (patch)
treed1df67b51f1896094ec5674065350198e7437c7f
parent48065e8f1e904334ecdbcc415bb4f71f6166bb67 (diff)
downloadslackbuilds-6222e28079dc2ca32e0d6df7548a3f2e3019368f.tar.gz
slackbuilds-6222e28079dc2ca32e0d6df7548a3f2e3019368f.tar.xz
python/traitlets: Version bump to 5.14.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/traitlets/traitlets.SlackBuild4
-rw-r--r--python/traitlets/traitlets.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/python/traitlets/traitlets.SlackBuild b/python/traitlets/traitlets.SlackBuild
index 6a5a4b6c4d..c5ac956daa 100644
--- a/python/traitlets/traitlets.SlackBuild
+++ b/python/traitlets/traitlets.SlackBuild
@@ -4,7 +4,7 @@
# Copyright 2017-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# Copyright 2022-2023 Isaac Yu <isaacyu@protonmail.com>
-# Copyright 2023 Jeremy Hansen <jebrhansen+SBo@gmail.com>
+# Copyright 2023-2024 Jeremy Hansen <jebrhansen+SBo@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=traitlets
-VERSION=${VERSION:-5.12.0}
+VERSION=${VERSION:-5.14.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/traitlets/traitlets.info b/python/traitlets/traitlets.info
index c02ff1814b..1bb064c55c 100644
--- a/python/traitlets/traitlets.info
+++ b/python/traitlets/traitlets.info
@@ -1,8 +1,8 @@
PRGNAM="traitlets"
-VERSION="5.12.0"
+VERSION="5.14.2"
HOMEPAGE="https://jupyter.org/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-5.12.0.tar.gz"
-MD5SUM="c43b9649a82c44ab5b6bc40ae7b2e911"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-5.14.2.tar.gz"
+MD5SUM="dfe7446cd8250a31fbd5e9f72ed0d0e9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-hatchling"