mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/python3-openpyxl: Update for 3.1.5
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
0c9d9a3dd5
commit
21956b5d66
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=python3-openpyxl
|
||||
VERSION=${VERSION:-3.1.4}
|
||||
VERSION=${VERSION:-3.1.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python3-openpyxl"
|
||||
VERSION="3.1.4"
|
||||
VERSION="3.1.5"
|
||||
HOMEPAGE="https://openpyxl.readthedocs.org/"
|
||||
DOWNLOAD="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/3.1.4/openpyxl-3.1.4.tar.bz2"
|
||||
MD5SUM="80ba5c420d0f25492ec34770fe2a0e71"
|
||||
DOWNLOAD="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/3.1.5/openpyxl-3.1.5.tar.bz2"
|
||||
MD5SUM="28ab1feee07ae3b295e81cc3ee23beb7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3-et_xmlfile"
|
||||
|
|
Loading…
Reference in a new issue