summaryrefslogtreecommitdiffstats
path: root/python/python3-openpyxl
diff options
context:
space:
mode:
author Isaac Yu <isaacyu1@isaacyu1.com>2023-02-13 18:07:38 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-02-18 10:06:40 +0700
commit76ab0d802b34f8995795fb7e676e30445d9a79ad (patch)
tree4a403ac0b93b03324ac72b63274a1945108d2c77 /python/python3-openpyxl
parent8c19ec296783f2497c81dfec1868ca162eac23d4 (diff)
downloadslackbuilds-76ab0d802b34f8995795fb7e676e30445d9a79ad.tar.gz
slackbuilds-76ab0d802b34f8995795fb7e676e30445d9a79ad.tar.xz
python/python3-openpyxl: Updated for version 3.1.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-openpyxl')
-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 1fa694be7e..304454e859 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.0}
+VERSION=${VERSION:-3.1.1}
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 52a45bf22f..10e3c136a9 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.0"
+VERSION="3.1.1"
HOMEPAGE="https://openpyxl.readthedocs.org/"
-DOWNLOAD="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/3.1.0/openpyxl-3.1.0.tar.bz2"
-MD5SUM="0669f8bdf706d269848027b8a211c627"
+DOWNLOAD="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/3.1.1/openpyxl-3.1.1.tar.bz2"
+MD5SUM="2d802a94f8cd45d4ac72d14f438fbf12"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="et_xmlfile"