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:   fhajny
Date:           Fri Jun 17 11:57:45 UTC 2016

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

Log Message:
Update textproc/py-xlsxwriter to 0.9.2.

Release 0.9.2 - June 13 2016
---------------------------

* Added workbook :func:`set_size` method to set the workbook
  window size.

Release 0.9.1 - June 8 2016
---------------------------

* Added font support to chart :func:`set_table`.

* Documented used of font rotation in chart :ref:`data labels
  <chart_series_option_data_labels>`.

Release 0.9.0 - June 7 2016
---------------------------

* Added :ref:`trendline properties
  <chart_series_option_trendline>`:
  ``intercept``, ``display_equation`` and ``display_r_squared``.

Release 0.8.9 - June 1 2016
---------------------------

* Fix for :func:`insert_image` issue when handling images with
  zero dpi.

Release 0.8.8 - May 31 2016
---------------------------

* Added workbook :func:`set_custom_property` method to set custom
  document properties.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/py-xlsxwriter/Makefile \
    pkgsrc/textproc/py-xlsxwriter/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-xlsxwriter/PLIST

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.6 pkgsrc/textproc/py-xlsxwriter/Makefile:1.7
--- pkgsrc/textproc/py-xlsxwriter/Makefile:1.6  Mon May 16 13:53:49 2016
+++ pkgsrc/textproc/py-xlsxwriter/Makefile      Fri Jun 17 11:57:44 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2016/05/16 13:53:49 fhajny Exp $
+# $NetBSD: Makefile,v 1.7 2016/06/17 11:57:44 fhajny Exp $
 
-DISTNAME=      XlsxWriter-0.8.7
+DISTNAME=      XlsxWriter-0.9.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    misc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=jmcnamara/}
Index: pkgsrc/textproc/py-xlsxwriter/distinfo
diff -u pkgsrc/textproc/py-xlsxwriter/distinfo:1.6 pkgsrc/textproc/py-xlsxwriter/distinfo:1.7
--- pkgsrc/textproc/py-xlsxwriter/distinfo:1.6  Mon May 16 13:53:49 2016
+++ pkgsrc/textproc/py-xlsxwriter/distinfo      Fri Jun 17 11:57:44 2016
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2016/05/16 13:53:49 fhajny Exp $
+$NetBSD: distinfo,v 1.7 2016/06/17 11:57:44 fhajny Exp $
 
-SHA1 (XlsxWriter-0.8.7.tar.gz) = 902af0fb165adb9ec4cbf4f417ff93a1ae2c8f0a
-RMD160 (XlsxWriter-0.8.7.tar.gz) = 85b0c259abc6c335547610ea764eabf4691390d0
-SHA512 (XlsxWriter-0.8.7.tar.gz) = f134d35d429c56590f5f6d3e01942177be14ff4454acf8cc1a0ec0a08683655a5dd6c58870b6766096ec1bb4755af222067ac44fb071bc76f29d3cc5c83f7f6f
-Size (XlsxWriter-0.8.7.tar.gz) = 23485911 bytes
+SHA1 (XlsxWriter-0.9.2.tar.gz) = 1824734a0d3c03acdc44390e39e21666da5bc129
+RMD160 (XlsxWriter-0.9.2.tar.gz) = 1300dccd49f4487ddd45fd4f3741d4815201f169
+SHA512 (XlsxWriter-0.9.2.tar.gz) = ea768a0f13cc32b55238916e248657ad59b31d488a54a98c7bf7a53269e9b953da6060cdd329846381198bdb0a2df58c8930c92a4c90ff1331adf7932eedc736
+Size (XlsxWriter-0.9.2.tar.gz) = 23608889 bytes

Index: pkgsrc/textproc/py-xlsxwriter/PLIST
diff -u pkgsrc/textproc/py-xlsxwriter/PLIST:1.1 pkgsrc/textproc/py-xlsxwriter/PLIST:1.2
--- pkgsrc/textproc/py-xlsxwriter/PLIST:1.1     Mon Oct 19 10:45:03 2015
+++ pkgsrc/textproc/py-xlsxwriter/PLIST Fri Jun 17 11:57:44 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2015/10/19 10:45:03 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.2 2016/06/17 11:57:44 fhajny Exp $
 bin/vba_extract.py
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -58,6 +58,9 @@ ${PYSITELIB}/xlsxwriter/contenttypes.pyo
 ${PYSITELIB}/xlsxwriter/core.py
 ${PYSITELIB}/xlsxwriter/core.pyc
 ${PYSITELIB}/xlsxwriter/core.pyo
+${PYSITELIB}/xlsxwriter/custom.py
+${PYSITELIB}/xlsxwriter/custom.pyc
+${PYSITELIB}/xlsxwriter/custom.pyo
 ${PYSITELIB}/xlsxwriter/drawing.py
 ${PYSITELIB}/xlsxwriter/drawing.pyc
 ${PYSITELIB}/xlsxwriter/drawing.pyo



Home | Main Index | Thread Index | Old Index