python/traitlets: Version bump to 5.12.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2023-10-25 13:09:25 -07:00 committed by Willy Sudiarto Raharjo
parent f17b05df3d
commit 28bbe37edb
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -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}

View File

@ -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"