Tue Jan 17 10:05:22 2023 UTC ()
py-xlsxwriter: updated to 3.0.7

Release 3.0.7 - January 14 2023
-------------------------------

* Improved :func:`autofit` algorithm to account for the additional width of
  autofilter and table dropdowns.

* Improved :func:`autofit` take user defined column widths into account.

  Autofit will now only update the width for an existing column if it is greater
  than the user defined value. This allows the user to pre-load a minimum column
  width.


(adam)
diff -r1.57 -r1.58 pkgsrc/textproc/py-xlsxwriter/Makefile
diff -r1.56 -r1.57 pkgsrc/textproc/py-xlsxwriter/distinfo

cvs diff -r1.57 -r1.58 pkgsrc/textproc/py-xlsxwriter/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/py-xlsxwriter/Makefile 2023/01/11 10:53:16 1.57
+++ pkgsrc/textproc/py-xlsxwriter/Makefile 2023/01/17 10:05:22 1.58
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.57 2023/01/11 10:53:16 adam Exp $ 1# $NetBSD: Makefile,v 1.58 2023/01/17 10:05:22 adam Exp $
2 2
3DISTNAME= XlsxWriter-3.0.6 3DISTNAME= XlsxWriter-3.0.7
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
5CATEGORIES= textproc python 5CATEGORIES= textproc python
6MASTER_SITES= ${MASTER_SITE_PYPI:=X/XlsxWriter/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=X/XlsxWriter/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/jmcnamara/XlsxWriter 9HOMEPAGE= https://github.com/jmcnamara/XlsxWriter
10COMMENT= Python module for creating Excel XLSX files 10COMMENT= Python module for creating Excel XLSX files
11LICENSE= 2-clause-bsd 11LICENSE= 2-clause-bsd
12 12
13USE_LANGUAGES= # none 13USE_LANGUAGES= # none
14 14
15PYTHON_VERSIONS_INCOMPATIBLE= 27 15PYTHON_VERSIONS_INCOMPATIBLE= 27
16 16

cvs diff -r1.56 -r1.57 pkgsrc/textproc/py-xlsxwriter/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/py-xlsxwriter/distinfo 2023/01/11 10:53:16 1.56
+++ pkgsrc/textproc/py-xlsxwriter/distinfo 2023/01/17 10:05:22 1.57
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.56 2023/01/11 10:53:16 adam Exp $ 1$NetBSD: distinfo,v 1.57 2023/01/17 10:05:22 adam Exp $
2 2
3BLAKE2s (XlsxWriter-3.0.6.tar.gz) = bcf53c334d9b9d9196fe6071617d9c10f2beaac42002da213ac7b7b963364dc7 3BLAKE2s (XlsxWriter-3.0.7.tar.gz) = 26684f01698ee8628f1f95d2e8599518fb68fc2af60816ccda3084aa3af0c86b
4SHA512 (XlsxWriter-3.0.6.tar.gz) = d51919b20db190b1e0992116122422fc614dd8cc312c7c9460625911e0ae9cc30a6ca138fad1df34540859f9d231b66f6ffdba7c1713b368a9b1e128ea508258 4SHA512 (XlsxWriter-3.0.7.tar.gz) = 531a2da0a8c042428e10c1cd49ff488392f9e0d994629e0bd2a506abb31b3e6858d65a8b44129cccfb069580a7edaf1e6d45c39b278dca966c47f2835090c103
5Size (XlsxWriter-3.0.6.tar.gz) = 267162 bytes 5Size (XlsxWriter-3.0.7.tar.gz) = 267641 bytes