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: Wed Jan 29 12:14:38 UTC 2025
Modified Files:
pkgsrc/textproc/py-xlsxwriter: Makefile PLIST distinfo
Log Message:
py-xlsxwriter: updated to 3.2.2
Release 3.2.2 - January 28 2025
* Added support for checkboxes via the :func:`insert_checkbox()` method.
Checkboxes are a new feature added to `Excel in 2024`_. They are a way of
displaying a boolean value as a checkbox in a cell. The underlying value is
still an Excel ``TRUE/FALSE`` boolean value and can be used in formulas and in
references.
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/textproc/py-xlsxwriter/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/py-xlsxwriter/PLIST
cvs rdiff -u -r1.70 -r1.71 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.72 pkgsrc/textproc/py-xlsxwriter/Makefile:1.73
--- pkgsrc/textproc/py-xlsxwriter/Makefile:1.72 Thu Jan 23 07:26:49 2025
+++ pkgsrc/textproc/py-xlsxwriter/Makefile Wed Jan 29 12:14:38 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.72 2025/01/23 07:26:49 adam Exp $
+# $NetBSD: Makefile,v 1.73 2025/01/29 12:14:38 adam Exp $
-DISTNAME= XlsxWriter-3.2.1
+DISTNAME= xlsxwriter-3.2.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= textproc python
MASTER_SITES= ${MASTER_SITE_PYPI:=X/XlsxWriter/}
@@ -10,6 +10,8 @@ HOMEPAGE= https://github.com/jmcnamara/X
COMMENT= Python module for creating Excel XLSX files
LICENSE= 2-clause-bsd
+WHEEL_NAME= ${DISTNAME:S/xlsxw/XlsxW/}
+
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
USE_LANGUAGES= # none
Index: pkgsrc/textproc/py-xlsxwriter/PLIST
diff -u pkgsrc/textproc/py-xlsxwriter/PLIST:1.7 pkgsrc/textproc/py-xlsxwriter/PLIST:1.8
--- pkgsrc/textproc/py-xlsxwriter/PLIST:1.7 Mon Feb 19 06:04:04 2024
+++ pkgsrc/textproc/py-xlsxwriter/PLIST Wed Jan 29 12:14:38 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2024/02/19 06:04:04 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2025/01/29 12:14:38 adam Exp $
bin/vba_extract.py
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -62,6 +62,9 @@ ${PYSITELIB}/xlsxwriter/drawing.pyo
${PYSITELIB}/xlsxwriter/exceptions.py
${PYSITELIB}/xlsxwriter/exceptions.pyc
${PYSITELIB}/xlsxwriter/exceptions.pyo
+${PYSITELIB}/xlsxwriter/feature_property_bag.py
+${PYSITELIB}/xlsxwriter/feature_property_bag.pyc
+${PYSITELIB}/xlsxwriter/feature_property_bag.pyo
${PYSITELIB}/xlsxwriter/format.py
${PYSITELIB}/xlsxwriter/format.pyc
${PYSITELIB}/xlsxwriter/format.pyo
Index: pkgsrc/textproc/py-xlsxwriter/distinfo
diff -u pkgsrc/textproc/py-xlsxwriter/distinfo:1.70 pkgsrc/textproc/py-xlsxwriter/distinfo:1.71
--- pkgsrc/textproc/py-xlsxwriter/distinfo:1.70 Thu Jan 23 07:26:49 2025
+++ pkgsrc/textproc/py-xlsxwriter/distinfo Wed Jan 29 12:14:38 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.70 2025/01/23 07:26:49 adam Exp $
+$NetBSD: distinfo,v 1.71 2025/01/29 12:14:38 adam Exp $
-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
+BLAKE2s (xlsxwriter-3.2.2.tar.gz) = 030a4dd092f7e3c79d986ab64d2b3fb8d710fbddf4bc356545ab8dc3786fe893
+SHA512 (xlsxwriter-3.2.2.tar.gz) = 4acd4c36464b1f3314268f881c64a3131823978259805b0752cebc44e68890436a85c475fb3ac9ec7671b0943b3005132037d5787e9f776352d58f35352f14bd
+Size (xlsxwriter-3.2.2.tar.gz) = 205202 bytes
Home |
Main Index |
Thread Index |
Old Index