Hi Maintainer
The SyntaxWarning below were emitted when this package was tested with
pipuarts[1].
Regards
Graham
[1] https://piuparts.debian.org/sid/source/p/python-firehose.html
Setting up python3-firehose (0.5-3) ...
/usr/lib/python3/dist-packages/firehose/parsers/flawfinder.py:69:
SyntaxWarning: invalid escape sequence '\s'
WHITESPACE = "\s+"
/usr/lib/python3/dist-packages/firehose/parsers/flawfinder.py:124:
SyntaxWarning: invalid escape sequence '\s'
pattern = "version\s([0-9]?.[0-9]*)"
/usr/lib/python3/dist-packages/firehose/parsers/frama_c.py:44:
SyntaxWarning: invalid escape sequence '\S'
SPARECODE_WARNING =
("^(?P<path>\S.*?):(?P<line>\d+):(?P<module>\S.*?)
(?P<type>warning|note): (?P<message>.*?)$")
/usr/lib/python3/dist-packages/firehose/parsers/gcc.py:39:
SyntaxWarning: invalid escape sequence '\S'
GCC_PATTERN =
re.compile("^(?P<path>\S.*?):(?P<line>\d+):(?P<column>\d*):?
(?P<type>warning|note): (?P<message>.*?)(?P<switch> \[\-W.+\])?$")
/usr/lib/python3/dist-packages/firehose/parsers/gcc.py:41:
SyntaxWarning: invalid escape sequence '\['
SWITCH_SUB_PATTERN = re.compile("^ \[\-W(?P<name>.*)\]$")
/usr/lib/python3/dist-packages/firehose/parsers/splint.py:101:
SyntaxWarning: invalid escape sequence '\s'
m = re.match("Splint\s+(.*)\s+---.*", lines[0])