aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2023-03-12 07:18:37 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-03-12 07:18:37 +0700
commitb2cdbf956a90a8423d377ef772eb6a6f2ee09f5c (patch)
tree63af650870dd0795b0dc584b07060e6495c1d9c6
parent1605b5a96c2376d8b7c007f501b0946c00304892 (diff)
python/python3-openpyxl: Updated for version 3.1.2.
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 304454e859..d55ce5e81f 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.1}
+VERSION=${VERSION:-3.1.2}
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 10e3c136a9..9de35f5992 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.1"
+VERSION="3.1.2"
HOMEPAGE="https://openpyxl.readthedocs.org/"
-DOWNLOAD="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/3.1.1/openpyxl-3.1.1.tar.bz2"
-MD5SUM="2d802a94f8cd45d4ac72d14f438fbf12"
+DOWNLOAD="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/3.1.2/openpyxl-3.1.2.tar.bz2"
+MD5SUM="696de7e70a1a5707e40bc923ee2cbd05"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="et_xmlfile"