python/traitlets: Update for 5.6.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2022-11-29 11:36:21 -08:00 committed by Willy Sudiarto Raharjo
parent cc61a64404
commit 0c1fdb203c
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.5.0}
VERSION=${VERSION:-5.6.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="traitlets"
VERSION="5.5.0"
VERSION="5.6.0"
HOMEPAGE="https://jupyter.org/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-5.5.0.tar.gz"
MD5SUM="d5f87bbea8acf897ac3e435c7b71acdc"
DOWNLOAD="https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-5.6.0.tar.gz"
MD5SUM="160f4d6502f75916862e3e85de99fbe1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="decorator python3-hatchling"