- Package:
- src:python-ipfix
- Source:
- src:python-ipfix
- Submitter:
- Graham Inggs
- Date:
- 2024-10-23 12:12:02 UTC
- Severity:
- normal
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-ipfix.html
Setting up python3-ipfix (0.9.7-3) ...
/usr/lib/python3/dist-packages/ipfix/ie.py:82: SyntaxWarning:
invalid escape sequence '\s'
_iespec_re = re.compile('^([^\s\[\<\(]+)?(\(((\d+)\/)?(\d+)\))?'
/usr/lib/python3/dist-packages/ipfix/ie.py:83: SyntaxWarning:
invalid escape sequence '\<'
'(\<(\S+)\>)?(\[(\S+)\])?')