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.
This commit is contained in:
adam 2019-04-24 10:11:28 +00:00
parent 0a05b8c739
commit 5f44d6656f
2 changed files with 7 additions and 7 deletions

View file

@ -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} PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= textproc python CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=X/XlsxWriter/} MASTER_SITES= ${MASTER_SITE_PYPI:=X/XlsxWriter/}

View file

@ -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 SHA1 (XlsxWriter-1.1.7.tar.gz) = 00727e0ebae1739f295c2fe561e5e531d05823cc
RMD160 (XlsxWriter-1.1.6.tar.gz) = 8ed21c1fc200a258b387674ec6baa0b948a641e6 RMD160 (XlsxWriter-1.1.7.tar.gz) = 261999968dbc515ab4953b74cc3d8c2f76160493
SHA512 (XlsxWriter-1.1.6.tar.gz) = 61e4ea71073447592de38959cceaba155b42990256e040df9a31017dd5a764d4d4e11e6146678b20c26bee02e9dcb2951eed8fd07f22c6a53e44293cb540aa0a SHA512 (XlsxWriter-1.1.7.tar.gz) = 8a91bedd85c20b5f3f1d8b6f8cd66fcb5762e2bbf92813a365ecd1414635ae6d4213a48159ec5241e716f9ba640996f73530d1f004876ae552fef03759719b68
Size (XlsxWriter-1.1.6.tar.gz) = 253364 bytes Size (XlsxWriter-1.1.7.tar.gz) = 253732 bytes