Tue Jan 3 07:20:55 2017 UTC ()
Update textproc/py-xlsxwriter to 0.9.6.

Release 0.9.6 - Dec 26 2016
---------------------------

* Fix for table with data but without a header.

* Add a warning when the number of series in a chart exceeds Excel's limit
  of 255.

Release 0.9.5 - Dec 24 2016
---------------------------

* Fix for missing `remove_timezone` option in Chart class.

Release 0.9.4 - Dec 2 2016
--------------------------

* Added user definable removal of timezones in datetimes. See the
  :func:`Workbook` constructor option ``remove_timezone`` and :ref:`Timezone
  Handling in XlsxWriter <timezone_handling>`.

* Fix duplicate header warning in :func:`add_table` when there is only one
  user defined header.

* Fix for `center_across` property in :func:`add_format`.


(fhajny)
diff -r1.8 -r1.9 pkgsrc/textproc/py-xlsxwriter/Makefile
diff -r1.8 -r1.9 pkgsrc/textproc/py-xlsxwriter/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/textproc/py-xlsxwriter/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/py-xlsxwriter/Makefile 2016/08/09 09:13:54 1.8
+++ pkgsrc/textproc/py-xlsxwriter/Makefile 2017/01/03 07:20:55 1.9
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.8 2016/08/09 09:13:54 fhajny Exp $ 1# $NetBSD: Makefile,v 1.9 2017/01/03 07:20:55 fhajny Exp $
2 2
3DISTNAME= XlsxWriter-0.9.3 3DISTNAME= XlsxWriter-0.9.6
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
5CATEGORIES= misc 5CATEGORIES= misc
6MASTER_SITES= ${MASTER_SITE_GITHUB:=jmcnamara/} 6MASTER_SITES= ${MASTER_SITE_GITHUB:=jmcnamara/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://github.com/jmcnamara/XlsxWriter/ 9HOMEPAGE= http://github.com/jmcnamara/XlsxWriter/
10COMMENT= Python module for creating Excel XLSX files 10COMMENT= Python module for creating Excel XLSX files
11LICENSE= 2-clause-bsd 11LICENSE= 2-clause-bsd
12 12
13GITHUB_PROJECT= XlsxWriter 13GITHUB_PROJECT= XlsxWriter
14GITHUB_TAG= RELEASE_${PKGVERSION_NOREV} 14GITHUB_TAG= RELEASE_${PKGVERSION_NOREV}
15 15
16USE_LANGUAGES= # none 16USE_LANGUAGES= # none

cvs diff -r1.8 -r1.9 pkgsrc/textproc/py-xlsxwriter/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/py-xlsxwriter/distinfo 2016/08/09 09:13:54 1.8
+++ pkgsrc/textproc/py-xlsxwriter/distinfo 2017/01/03 07:20:55 1.9
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.8 2016/08/09 09:13:54 fhajny Exp $ 1$NetBSD: distinfo,v 1.9 2017/01/03 07:20:55 fhajny Exp $
2 2
3SHA1 (XlsxWriter-0.9.3.tar.gz) = 74b11f152fbcd072c646b498999a0c18a0ee6998 3SHA1 (XlsxWriter-0.9.6.tar.gz) = 19308a33d4efd52792509bea560b753f5ae80993
4RMD160 (XlsxWriter-0.9.3.tar.gz) = 3ad8e90680a315d9538f32992b3a7b51091140dd 4RMD160 (XlsxWriter-0.9.6.tar.gz) = 5dabebf3a6c866032d3ce2c53fb92fbcde251a8f
5SHA512 (XlsxWriter-0.9.3.tar.gz) = 9e0051839e8232c0266ea0650f30581a9f8998d78325a3196987051e254d6043ea8a050b154a9db92ac97f92ec64b78e0281af51884a494a08edf3ec45502f70 5SHA512 (XlsxWriter-0.9.6.tar.gz) = 7db4d81fd5f29f6806e68ae73099ac31161d64d824c59072c054f8f4a0d10b94529397b2ca9a327c36f9985dddf7c4a90ce59b06e05f57e63e1ce506baf3e11d
6Size (XlsxWriter-0.9.3.tar.gz) = 23596230 bytes 6Size (XlsxWriter-0.9.6.tar.gz) = 23578982 bytes