python/traitlets: Version bump to 5.12.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f17b05df3d
commit
28bbe37edb
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue