diff options
author | Barry J. Grundy <bgrundyat> | 2019-01-20 14:19:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-20 22:01:47 +0700 |
commit | 13abdb67168d91cc506dec16b69a32e49d570f08 (patch) | |
tree | 7adbcaf5ffbf5e126e7d97a443da49c03cd261c9 /python/XlsxWriter | |
parent | 849417284ce1f968ef7b0a84e052dbe4612db68c (diff) | |
download | slackbuilds-13abdb67168d91cc506dec16b69a32e49d570f08.tar.gz |
python/XlsxWriter: Updated for version 1.0.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/XlsxWriter')
-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 bc57182b72..fc63398a0f 100644 --- a/python/XlsxWriter/XlsxWriter.SlackBuild +++ b/python/XlsxWriter/XlsxWriter.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for XlsxWriter -# Copyright 2016 Barry Grundy <bgrundy[at]linuxleo.com> +# Copyright 2019 Barry Grundy <bgrundy[at]linuxleo.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -21,10 +21,10 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# Updated for version 1.0.2, March 2018 +# Updated for version 1.0.8, Jan 2019 PRGNAM=XlsxWriter -VERSION=${VERSION:-1.0.2} +VERSION=${VERSION:-1.0.8} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/XlsxWriter/XlsxWriter.info b/python/XlsxWriter/XlsxWriter.info index 0183e5a53b..608d49855a 100644 --- a/python/XlsxWriter/XlsxWriter.info +++ b/python/XlsxWriter/XlsxWriter.info @@ -1,8 +1,8 @@ PRGNAM="XlsxWriter" -VERSION="1.0.2" +VERSION="1.0.8" HOMEPAGE="https://github.com/jmcnamara/XlsxWriter" -DOWNLOAD="https://pypi.python.org/packages/e4/63/e53deacc293c7fadf95b840471f4bd56573d084af993e6aeeee2d5f1bd32/XlsxWriter-1.0.2.tar.gz" -MD5SUM="586f97beeb458c5707794882125330d2" +DOWNLOAD="https://files.pythonhosted.org/packages/ea/44/c704d7d8b4ce719faf5a59be621507dc4f68d00d25085c393f5839be83b2/XlsxWriter-1.0.8.tar.gz" +MD5SUM="ce0bf6e6d54765217c646568cba59145" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |