diff options
Diffstat (limited to 'python/python3-openpyxl')
-rw-r--r-- | python/python3-openpyxl/python3-openpyxl.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-openpyxl/python3-openpyxl.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-openpyxl/python3-openpyxl.SlackBuild b/python/python3-openpyxl/python3-openpyxl.SlackBuild index 304454e859..d55ce5e81f 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.1} +VERSION=${VERSION:-3.1.2} 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 10e3c136a9..9de35f5992 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.1" +VERSION="3.1.2" HOMEPAGE="https://openpyxl.readthedocs.org/" -DOWNLOAD="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/3.1.1/openpyxl-3.1.1.tar.bz2" -MD5SUM="2d802a94f8cd45d4ac72d14f438fbf12" +DOWNLOAD="https://foss.heptapod.net/openpyxl/openpyxl/-/archive/3.1.2/openpyxl-3.1.2.tar.bz2" +MD5SUM="696de7e70a1a5707e40bc923ee2cbd05" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="et_xmlfile" |