summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Isaac Yu2022-02-14 00:22:44 +0100
committer Willy Sudiarto Raharjo2022-02-14 06:46:42 +0100
commit06187f7c5700c6f3f2a6f858068fb7c50e89b0fd (patch)
tree9de0004851e3496ea2400d668c419dd9e4791f3e
parent077c4d91b32cf040334acd203602273713b4aa12 (diff)
downloadslackbuilds-06187f7c5700c6f3f2a6f858068fb7c50e89b0fd.tar.gz
python/python3-openpyxl: Update for 3.0.9
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-openpyxl/python3-openpyxl.SlackBuild6
-rw-r--r--python/python3-openpyxl/python3-openpyxl.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/python/python3-openpyxl/python3-openpyxl.SlackBuild b/python/python3-openpyxl/python3-openpyxl.SlackBuild
index a8bcf4229d..b716fb56c1 100644
--- a/python/python3-openpyxl/python3-openpyxl.SlackBuild
+++ b/python/python3-openpyxl/python3-openpyxl.SlackBuild
@@ -1,8 +1,8 @@
-#!/bin/bash
+#!/bin/sh
# Slackware build script for python3-openpyxl
-# Copyright 2020-2021 Isaac Yu <isaacyu1@isaacyu1.com>
+# Copyright 2020-2022 Isaac Yu <isaacyu1@isaacyu1.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-openpyxl
-VERSION=${VERSION:-3.0.7}
+VERSION=${VERSION:-3.0.9}
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 fece003fcc..2db03660bc 100644
--- a/python/python3-openpyxl/python3-openpyxl.info
+++ b/python/python3-openpyxl/python3-openpyxl.info
@@ -1,8 +1,8 @@
PRGNAM="python3-openpyxl"
-VERSION="3.0.7"
+VERSION="3.0.9"
HOMEPAGE="https://openpyxl.readthedocs.org/"
-DOWNLOAD="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/3.0.7/openpyxl-3.0.7.tar.bz2"
-MD5SUM="7bf1b7dee9fbdc31b8128aa522f11f41"
+DOWNLOAD="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/3.0.9/openpyxl-3.0.9.tar.bz2"
+MD5SUM="de15aebb41001ca3f9a8ef66378c6fe4"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="et_xmlfile"