summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author isaackwy <isaacyu@protonmail.com>2024-03-13 18:43:36 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-03-14 16:16:38 +0700
commit59d7c84146aec8974c5d0aaf80c972bd232f09ed (patch)
tree90ab7ded3dc53a1a8096f586c1a7fa5fd4425a9b
parentcb6113b9b6704b553712aaafcdf09f2cac4ee975 (diff)
downloadslackbuilds-59d7c84146aec8974c5d0aaf80c972bd232f09ed.tar.gz
slackbuilds-59d7c84146aec8974c5d0aaf80c972bd232f09ed.tar.xz
python/python3-plotly: Update for 5.20.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-plotly/python3-plotly.SlackBuild2
-rw-r--r--python/python3-plotly/python3-plotly.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-plotly/python3-plotly.SlackBuild b/python/python3-plotly/python3-plotly.SlackBuild
index 1798fd0545..51a9a46043 100644
--- a/python/python3-plotly/python3-plotly.SlackBuild
+++ b/python/python3-plotly/python3-plotly.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-plotly
-VERSION=${VERSION:-5.19.0}
+VERSION=${VERSION:-5.20.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/python3-plotly/python3-plotly.info b/python/python3-plotly/python3-plotly.info
index 90e9f18af2..10b9d53f77 100644
--- a/python/python3-plotly/python3-plotly.info
+++ b/python/python3-plotly/python3-plotly.info
@@ -1,8 +1,8 @@
PRGNAM="python3-plotly"
-VERSION="5.19.0"
+VERSION="5.20.0"
HOMEPAGE="https://github.com/plotly/plotly.py"
-DOWNLOAD="https://github.com/plotly/plotly.py/archive/v5.19.0/plotly.py-5.19.0.tar.gz"
-MD5SUM="06734d29891cf9eb3c1b0a3167ded893"
+DOWNLOAD="https://github.com/plotly/plotly.py/archive/v5.20.0/plotly.py-5.20.0.tar.gz"
+MD5SUM="ebc65e82edf515af2fffe54adb28f31d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-tenacity"