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:           Tue Sep 29 09:57:27 UTC 2020

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

Log Message:
py-xlsxwriter: updated to 1.3.6

Release 1.3.6:
* Added the worksheet :func:`unprotect_range()` method to allow ranges within
  a protected worksheet to be unprotected.
* There are now over 1500 test cases in the test suite, including 900 tests
  that compare the output from XlsxWriter, byte for byte, against test files
  created in Excel. This is to ensure the maximum possible compatibility with
  Excel.

Release 1.3.5:
* Fixed issue where relative url links in images didn't work.
* Added ``use_zip64`` as a constructor option.
* Added check, and warning, for worksheet tables with no data row.
  Either with or without a header row.
* Add a warning when the string length in :func:`write_rich_string()` exceeds
  Excel's limit.

Release 1.3.4:
* Replaced internal MD5 digest used to check for duplicate images with a SHA256
  digest to avoid issues on operating systems such as Red Hat in FIPS mode
  which don't support MD5 for security reasons.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/textproc/py-xlsxwriter/Makefile
cvs rdiff -u -r1.41 -r1.42 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.43 pkgsrc/textproc/py-xlsxwriter/Makefile:1.44
--- pkgsrc/textproc/py-xlsxwriter/Makefile:1.43 Fri Aug 21 08:00:21 2020
+++ pkgsrc/textproc/py-xlsxwriter/Makefile      Tue Sep 29 09:57:26 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2020/08/21 08:00:21 adam Exp $
+# $NetBSD: Makefile,v 1.44 2020/09/29 09:57:26 adam Exp $
 
-DISTNAME=      XlsxWriter-1.3.3
+DISTNAME=      XlsxWriter-1.3.6
 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.41 pkgsrc/textproc/py-xlsxwriter/distinfo:1.42
--- pkgsrc/textproc/py-xlsxwriter/distinfo:1.41 Fri Aug 21 08:00:21 2020
+++ pkgsrc/textproc/py-xlsxwriter/distinfo      Tue Sep 29 09:57:26 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.41 2020/08/21 08:00:21 adam Exp $
+$NetBSD: distinfo,v 1.42 2020/09/29 09:57:26 adam Exp $
 
-SHA1 (XlsxWriter-1.3.3.tar.gz) = bd168ffaab05275f77897c230799653ff0af833a
-RMD160 (XlsxWriter-1.3.3.tar.gz) = bd8a907b1fb84a9eaf20b537b254eccb5cbd515e
-SHA512 (XlsxWriter-1.3.3.tar.gz) = eb5be783ed97842a470b8f8c76cdcd4343c3105bc32416ab1f832594e263c962c97d011c83f24ae88843bc35adc6088e9bd0db5b37e606d268de85c96e8b2a27
-Size (XlsxWriter-1.3.3.tar.gz) = 254391 bytes
+SHA1 (XlsxWriter-1.3.6.tar.gz) = e04b729058d3d0dbc62e1ba796fee701709b0ec9
+RMD160 (XlsxWriter-1.3.6.tar.gz) = b38e803fe7eb9b76cf043538c7e0d0ab73530ff0
+SHA512 (XlsxWriter-1.3.6.tar.gz) = a053da591d261fc1bf1b4cfdfb842de0733d9b3ea51b5f7d892ab85d95dc08469f43d87825a31c86eba1085b406c9f2774ec28395e44cbfb28d23153ff117743
+Size (XlsxWriter-1.3.6.tar.gz) = 255476 bytes



Home | Main Index | Thread Index | Old Index