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:           Fri Apr  2 08:40:31 UTC 2021

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

Log Message:
py-xlsxwriter: updated to 1.3.8

Release 1.3.8 - March 29 2021
-----------------------------

* Added accessibility options "description" and "decorative" to
  :func:`insert_image`.

* Added fix for datetime.timedelta values that exceed the Excel 1900 leap day
  (timedeltas greater than 59 days, in hours). This is a backward incompatible
  change.

* Added the worksheet :func:`read_only_recommended` method to set the Excel
  "Read-only Recommended" option that is available when saving a file.

* Fixed issue where temp files used in `constant_memory` mode weren't
  closed/deleted if the workbook object was garbage collected.

* Fixed issue where pattern formats without colors where given a default black
  fill color.

* Added option to set a chart crossing to 'min' as well as the existing 'max'
  option. The 'min' option isn't available in the Excel interface but can be
  enabled via VBA.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/textproc/py-xlsxwriter/Makefile
cvs rdiff -u -r1.43 -r1.44 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.45 pkgsrc/textproc/py-xlsxwriter/Makefile:1.46
--- pkgsrc/textproc/py-xlsxwriter/Makefile:1.45 Wed Oct 14 13:27:25 2020
+++ pkgsrc/textproc/py-xlsxwriter/Makefile      Fri Apr  2 08:40:31 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2020/10/14 13:27:25 adam Exp $
+# $NetBSD: Makefile,v 1.46 2021/04/02 08:40:31 adam Exp $
 
-DISTNAME=      XlsxWriter-1.3.7
+DISTNAME=      XlsxWriter-1.3.8
 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.43 pkgsrc/textproc/py-xlsxwriter/distinfo:1.44
--- pkgsrc/textproc/py-xlsxwriter/distinfo:1.43 Wed Oct 14 13:27:25 2020
+++ pkgsrc/textproc/py-xlsxwriter/distinfo      Fri Apr  2 08:40:31 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.43 2020/10/14 13:27:25 adam Exp $
+$NetBSD: distinfo,v 1.44 2021/04/02 08:40:31 adam Exp $
 
-SHA1 (XlsxWriter-1.3.7.tar.gz) = 0bc56d882e048b25be51ec85cb39383be52d8227
-RMD160 (XlsxWriter-1.3.7.tar.gz) = 0d2c3ce2ac404f26d58f8889724ac0111657faaf
-SHA512 (XlsxWriter-1.3.7.tar.gz) = 6ad8bd7fe308a15056e3b2572763c7db8509dcd9828351a0122d700312468abf90d5e634c1aea4fdb0c7900de271d92eb39603ddc285ec8be010f4537b2ccf4d
-Size (XlsxWriter-1.3.7.tar.gz) = 255776 bytes
+SHA1 (XlsxWriter-1.3.8.tar.gz) = e4b9d9ecd29fbb4a7ffdcf007c28b77f13367c3f
+RMD160 (XlsxWriter-1.3.8.tar.gz) = 03c51af1f41ab8902ba84eb30b8a39e1438f3c48
+SHA512 (XlsxWriter-1.3.8.tar.gz) = 40b4718ce3519dd5d4545cab2ddcbbd7432818d8e77c23ebd456a7e583b1719b9e1208b983bbffecd395ca6eb7daf396a8ac537c56c0bb5cf2b7c8e386304b72
+Size (XlsxWriter-1.3.8.tar.gz) = 264821 bytes



Home | Main Index | Thread Index | Old Index