diff options
author | Barry J. Grundy <bgrundy@linuxleo.com> | 2023-08-04 19:55:59 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-08-05 10:08:50 +0700 |
commit | f5ff6f858edb824342f60750b0af6c5f42417879 (patch) | |
tree | ae1f2662b832fdb8188f3410a55e6bafb9d688c7 /python | |
parent | ae340fd74ecc41f7dfa4884b8fdb8143b77f299f (diff) |
python/XlsxWriter: Updated for version 3.1.2.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/XlsxWriter/XlsxWriter.SlackBuild | 6 | ||||
-rw-r--r-- | python/XlsxWriter/XlsxWriter.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/python/XlsxWriter/XlsxWriter.SlackBuild b/python/XlsxWriter/XlsxWriter.SlackBuild index 75b4c986a9b96..b20e19e21b8e1 100644 --- a/python/XlsxWriter/XlsxWriter.SlackBuild +++ b/python/XlsxWriter/XlsxWriter.SlackBuild @@ -1,7 +1,7 @@ #!/bin/bash # Slackware build script for XlsxWriter -# Copyright 2019-2022 Barry Grundy <bgrundy[at]linuxleo.com> +# Copyright 2019-2023 Barry Grundy <bgrundy[at]linuxleo.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -21,12 +21,12 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# Updated for version 3.0.3 May 2022 +# Updated for version 3.1.2, Aug 2023 cd $(dirname $0) ; CWD=$(pwd) PRGNAM=XlsxWriter -VERSION=${VERSION:-3.0.3} +VERSION=${VERSION:-3.1.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/XlsxWriter/XlsxWriter.info b/python/XlsxWriter/XlsxWriter.info index a37c269a1bd5e..5064ef373b84c 100644 --- a/python/XlsxWriter/XlsxWriter.info +++ b/python/XlsxWriter/XlsxWriter.info @@ -1,8 +1,8 @@ PRGNAM="XlsxWriter" -VERSION="3.0.3" +VERSION="3.1.2" HOMEPAGE="https://xlsxwriter.readthedocs.io" -DOWNLOAD="https://files.pythonhosted.org/packages/53/04/91ff43803c3e88c32aa272fdbda5859fc3c3b50b0de3a1e439cc57455330/XlsxWriter-3.0.3.tar.gz" -MD5SUM="b08fcc4753c14aa64b9d99219475d91e" +DOWNLOAD="https://files.pythonhosted.org/packages/04/d4/3cc6a3cd112a91d95f554ca8909c8528addf06d79c51ccd40e39a6ff48e1/XlsxWriter-3.1.2.tar.gz" +MD5SUM="a97767f96adbacea7aeb048e86b9678b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |