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:           Sun Sep 14 06:07:09 UTC 2025

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

Log Message:
py-xlsxwriter: updated to 3.2.7

Release 3.2.7 - September 13 2025

* Fix typing issue in ``Workbook()`` constructor.

Release 3.2.6 - September 12 2025

* Add the option to position custom data labels in the same way that the data
  labels can be positioned for the entire series.
* Add border, fill, gradient and pattern formatting options for
  chart titles and also chart axis titles.
* Add additional type annotations. This is an ongoing refactoring.


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/textproc/py-xlsxwriter/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/py-xlsxwriter/PLIST
cvs rdiff -u -r1.73 -r1.74 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.77 pkgsrc/textproc/py-xlsxwriter/Makefile:1.78
--- pkgsrc/textproc/py-xlsxwriter/Makefile:1.77 Mon Jun 30 20:23:23 2025
+++ pkgsrc/textproc/py-xlsxwriter/Makefile      Sun Sep 14 06:07:09 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.77 2025/06/30 20:23:23 adam Exp $
+# $NetBSD: Makefile,v 1.78 2025/09/14 06:07:09 adam Exp $
 
-DISTNAME=      xlsxwriter-3.2.5
+DISTNAME=      xlsxwriter-3.2.7
 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.11 pkgsrc/textproc/py-xlsxwriter/PLIST:1.12
--- pkgsrc/textproc/py-xlsxwriter/PLIST:1.11    Mon Jun 30 20:23:23 2025
+++ pkgsrc/textproc/py-xlsxwriter/PLIST Sun Sep 14 06:07:09 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2025/06/30 20:23:23 adam Exp $
+@comment $NetBSD: PLIST,v 1.12 2025/09/14 06:07:09 adam Exp $
 bin/vba_extract.py
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -41,6 +41,9 @@ ${PYSITELIB}/xlsxwriter/chart_scatter.py
 ${PYSITELIB}/xlsxwriter/chart_stock.py
 ${PYSITELIB}/xlsxwriter/chart_stock.pyc
 ${PYSITELIB}/xlsxwriter/chart_stock.pyo
+${PYSITELIB}/xlsxwriter/chart_title.py
+${PYSITELIB}/xlsxwriter/chart_title.pyc
+${PYSITELIB}/xlsxwriter/chart_title.pyo
 ${PYSITELIB}/xlsxwriter/chartsheet.py
 ${PYSITELIB}/xlsxwriter/chartsheet.pyc
 ${PYSITELIB}/xlsxwriter/chartsheet.pyo
@@ -80,6 +83,7 @@ ${PYSITELIB}/xlsxwriter/metadata.pyo
 ${PYSITELIB}/xlsxwriter/packager.py
 ${PYSITELIB}/xlsxwriter/packager.pyc
 ${PYSITELIB}/xlsxwriter/packager.pyo
+${PYSITELIB}/xlsxwriter/py.typed
 ${PYSITELIB}/xlsxwriter/relationships.py
 ${PYSITELIB}/xlsxwriter/relationships.pyc
 ${PYSITELIB}/xlsxwriter/relationships.pyo

Index: pkgsrc/textproc/py-xlsxwriter/distinfo
diff -u pkgsrc/textproc/py-xlsxwriter/distinfo:1.73 pkgsrc/textproc/py-xlsxwriter/distinfo:1.74
--- pkgsrc/textproc/py-xlsxwriter/distinfo:1.73 Mon Jun 30 20:23:23 2025
+++ pkgsrc/textproc/py-xlsxwriter/distinfo      Sun Sep 14 06:07:09 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.73 2025/06/30 20:23:23 adam Exp $
+$NetBSD: distinfo,v 1.74 2025/09/14 06:07:09 adam Exp $
 
-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
+BLAKE2s (xlsxwriter-3.2.7.tar.gz) = e3ee2a67a714c3196f004b6cc7137c97e7b7b07c30ccf89f34df08a35e89818f
+SHA512 (xlsxwriter-3.2.7.tar.gz) = be996935f32cfb9340a2185fc4680c2ad7d02cb4a09a1025f1b3668581564d91d9c4671f8d5af51140a6dfee53503d9308c5507bfe71182ddc1b6ba80251c0af
+Size (xlsxwriter-3.2.7.tar.gz) = 216019 bytes



Home | Main Index | Thread Index | Old Index