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.1.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d639a58617d7
branches:  trunk
changeset: 322545:d639a58617d7
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Apr 24 10:11:28 2019 +0000

description:
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.

diffstat:

 textproc/py-xlsxwriter/Makefile |   4 ++--
 textproc/py-xlsxwriter/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 3cd5fa4efc7f -r d639a58617d7 textproc/py-xlsxwriter/Makefile
--- a/textproc/py-xlsxwriter/Makefile   Wed Apr 24 10:09:59 2019 +0000
+++ b/textproc/py-xlsxwriter/Makefile   Wed Apr 24 10:11:28 2019 +0000
@@ -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/}
diff -r 3cd5fa4efc7f -r d639a58617d7 textproc/py-xlsxwriter/distinfo
--- a/textproc/py-xlsxwriter/distinfo   Wed Apr 24 10:09:59 2019 +0000
+++ b/textproc/py-xlsxwriter/distinfo   Wed Apr 24 10:11:28 2019 +0000
@@ -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