python/traitlets: Update for 5.9.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2023-01-30 14:48:39 -08:00 committed by Willy Sudiarto Raharjo
parent 4b099eaab8
commit 9e4b1c02cd
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) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=traitlets PRGNAM=traitlets
VERSION=${VERSION:-5.8.1} VERSION=${VERSION:-5.9.0}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="traitlets" PRGNAM="traitlets"
VERSION="5.8.1" VERSION="5.9.0"
HOMEPAGE="https://jupyter.org/" HOMEPAGE="https://jupyter.org/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-5.8.1.tar.gz" DOWNLOAD="https://files.pythonhosted.org/packages/source/t/traitlets/traitlets-5.9.0.tar.gz"
MD5SUM="f6880d2851a6a571ab1de6ad579cd0d0" MD5SUM="91af43de0a2182735677875b4c8a533a"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="decorator python3-hatchling" REQUIRES="decorator python3-hatchling"