python/traitlets: Updated for version 5.8.0.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2022-12-28 17:57:57 -08:00 committed by Willy Sudiarto Raharjo
parent 1a7ed67100
commit 9966caab06
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.6.0}
VERSION=${VERSION:-5.8.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

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