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:           Sun Dec 29 16:54:30 UTC 2019

Modified Files:
        pkgsrc/textproc/py-xlsxwriter: Makefile distinfo

Log Message:
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>`_.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/textproc/py-xlsxwriter/Makefile
cvs rdiff -u -r1.34 -r1.35 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.36 pkgsrc/textproc/py-xlsxwriter/Makefile:1.37
--- pkgsrc/textproc/py-xlsxwriter/Makefile:1.36 Wed Nov 20 11:31:25 2019
+++ pkgsrc/textproc/py-xlsxwriter/Makefile      Sun Dec 29 16:54:30 2019
@@ -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/}

Index: pkgsrc/textproc/py-xlsxwriter/distinfo
diff -u pkgsrc/textproc/py-xlsxwriter/distinfo:1.34 pkgsrc/textproc/py-xlsxwriter/distinfo:1.35
--- pkgsrc/textproc/py-xlsxwriter/distinfo:1.34 Wed Nov 20 11:31:25 2019
+++ pkgsrc/textproc/py-xlsxwriter/distinfo      Sun Dec 29 16:54:30 2019
@@ -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