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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/549ab1015d09
branches:  trunk
changeset: 346175:549ab1015d09
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Dec 29 16:54:30 2019 +0000

description:
py-xlsxwriter: updated to 1.2.7

Release 1.2.7:

* Fix for duplicate images being copied to an XlsxWriter file. Excel uses an
  optimization where it only stores one copy of a repeated/duplicate image in
  a workbook. XlsxWriter didn't do this which meant that the file size would
  increase when then was a large number of repeated images. This release fixes
  that issue and replicates Excel's behavior.

* Added documentation on :ref:`num_format_categories` and
  :ref:`num_format_locale`.

* Added note to :func:`protect()` about how it is possible to encrypt an
  XlsxWriter file using a third party, cross platform, open source tool called
  `msoffice-crypt <https://github.com/herumi/msoffice>`_.

diffstat:

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

diffs (27 lines):

diff -r a1acb111ee72 -r 549ab1015d09 textproc/py-xlsxwriter/Makefile
--- a/textproc/py-xlsxwriter/Makefile   Sun Dec 29 16:53:13 2019 +0000
+++ b/textproc/py-xlsxwriter/Makefile   Sun Dec 29 16:54:30 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2019/11/20 11:31:25 adam Exp $
+# $NetBSD: Makefile,v 1.37 2019/12/29 16:54:30 adam Exp $
 
-DISTNAME=      XlsxWriter-1.2.6
+DISTNAME=      XlsxWriter-1.2.7
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=X/XlsxWriter/}
diff -r a1acb111ee72 -r 549ab1015d09 textproc/py-xlsxwriter/distinfo
--- a/textproc/py-xlsxwriter/distinfo   Sun Dec 29 16:53:13 2019 +0000
+++ b/textproc/py-xlsxwriter/distinfo   Sun Dec 29 16:54:30 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.34 2019/11/20 11:31:25 adam Exp $
+$NetBSD: distinfo,v 1.35 2019/12/29 16:54:30 adam Exp $
 
-SHA1 (XlsxWriter-1.2.6.tar.gz) = 1a5a429b848bd130ad54060c6de1c5658709b9b5
-RMD160 (XlsxWriter-1.2.6.tar.gz) = e6174298f5aff7690d9c41b024517a4ad1334794
-SHA512 (XlsxWriter-1.2.6.tar.gz) = e2743d4b8147558d15e901772b93e52abb1c35664360a16d25cb040593143df58cc997ad5aab52711885d2ed51a6566377f955c358573dbb8510f68e8126cd4a
-Size (XlsxWriter-1.2.6.tar.gz) = 258550 bytes
+SHA1 (XlsxWriter-1.2.7.tar.gz) = 33734e7cde2d929a21d4698c343be9bd1b802e8c
+RMD160 (XlsxWriter-1.2.7.tar.gz) = d7ad336031c08997c7b8f05f9ae1e04d3deb8b0d
+SHA512 (XlsxWriter-1.2.7.tar.gz) = 4c3fe77d44b708be2e7dcc78c9fe948fd2e74dc50ce0aebd09faa1b20d44ee5d4fa51a1d6745758dd02d6f8ac4d4376b53d34c49774635a040477318c57fad5c
+Size (XlsxWriter-1.2.7.tar.gz) = 251563 bytes



Home | Main Index | Thread Index | Old Index