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 Sep 22 09:23:08 UTC 2025

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

Log Message:
py-xlsxwriter: updated to 3.2.9

Release 3.2.9 - September 16 2025

* Removed the `py.typed` file since it was causing a lot of downstream CI
  failures where consumers weren't handling the xlsxwriter types correctly or
  taking them into account.

  The file will be re-added once the xlsxwriter typing is more comprehensive.


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/textproc/py-xlsxwriter/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/textproc/py-xlsxwriter/PLIST
cvs rdiff -u -r1.75 -r1.76 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.79 pkgsrc/textproc/py-xlsxwriter/Makefile:1.80
--- pkgsrc/textproc/py-xlsxwriter/Makefile:1.79 Sun Sep 14 14:24:11 2025
+++ pkgsrc/textproc/py-xlsxwriter/Makefile      Mon Sep 22 09:23:08 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.79 2025/09/14 14:24:11 adam Exp $
+# $NetBSD: Makefile,v 1.80 2025/09/22 09:23:08 adam Exp $
 
-DISTNAME=      xlsxwriter-3.2.8
+DISTNAME=      xlsxwriter-3.2.9
 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.12 pkgsrc/textproc/py-xlsxwriter/PLIST:1.13
--- pkgsrc/textproc/py-xlsxwriter/PLIST:1.12    Sun Sep 14 06:07:09 2025
+++ pkgsrc/textproc/py-xlsxwriter/PLIST Mon Sep 22 09:23:08 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2025/09/14 06:07:09 adam Exp $
+@comment $NetBSD: PLIST,v 1.13 2025/09/22 09:23:08 adam Exp $
 bin/vba_extract.py
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
@@ -83,7 +83,6 @@ ${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.75 pkgsrc/textproc/py-xlsxwriter/distinfo:1.76
--- pkgsrc/textproc/py-xlsxwriter/distinfo:1.75 Sun Sep 14 14:24:11 2025
+++ pkgsrc/textproc/py-xlsxwriter/distinfo      Mon Sep 22 09:23:08 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.75 2025/09/14 14:24:11 adam Exp $
+$NetBSD: distinfo,v 1.76 2025/09/22 09:23:08 adam Exp $
 
-BLAKE2s (xlsxwriter-3.2.8.tar.gz) = 657e6be9315e541a1628e2f605adfb841a705ac7788b1ab4f4092ea2d1b36454
-SHA512 (xlsxwriter-3.2.8.tar.gz) = 4d37860ab8f2f39602dd1776e18c1815d3ad078a9be5c246e0c5b515f84098d5bb4f1a2548a6812c0ebb83ddedb6df453c9780cd1eb92de43c1dc172f77f950b
-Size (xlsxwriter-3.2.8.tar.gz) = 216091 bytes
+BLAKE2s (xlsxwriter-3.2.9.tar.gz) = ac3a9f9533b8a2a86254558c013797af62d8a677b7017b829a0cc99e5421a4fa
+SHA512 (xlsxwriter-3.2.9.tar.gz) = 2b600b66d52e8f16446ac2e24dfa2b3b2ac20be08acf492e9b827a4413fe19d9e56417887d230f043c5f0bd1fd135fe00de3417fdaebf6f8b48e25edad84cca9
+Size (xlsxwriter-3.2.9.tar.gz) = 215940 bytes



Home | Main Index | Thread Index | Old Index