Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
invalid-escape-sequence.patch | Fix invalid escape sequences. Either use raw strings or escape backslashes to fix SyntaxWarning raised in Python 3.12 (which will eventually become a SyntaxError). |
Doug Torrance <dtorrance@debian.org> | yes | debian upstream | https://github.com/xyz2tex/dot2tex/pull/105 | 2024-12-28 |
skip-semicolon-test.patch | Skip semicolon test; known not to work in Python 3.Last Update: 2024-03-18 | Doug Torrance <dtorrance@debian.org> | yes | upstream | ||
sphinx-8.0.patch | Port to Sphinx 8.0 The old `intersphinx_mapping` format has been removed; it must now map identifiers to (target, inventory) tuples. |
Colin Watson <cjwatson@debian.org> | yes | debian | 2024-12-19 |