pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-xlsxwriter



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Sep  6 09:28:24 UTC 2018

Modified Files:
        pkgsrc/textproc/py-xlsxwriter: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/textproc/py-xlsxwriter/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/textproc/py-xlsxwriter/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/py-xlsxwriter/Makefile
diff -u pkgsrc/textproc/py-xlsxwriter/Makefile:1.21 pkgsrc/textproc/py-xlsxwriter/Makefile:1.22
--- pkgsrc/textproc/py-xlsxwriter/Makefile:1.21 Tue Aug 28 06:32:59 2018
+++ pkgsrc/textproc/py-xlsxwriter/Makefile      Thu Sep  6 09:28:24 2018
@@ -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/}

Index: pkgsrc/textproc/py-xlsxwriter/distinfo
diff -u pkgsrc/textproc/py-xlsxwriter/distinfo:1.19 pkgsrc/textproc/py-xlsxwriter/distinfo:1.20
--- pkgsrc/textproc/py-xlsxwriter/distinfo:1.19 Tue Aug 28 06:32:59 2018
+++ pkgsrc/textproc/py-xlsxwriter/distinfo      Thu Sep  6 09:28:24 2018
@@ -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