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:           Thu Jan 23 07:26:49 UTC 2025
Modified Files:
        pkgsrc/textproc/py-xlsxwriter: Makefile distinfo
Log Message:
py-xlsxwriter: updated to 3.2.1
Release 3.2.1 - January 22 2025
Added improvements to ``autofit()``.
* Added the optional ``max_width`` parameter to the :func:`autofit()` method to
  work around the issue where the autofit width is too big.
  Excel autofits very long strings up to limit of 1790 pixels/255 characters.
  This is often too wide to display on a single screen at normal zoom. As such
  the ``max_width`` parameter is provided to enable a smaller upper pixel limit
  for autofitting long strings. See :func:`autofit()`.
* Added the :func:`cell_autofit_width` utility function to allow users to
  calculate the auto-fit width for a cell value. This allows the user to
  implement their own auto-fit logic. See :ref:`ex_autofit_manually`.
To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 pkgsrc/textproc/py-xlsxwriter/Makefile
cvs rdiff -u -r1.69 -r1.70 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.71 pkgsrc/textproc/py-xlsxwriter/Makefile:1.72
--- pkgsrc/textproc/py-xlsxwriter/Makefile:1.71 Mon Nov 11 07:29:11 2024
+++ pkgsrc/textproc/py-xlsxwriter/Makefile      Thu Jan 23 07:26:49 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.71 2024/11/11 07:29:11 wiz Exp $
+# $NetBSD: Makefile,v 1.72 2025/01/23 07:26:49 adam Exp $
 
-DISTNAME=      XlsxWriter-3.2.0
+DISTNAME=      XlsxWriter-3.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=X/XlsxWriter/}
@@ -14,7 +14,5 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-setuptools
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/py-xlsxwriter/distinfo
diff -u pkgsrc/textproc/py-xlsxwriter/distinfo:1.69 pkgsrc/textproc/py-xlsxwriter/distinfo:1.70
--- pkgsrc/textproc/py-xlsxwriter/distinfo:1.69 Mon Feb 19 06:04:04 2024
+++ pkgsrc/textproc/py-xlsxwriter/distinfo      Thu Jan 23 07:26:49 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.69 2024/02/19 06:04:04 adam Exp $
+$NetBSD: distinfo,v 1.70 2025/01/23 07:26:49 adam Exp $
 
-BLAKE2s (XlsxWriter-3.2.0.tar.gz) = 4f97db951d5e9edb8184bdf2b5dd685fe96281fb0399662145a9e974f2b6d702
-SHA512 (XlsxWriter-3.2.0.tar.gz) = be0a31d23fc98dac20c1d8a0a52ad9a48536d2061956ea3620c1c9fdad1600c1d9e202998f3bbeafb1b4c00c2809af93d6ab19d1f2240714567973a363cd6e70
-Size (XlsxWriter-3.2.0.tar.gz) = 198732 bytes
+BLAKE2s (XlsxWriter-3.2.1.tar.gz) = 19c0994255758c5db66f830a86792ab623ff3d90c425af7a15ba3f14072a3efe
+SHA512 (XlsxWriter-3.2.1.tar.gz) = 238ae6eeab79d0753f125e4e3c2da82a91453db1363b9bdc03fcb0bde63cd2b047e5437dcb750339b068ca268bed6411ff0f500e56800a5f0105f3a2764d8b3c
+Size (XlsxWriter-3.2.1.tar.gz) = 202868 bytes
Home |
Main Index |
Thread Index |
Old Index