Debian Patches

Status for python-treetime/0.11.4-1

Patch Description Author Forwarded Bugs Origin Last update
shebang.patch add shebang to show the executable file is a script Ananthu C V <weepingclown@disroot.org> not-needed 2023-10-31
syntaxwarning.patch fix SyntaxWarnings in treetime/merger_models.py. Embedded TeX mathematical snippets are causing the below warnings:
.
/usr/lib/python3/dist-packages/treetime/merger_models.py:187:
SyntaxWarning: invalid escape sequence '\k'
'''
/usr/lib/python3/dist-packages/treetime/merger_models.py:197:
SyntaxWarning: invalid escape sequence '\l'
'''
/usr/lib/python3/dist-packages/treetime/merger_models.py:209:
SyntaxWarning: invalid escape sequence '\l'
'''
.
Switching the affected strings to raw strings with prefix r resolves
the issue first, and second allows getting back our τ characters with
single slash; it is assumed that the duplicate slash was necessary
because Python's regular string would otherwise throw a <Tab>au instead
of a \tau.
Étienne Mollier <emollier@debian.org> yes debian 2024-11-09

All known versions for source package 'python-treetime'

Links