summaryrefslogtreecommitdiff
path: root/textproc/py-xlsxwriter/Makefile
diff options
context:
space:
mode:
authorfhajny <fhajny>2016-05-16 13:53:49 +0000
committerfhajny <fhajny>2016-05-16 13:53:49 +0000
commit1926b0ba0c2505df475c21193ce5de84eddede32 (patch)
tree51198c8e1d17384723e3f7a553c92bb84f7bbd3d /textproc/py-xlsxwriter/Makefile
parent3ef2d83de713faf8eed74d96320e97cc9905cbc0 (diff)
downloadpkgsrc-1926b0ba0c2505df475c21193ce5de84eddede32.tar.gz
Update textproc/py-xlsxwriter to 0.8.7.
* Fix for issue when inserting read-only images on Windows. * Added :func:`get_worksheet_by_name()` method to allow the retrieval of a worksheet from a workbook via its name. * Fixed issue where internal file creation and modification dates where in the local timezone instead of UTC.
Diffstat (limited to 'textproc/py-xlsxwriter/Makefile')
-rw-r--r--textproc/py-xlsxwriter/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-xlsxwriter/Makefile b/textproc/py-xlsxwriter/Makefile
index 6bb41e0178d..71a56602f6b 100644
--- a/textproc/py-xlsxwriter/Makefile
+++ b/textproc/py-xlsxwriter/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2016/04/29 09:21:20 fhajny Exp $
+# $NetBSD: Makefile,v 1.6 2016/05/16 13:53:49 fhajny Exp $
-DISTNAME= XlsxWriter-0.8.6
+DISTNAME= XlsxWriter-0.8.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GITHUB:=jmcnamara/}