Skip to content

Commit

Permalink
Update textproc/py-xlsxwriter to 0.8.4.
Browse files Browse the repository at this point in the history
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>`_.
  • Loading branch information
fhajny committed Jan 18, 2016
1 parent caed54f commit bde665e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions textproc/py-xlsxwriter/Makefile
Original file line number Diff line number Diff line change
@@ -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/}
Expand Down
10 changes: 5 additions & 5 deletions textproc/py-xlsxwriter/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.2 2016/01/07 16:05:04 fhajny Exp $
$NetBSD: distinfo,v 1.3 2016/01/18 20:59:59 fhajny Exp $

SHA1 (XlsxWriter-0.7.8.tar.gz) = 848f49640b4a13ebbe9abf510b4203051e17d61f
RMD160 (XlsxWriter-0.7.8.tar.gz) = 7f3dc3697f5b6434a7506ce5d0708bb9da7affe4
SHA512 (XlsxWriter-0.7.8.tar.gz) = 4e54831459c12fb02de0e68b9d43bc9264522cdb103edfa6527e832835d1d4d6c474f5724aefb33b9837a70c407008675d32d5ad0fb41f682073f8a11ccd3920
Size (XlsxWriter-0.7.8.tar.gz) = 23047015 bytes
SHA1 (XlsxWriter-0.8.4.tar.gz) = c652da57f76c04e7a7eecf779dafff9b46dce2e3
RMD160 (XlsxWriter-0.8.4.tar.gz) = f26c8cdbc6572b7ca88fb65e6026eaed7072cfe6
SHA512 (XlsxWriter-0.8.4.tar.gz) = eb936cf230f4c507664ffed89b73ab27ed932708ebc91c54647362a7a1fd1da8441effaa91eb5687f31ac1e99680d26b22f5859ed37daa79b37c102ead9fe2df
Size (XlsxWriter-0.8.4.tar.gz) = 23333040 bytes

0 comments on commit bde665e

Please sign in to comment.