Package: xlsx2csv Version: 1:0.8.3-1 Severity: normal I am getting this warning when running xlsx2csv:
/usr/bin/xlsx2csv:869: DeprecationWarning: 'count' is passed as positional argument dateformat = re.sub(r"\[\$\-[A-z0-9]*\]", "", format_str, 1) \ The Python docs say: Deprecated since version 3.13: Passing count and flags as positional arguments is deprecated. In future Python versions they will be keyword-only parameters. So it should be an easy fix: replace 1 with count=1 Best wishes, Julian -- debian-science-maintainers mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers
