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: Wed Apr 24 10:11:28 UTC 2019
Modified Files:
pkgsrc/textproc/py-xlsxwriter: Makefile distinfo
Log Message:
py-xlsxwriter: updated to 1.1.7
Release 1.1.7:
* Added docs on :ref:object_position.
* Added fix for sizing of cell comment boxes when they cross columns/rows that
have size changes that occur after the comment is written.
* Added fix for the sizing of worksheet objects (images, charts, textboxes)
when the underlying cell sizes have changed and the "object_position"
parameter has been set to 1 "Move and size with cells". An additional mode 4
has been added to simulate inserting the object in hidden rows.
* Added object positioning for charts and textboxes, it was already supported
for images. Note, the parameter is now called object_position. The
previous parameter name positioning is deprecated but still supported
for images.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/textproc/py-xlsxwriter/Makefile
cvs rdiff -u -r1.25 -r1.26 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.27 pkgsrc/textproc/py-xlsxwriter/Makefile:1.28
--- pkgsrc/textproc/py-xlsxwriter/Makefile:1.27 Sun Apr 7 16:00:09 2019
+++ pkgsrc/textproc/py-xlsxwriter/Makefile Wed Apr 24 10:11:28 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2019/04/07 16:00:09 adam Exp $
+# $NetBSD: Makefile,v 1.28 2019/04/24 10:11:28 adam Exp $
-DISTNAME= XlsxWriter-1.1.6
+DISTNAME= XlsxWriter-1.1.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=X/XlsxWriter/}
Index: pkgsrc/textproc/py-xlsxwriter/distinfo
diff -u pkgsrc/textproc/py-xlsxwriter/distinfo:1.25 pkgsrc/textproc/py-xlsxwriter/distinfo:1.26
--- pkgsrc/textproc/py-xlsxwriter/distinfo:1.25 Sun Apr 7 16:00:09 2019
+++ pkgsrc/textproc/py-xlsxwriter/distinfo Wed Apr 24 10:11:28 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.25 2019/04/07 16:00:09 adam Exp $
+$NetBSD: distinfo,v 1.26 2019/04/24 10:11:28 adam Exp $
-SHA1 (XlsxWriter-1.1.6.tar.gz) = 7579f6798472f2ab8a8582d5bfff4e10ccbfb0e9
-RMD160 (XlsxWriter-1.1.6.tar.gz) = 8ed21c1fc200a258b387674ec6baa0b948a641e6
-SHA512 (XlsxWriter-1.1.6.tar.gz) = 61e4ea71073447592de38959cceaba155b42990256e040df9a31017dd5a764d4d4e11e6146678b20c26bee02e9dcb2951eed8fd07f22c6a53e44293cb540aa0a
-Size (XlsxWriter-1.1.6.tar.gz) = 253364 bytes
+SHA1 (XlsxWriter-1.1.7.tar.gz) = 00727e0ebae1739f295c2fe561e5e531d05823cc
+RMD160 (XlsxWriter-1.1.7.tar.gz) = 261999968dbc515ab4953b74cc3d8c2f76160493
+SHA512 (XlsxWriter-1.1.7.tar.gz) = 8a91bedd85c20b5f3f1d8b6f8cd66fcb5762e2bbf92813a365ecd1414635ae6d4213a48159ec5241e716f9ba640996f73530d1f004876ae552fef03759719b68
+Size (XlsxWriter-1.1.7.tar.gz) = 253732 bytes
Home |
Main Index |
Thread Index |
Old Index