diff options
author | adam <adam@pkgsrc.org> | 2019-08-26 06:49:29 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-08-26 06:49:29 +0000 |
commit | c9f4321aa659e8484597880c0abe08b9620e2c03 (patch) | |
tree | 4642d54eea3b4300e9d01935bc35ed8d6f7eca5f /textproc | |
parent | 86ec5a32838ca08ac113cbaaf8aa2ca5ab4cec22 (diff) | |
download | pkgsrc-c9f4321aa659e8484597880c0abe08b9620e2c03.tar.gz |
py-xlsxwriter: updated to 1.2.0
Release 1.2.0:
* Refactored exception handling around the workbook file :func:close()
method to allow exceptions to be caught and handled. See
:ref:ex_check_close. Also refactored the code to clean up temp files in
the event of an exception.
* Added the option to allow chart fonts to be rotated to 270 degrees
to give a stacked orientation. See :ref:chart_fonts.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-xlsxwriter/Makefile | 4 | ||||
-rw-r--r-- | textproc/py-xlsxwriter/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/py-xlsxwriter/Makefile b/textproc/py-xlsxwriter/Makefile index 686dd5bffef..10d306c43ac 100644 --- a/textproc/py-xlsxwriter/Makefile +++ b/textproc/py-xlsxwriter/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2019/08/20 07:12:38 adam Exp $ +# $NetBSD: Makefile,v 1.31 2019/08/26 06:49:29 adam Exp $ -DISTNAME= XlsxWriter-1.1.9 +DISTNAME= XlsxWriter-1.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_PYPI:=X/XlsxWriter/} diff --git a/textproc/py-xlsxwriter/distinfo b/textproc/py-xlsxwriter/distinfo index 4d60d8cc8b1..2c171ac4a1e 100644 --- a/textproc/py-xlsxwriter/distinfo +++ b/textproc/py-xlsxwriter/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.28 2019/08/20 07:12:38 adam Exp $ +$NetBSD: distinfo,v 1.29 2019/08/26 06:49:29 adam Exp $ -SHA1 (XlsxWriter-1.1.9.tar.gz) = c4b58583908c75deddbad3bb5fb713d5cbb7658d -RMD160 (XlsxWriter-1.1.9.tar.gz) = 64e9f346bb1d47a9933263adc15f8710cf9360bd -SHA512 (XlsxWriter-1.1.9.tar.gz) = f4b76e59b1aff1bca98697cf23de82ac10630c85d43c2569c9eb80ac661f3ea1d187752a9825efff9dd43273cc4d54296aab7bb567fc047cde1e84513165825a -Size (XlsxWriter-1.1.9.tar.gz) = 254460 bytes +SHA1 (XlsxWriter-1.2.0.tar.gz) = 68e9e7f435f1b95d008f885e545537a73445e778 +RMD160 (XlsxWriter-1.2.0.tar.gz) = be63d235361478d06d9d52ff2fddf98232373fae +SHA512 (XlsxWriter-1.2.0.tar.gz) = b4bac271bcf400aedcf4c038a2f0c8772fe7f87e42ca3b3bea7bb4a701b71e299cfb1999bd411a2f85329482f21f966190606e7d1f540c889bb2743f364a2114 +Size (XlsxWriter-1.2.0.tar.gz) = 255375 bytes |