python/python3-plotly: Update for 5.21.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
isaackwy 2024-04-17 13:31:20 -07:00 committed by Willy Sudiarto Raharjo
parent 8f3769f7fa
commit 1a33d311d3
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-plotly
VERSION=${VERSION:-5.20.0}
VERSION=${VERSION:-5.21.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="python3-plotly"
VERSION="5.20.0"
VERSION="5.21.0"
HOMEPAGE="https://github.com/plotly/plotly.py"
DOWNLOAD="https://github.com/plotly/plotly.py/archive/v5.20.0/plotly.py-5.20.0.tar.gz"
MD5SUM="ebc65e82edf515af2fffe54adb28f31d"
DOWNLOAD="https://github.com/plotly/plotly.py/archive/v5.21.0/plotly.py-5.21.0.tar.gz"
MD5SUM="6dbbb325bbf42cf3860ac77af0c58904"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-tenacity"