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>
This commit is contained in:
parent
8c19ec2967
commit
76ab0d802b
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue