aboutsummaryrefslogtreecommitdiff
path: root/python/traitlets
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+github@gmail.com>2023-10-03 13:41:35 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-10-07 00:59:33 +0700
commit3f4410e43106136af5ad639e52d912e4437d23d2 (patch)
tree81858a4a5fb43b319f8262c68af2d8cf6598277a /python/traitlets
parentf95997351d99e574489992446985e5bdd2c71e6d (diff)
python/traitlets: Version bump to 5.11.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/traitlets')
-rw-r--r--python/traitlets/traitlets.SlackBuild2
-rw-r--r--python/traitlets/traitlets.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/traitlets/traitlets.SlackBuild b/python/traitlets/traitlets.SlackBuild
index 1a360821e5695..96672de8fce11 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.10.0}
+VERSION=${VERSION:-5.11.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/traitlets/traitlets.info b/python/traitlets/traitlets.info
index 7a892d7228ef2..206a6315dacfd 100644
--- a/python/traitlets/traitlets.info
+++ b/python/traitlets/traitlets.info
@@ -1,8 +1,8 @@
PRGNAM="traitlets"
-VERSION="5.10.0"
+VERSION="5.11.2"
HOMEPAGE="https://jupyter.org/"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-5.10.0.tar.gz"
-MD5SUM="103124dc67fc8efc99e3010ec94e937f"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-5.11.2.tar.gz"
+MD5SUM="c8e119721966a6407d1292b9f02703c3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="decorator python3-hatchling"