pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/py-xlsxwriter py-xlsxwriter: updated to 1.0.8
details: https://anonhg.NetBSD.org/pkgsrc/rev/6670d7a7415f
branches: trunk
changeset: 312147:6670d7a7415f
user: adam <adam%pkgsrc.org@localhost>
date: Mon Aug 27 08:03:20 2018 +0000
description:
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().
diffstat:
textproc/py-xlsxwriter/Makefile | 4 ++--
textproc/py-xlsxwriter/PLIST | 5 ++++-
textproc/py-xlsxwriter/distinfo | 10 +++++-----
3 files changed, 11 insertions(+), 8 deletions(-)
diffs (46 lines):
diff -r 48128a8a2933 -r 6670d7a7415f textproc/py-xlsxwriter/Makefile
--- a/textproc/py-xlsxwriter/Makefile Mon Aug 27 08:00:45 2018 +0000
+++ b/textproc/py-xlsxwriter/Makefile Mon Aug 27 08:03:20 2018 +0000
@@ -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/}
diff -r 48128a8a2933 -r 6670d7a7415f textproc/py-xlsxwriter/PLIST
--- a/textproc/py-xlsxwriter/PLIST Mon Aug 27 08:00:45 2018 +0000
+++ b/textproc/py-xlsxwriter/PLIST Mon Aug 27 08:03:20 2018 +0000
@@ -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/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
diff -r 48128a8a2933 -r 6670d7a7415f textproc/py-xlsxwriter/distinfo
--- a/textproc/py-xlsxwriter/distinfo Mon Aug 27 08:00:45 2018 +0000
+++ b/textproc/py-xlsxwriter/distinfo Mon Aug 27 08:03:20 2018 +0000
@@ -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