summaryrefslogtreecommitdiff
path: root/textproc/py-xlsxwriter/Makefile
diff options
context:
space:
mode:
authorfhajny <fhajny>2016-01-18 20:59:59 +0000
committerfhajny <fhajny>2016-01-18 20:59:59 +0000
commite17cbb2f5c53e519e7674de056b4883934ac2d35 (patch)
tree43b88d3555a261363598cba7d85d180bf03765ea /textproc/py-xlsxwriter/Makefile
parent315645202923c212a59a840f01ccfec442d7a85b (diff)
downloadpkgsrc-e17cbb2f5c53e519e7674de056b4883934ac2d35.tar.gz
Update textproc/py-xlsxwriter to 0.8.4.
Release 0.8.4 - January 16 2016 ------------------------------- * Fix for :func:`write_url` exception when the URL contains two ``#`` location/anchors. Note, URLs like this aren't strictly valid and cannot be entered manually in Excel. Issue `#330 <https://github.com/jmcnamara/XlsxWriter/issues/330>`_. Release 0.8.3 - January 14 2016 ------------------------------- * Added options to configure chart axis tick placement. See :func:`set_x_axis()`. Release 0.8.2 - January 13 2016 ------------------------------- * Added transparency option to solid fill colors in chart areas (:ref:`chart_formatting_fill`). Feature request `#298 <https://github.com/jmcnamara/XlsxWriter/issues/298>`_. Release 0.8.1 - January 12 2016 ------------------------------- * Added option to set chart tick interval. Feature request `#251 <https://github.com/jmcnamara/XlsxWriter/issues/251>`_. Release 0.8.0 - January 10 2016 ------------------------------- * Added additional documentation on :ref:`working_with_formulas`. Release 0.7.9 - January 9 2016 ------------------------------ * Added chart pattern fills, see :ref:`chart_formatting_pattern` and :ref:`ex_chart_pattern`. Feature request `#268 <https://github.com/jmcnamara/XlsxWriter/issues/268>`_.
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 1719462ae9e..99036109912 100644
--- a/textproc/py-xlsxwriter/Makefile
+++ b/textproc/py-xlsxwriter/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2016/01/07 16:05:04 fhajny Exp $
+# $NetBSD: Makefile,v 1.3 2016/01/18 20:59:59 fhajny Exp $
-DISTNAME= XlsxWriter-0.7.8
+DISTNAME= XlsxWriter-0.8.4
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_GITHUB:=jmcnamara/}