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: Mon Jun 30 20:23:23 UTC 2025
Modified Files:
pkgsrc/textproc/py-xlsxwriter: Makefile PLIST distinfo
Log Message:
py-xlsxwriter: updated to 3.2.5
Release 3.2.5 - June 17 2025
* Fixed issue where a test function was made public incorrectly which caused
warnings about a missing ``xlsxwriter.test`` module.
Release 3.2.4 - June 17 2025
* Added support for a :ref:`Color() <Color>` type. This is backwards compatible
with existing Html and named color string types but also adds support for
theme colors. See also :ref:`colors`.
* Fixed issue where ``write_url()`` dropped implicit support for generic URL
types due to the refactoring into a ``Url`` type in the previous release.
* Fixed issue where ``max_url_length`` parameter wasn't honored.
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/textproc/py-xlsxwriter/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/py-xlsxwriter/PLIST
cvs rdiff -u -r1.72 -r1.73 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.76 pkgsrc/textproc/py-xlsxwriter/Makefile:1.77
--- pkgsrc/textproc/py-xlsxwriter/Makefile:1.76 Sun Apr 20 12:13:17 2025
+++ pkgsrc/textproc/py-xlsxwriter/Makefile Mon Jun 30 20:23:23 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.76 2025/04/20 12:13:17 adam Exp $
+# $NetBSD: Makefile,v 1.77 2025/06/30 20:23:23 adam Exp $
-DISTNAME= xlsxwriter-3.2.3
+DISTNAME= xlsxwriter-3.2.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=X/XlsxWriter/}
Index: pkgsrc/textproc/py-xlsxwriter/PLIST
diff -u pkgsrc/textproc/py-xlsxwriter/PLIST:1.10 pkgsrc/textproc/py-xlsxwriter/PLIST:1.11
--- pkgsrc/textproc/py-xlsxwriter/PLIST:1.10 Sun Apr 20 12:13:17 2025
+++ pkgsrc/textproc/py-xlsxwriter/PLIST Mon Jun 30 20:23:23 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2025/04/20 12:13:17 adam Exp $
+@comment $NetBSD: PLIST,v 1.11 2025/06/30 20:23:23 adam Exp $
bin/vba_extract.py
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -44,6 +44,9 @@ ${PYSITELIB}/xlsxwriter/chart_stock.pyo
${PYSITELIB}/xlsxwriter/chartsheet.py
${PYSITELIB}/xlsxwriter/chartsheet.pyc
${PYSITELIB}/xlsxwriter/chartsheet.pyo
+${PYSITELIB}/xlsxwriter/color.py
+${PYSITELIB}/xlsxwriter/color.pyc
+${PYSITELIB}/xlsxwriter/color.pyo
${PYSITELIB}/xlsxwriter/comments.py
${PYSITELIB}/xlsxwriter/comments.pyc
${PYSITELIB}/xlsxwriter/comments.pyo
Index: pkgsrc/textproc/py-xlsxwriter/distinfo
diff -u pkgsrc/textproc/py-xlsxwriter/distinfo:1.72 pkgsrc/textproc/py-xlsxwriter/distinfo:1.73
--- pkgsrc/textproc/py-xlsxwriter/distinfo:1.72 Sun Apr 20 12:13:17 2025
+++ pkgsrc/textproc/py-xlsxwriter/distinfo Mon Jun 30 20:23:23 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.72 2025/04/20 12:13:17 adam Exp $
+$NetBSD: distinfo,v 1.73 2025/06/30 20:23:23 adam Exp $
-BLAKE2s (xlsxwriter-3.2.3.tar.gz) = 8fa3a792f726987d91c51365de8d3d71edd369db1e62dc2c44d00a36ce742207
-SHA512 (xlsxwriter-3.2.3.tar.gz) = e90dad514475c20049ea4e5d8409b5f7d80bc985dc390fd82631f7668bb5b5fbaea2e50bc71c15fbed710157911f6fe575b69b0258e0c1060b53c328e52067e5
-Size (xlsxwriter-3.2.3.tar.gz) = 209135 bytes
+BLAKE2s (xlsxwriter-3.2.5.tar.gz) = d701cce4952d70b0fd61b53656f42b9f31189696c2a2596d0c6a10c6c7844cd4
+SHA512 (xlsxwriter-3.2.5.tar.gz) = 5a545fdf8af31877f03fcfb2cc2fb53768f4daf0efc1efbb99a7b54d89dfdea9ce940b23f45f6dba0118c6ae791362a55e3c8b51892c8ebb24698591337c3e18
+Size (xlsxwriter-3.2.5.tar.gz) = 213306 bytes
Home |
Main Index |
Thread Index |
Old Index