python/traitlets: Update for 5.3.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2022-06-30 13:22:21 -07:00 committed by Willy Sudiarto Raharjo
parent 820d7bafd3
commit f7124ee715
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=traitlets
VERSION=${VERSION:-5.2.2.post1}
VERSION=${VERSION:-5.3.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="traitlets"
VERSION="5.2.2.post1"
VERSION="5.3.0"
HOMEPAGE="https://jupyter.org/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-5.2.2.post1.tar.gz"
MD5SUM="44535d43d136c6080c5a341a27206a88"
DOWNLOAD="https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-5.3.0.tar.gz"
MD5SUM="ea9b920bd09fa8fcc44325c4d6a6800d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="decorator"