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:   adam
Date:           Mon Aug 27 08:03:21 UTC 2018

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

Log Message:
py-xlsxwriter: updated to 1.0.8

Release 1.0.8:
Added named exceptions to XlsxWriter. See The Exceptions Class.
Removed the implicit close() in the destructor since it wasn’t guaranteed to work correctly and raised a confusing exception when any other exception was triggered. Note that this is a backward 
incompatible change. The with context manager is a better way to close automatically, see close().
Added border, fill, pattern and gradient formatting options to set_legend().
Added top_right position to set_legend().


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/textproc/py-xlsxwriter/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-xlsxwriter/PLIST
cvs rdiff -u -r1.17 -r1.18 pkgsrc/textproc/py-xlsxwriter/distinfo

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.19 pkgsrc/textproc/py-xlsxwriter/Makefile:1.20
--- pkgsrc/textproc/py-xlsxwriter/Makefile:1.19 Thu Aug 16 11:29:29 2018
+++ pkgsrc/textproc/py-xlsxwriter/Makefile      Mon Aug 27 08:03:20 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2018/08/16 11:29:29 adam Exp $
+# $NetBSD: Makefile,v 1.20 2018/08/27 08:03:20 adam Exp $
 
-DISTNAME=      XlsxWriter-1.0.7
+DISTNAME=      XlsxWriter-1.0.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=X/XlsxWriter/}

Index: pkgsrc/textproc/py-xlsxwriter/PLIST
diff -u pkgsrc/textproc/py-xlsxwriter/PLIST:1.2 pkgsrc/textproc/py-xlsxwriter/PLIST:1.3
--- pkgsrc/textproc/py-xlsxwriter/PLIST:1.2     Fri Jun 17 11:57:44 2016
+++ pkgsrc/textproc/py-xlsxwriter/PLIST Mon Aug 27 08:03:20 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2016/06/17 11:57:44 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/08/27 08:03:20 adam Exp $
 bin/vba_extract.py
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -64,6 +64,9 @@ ${PYSITELIB}/xlsxwriter/custom.pyo
 ${PYSITELIB}/xlsxwriter/drawing.py
 ${PYSITELIB}/xlsxwriter/drawing.pyc
 ${PYSITELIB}/xlsxwriter/drawing.pyo
+${PYSITELIB}/xlsxwriter/exceptions.py
+${PYSITELIB}/xlsxwriter/exceptions.pyc
+${PYSITELIB}/xlsxwriter/exceptions.pyo
 ${PYSITELIB}/xlsxwriter/format.py
 ${PYSITELIB}/xlsxwriter/format.pyc
 ${PYSITELIB}/xlsxwriter/format.pyo

Index: pkgsrc/textproc/py-xlsxwriter/distinfo
diff -u pkgsrc/textproc/py-xlsxwriter/distinfo:1.17 pkgsrc/textproc/py-xlsxwriter/distinfo:1.18
--- pkgsrc/textproc/py-xlsxwriter/distinfo:1.17 Thu Aug 16 11:29:29 2018
+++ pkgsrc/textproc/py-xlsxwriter/distinfo      Mon Aug 27 08:03:20 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2018/08/16 11:29:29 adam Exp $
+$NetBSD: distinfo,v 1.18 2018/08/27 08:03:20 adam Exp $
 
-SHA1 (XlsxWriter-1.0.7.tar.gz) = df1a99a1d7a0b95bb7c68d8198aff9e93fdefb64
-RMD160 (XlsxWriter-1.0.7.tar.gz) = c97803d0794241dadd97d74ace2d0bd2e5ca743e
-SHA512 (XlsxWriter-1.0.7.tar.gz) = cccfcea13038c0bfde8f036b994002acfec8ad3f8ab7a9dd1435bd2c413730945ebe61d46e3f3b986741983f06c097394f9db35e034a4a2e6d891d89d023558d
-Size (XlsxWriter-1.0.7.tar.gz) = 246266 bytes
+SHA1 (XlsxWriter-1.0.8.tar.gz) = d136c330f5cffb201b3b099fe6a204e6db44a594
+RMD160 (XlsxWriter-1.0.8.tar.gz) = 18a08cdf809f684baef8f2d3d7aab9e8789393ac
+SHA512 (XlsxWriter-1.0.8.tar.gz) = 226f88d882a9e6a16e137182dc3da3ecf329f611cd8d97b3e0bdf700e40fbd161505ee76a0bb69060879d8e750116c4524afa8eba35475654fe2e089c8da6aea
+Size (XlsxWriter-1.0.8.tar.gz) = 247475 bytes



Home | Main Index | Thread Index | Old Index