From: Daniel Dickman Subject: update xlsxwriter 1.2.9 -> 3.0.9 To: ports@openbsd.org Cc: Remi Pointel Date: Sat, 28 Dec 2024 23:10:21 -0500 apache superset (not yet in ports) needs xlsxwriter version 3.0.7 but less than 3.1. The below is an update to xlsxwriter 3.0.9. Sent to maintainer a few months ago but haven't heard back yet so looking for any okays. Index: Makefile =================================================================== RCS file: /cvs/ports/devel/py-xlsxwriter/Makefile,v diff -u -p -u -r1.34 Makefile --- Makefile 21 Dec 2024 11:40:14 -0000 1.34 +++ Makefile 29 Dec 2024 04:00:19 -0000 @@ -1,9 +1,8 @@ COMMENT = Python module for creating Excel XLSX files -MODPY_DISTV = 1.2.9 +MODPY_DISTV = 3.0.9 DISTNAME = XlsxWriter-${MODPY_DISTV} PKGNAME = py-${DISTNAME:L} -REVISION = 7 CATEGORIES = devel @@ -15,6 +14,7 @@ MAINTAINER = Remi Pointel