aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaackwy <isaacyu@protonmail.com>2024-06-12 13:16:47 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-06-15 07:37:49 +0700
commit6678a3f444fd90916dc03b17ab4549b098eb0213 (patch)
tree45f865fdf21ba5c42f1c093e5aca8d062a8c6e24
parent1b0955afbf17e4a822094ffbd93cd1367456999b (diff)
python/python3-openpyxl: Update for 3.1.4
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-openpyxl/python3-openpyxl.SlackBuild2
-rw-r--r--python/python3-openpyxl/python3-openpyxl.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-openpyxl/python3-openpyxl.SlackBuild b/python/python3-openpyxl/python3-openpyxl.SlackBuild
index e73a70c85e6ba..617869d6aab05 100644
--- a/python/python3-openpyxl/python3-openpyxl.SlackBuild
+++ b/python/python3-openpyxl/python3-openpyxl.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-openpyxl
-VERSION=${VERSION:-3.1.3}
+VERSION=${VERSION:-3.1.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/python3-openpyxl/python3-openpyxl.info b/python/python3-openpyxl/python3-openpyxl.info
index 1a5cda062076d..450f427b73bb8 100644
--- a/python/python3-openpyxl/python3-openpyxl.info
+++ b/python/python3-openpyxl/python3-openpyxl.info
@@ -1,8 +1,8 @@
PRGNAM="python3-openpyxl"
-VERSION="3.1.3"
+VERSION="3.1.4"
HOMEPAGE="https://openpyxl.readthedocs.org/"
-DOWNLOAD="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/3.1.3/openpyxl-3.1.3.tar.bz2"
-MD5SUM="636423b84f3c0297e57d1c267847db3d"
+DOWNLOAD="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/3.1.4/openpyxl-3.1.4.tar.bz2"
+MD5SUM="80ba5c420d0f25492ec34770fe2a0e71"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-et_xmlfile"