pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-xlsxwriter py-xlsxwriter: updated to 1.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/355d9f092f37
branches:  trunk
changeset: 384916:355d9f092f37
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Sep 06 09:28:24 2018 +0000

description:
py-xlsxwriter: updated to 1.1.0

Release 1.1.0:
* Added functionality to align chart category axis labels. See the
  label_align property of the :func:set_x_axis() method.
* Added worksheet :func:hide_row_col_headers() method to turn off worksheet
  row and column headings.
* Added the :func:set_tab_ratio() method to set the ratio between the
  worksheet tabs and the horizontal slider.
* Fixed issue with icon conditional formats when the values were zero.

diffstat:

 textproc/py-xlsxwriter/Makefile |   4 ++--
 textproc/py-xlsxwriter/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r bc02925f3c67 -r 355d9f092f37 textproc/py-xlsxwriter/Makefile
--- a/textproc/py-xlsxwriter/Makefile   Thu Sep 06 09:26:43 2018 +0000
+++ b/textproc/py-xlsxwriter/Makefile   Thu Sep 06 09:28:24 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2018/08/28 06:32:59 adam Exp $
+# $NetBSD: Makefile,v 1.22 2018/09/06 09:28:24 adam Exp $
 
-DISTNAME=      XlsxWriter-1.0.9
+DISTNAME=      XlsxWriter-1.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=X/XlsxWriter/}
diff -r bc02925f3c67 -r 355d9f092f37 textproc/py-xlsxwriter/distinfo
--- a/textproc/py-xlsxwriter/distinfo   Thu Sep 06 09:26:43 2018 +0000
+++ b/textproc/py-xlsxwriter/distinfo   Thu Sep 06 09:28:24 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2018/08/28 06:32:59 adam Exp $
+$NetBSD: distinfo,v 1.20 2018/09/06 09:28:24 adam Exp $
 
-SHA1 (XlsxWriter-1.0.9.tar.gz) = a9bb2a8a2170f131c278c8384f10543f26a45cf5
-RMD160 (XlsxWriter-1.0.9.tar.gz) = 08c47925d0c89608af4bc4e5ee0e1e59cbccb20d
-SHA512 (XlsxWriter-1.0.9.tar.gz) = 5bfbef3c94439e3b2a37f049cd1f4a0ad0543fa02e407cf44876d4a53ba3ce2151a222c9941452e54554ce26a358dada974f989265a93c19ce2cc5e24a0ebf0e
-Size (XlsxWriter-1.0.9.tar.gz) = 247403 bytes
+SHA1 (XlsxWriter-1.1.0.tar.gz) = 230823f558c05a1ce4bbfb8b041fe22bad51b719
+RMD160 (XlsxWriter-1.1.0.tar.gz) = a55cca79df9d2c8fbb97483b75a496e321b812f5
+SHA512 (XlsxWriter-1.1.0.tar.gz) = 1d237aebb216b261d383859db28c311432e285e7175411a143e6d2d9b7577e7d12f536ba6495e5e3cdd3342dda87813b8c126916dd4bf38f79a063c5e4ab6512
+Size (XlsxWriter-1.1.0.tar.gz) = 247686 bytes



Home | Main Index | Thread Index | Old Index