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:
Isaac Yu 2023-02-13 18:07:38 -08:00 committed by Willy Sudiarto Raharjo
parent 8c19ec2967
commit 76ab0d802b
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View File

@ -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}

View File

@ -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"