Debian Patches

Status for litecli/1.10.1-2

Patch Description Author Forwarded Bugs Origin Last update
debian/0001-python3.12-comments.patch Marking some comments as raw string literals to avoid warnings with Python 3.12. In Python 3.12 when using string literals as comments, they need to by syntactically valid,
otherwise a SyntaxWarning instead of the previous DeprecationWarning is shown.
.
Instead of string literals for comments, actual comments (#) should be used. To keep the
diff in Debian small and be less invasive to upstream, raw string literals can be used as
a workaround as escape sequences are not parsed.

diff -Naurp litecli.orig/litecli/main.py litecli/litecli/main.py
Daniel Baumann <daniel.baumann@progress-linux.org> no
debian/0002-python3.12-re.patch Using raw string literals in regular expressions to avoid warnings with Python 3.12. Updating some more regular expressions to use raw strings where it seem
to have been forgotten, in sync with the other regular expressions used
throughout litecli.

diff -Naurp litecli.orig/litecli/packages/parseutils.py litecli/litecli/packages/parseutils.py
Daniel Baumann <daniel.baumann@progress-linux.org> no

All known versions for source package 'litecli'

Links