Package: python3-haproxy-log-analysis
Version: 2.0~b0-4
Severity: important
User: [email protected]
Usertags: piuparts
Hi,
during a test with piuparts I noticed your package emits a SyntaxWarning
during installation:
Setting up python3-haproxy-log-analysis (2.0~b0-4) ...
/usr/lib/python3/dist-packages/haproxy/filters.py:122: SyntaxWarning: "is
not" with a literal. Did you mean "!="?
if start_value is not '':
/usr/lib/python3/dist-packages/haproxy/filters.py:125: SyntaxWarning: "is
not" with a literal. Did you mean "!="?
if delta_value is not '':
/usr/lib/python3/dist-packages/haproxy/filters.py:128: SyntaxWarning: "is
not" with a literal. Did you mean "!="?
if start_value is not '' and delta_value is not '':
/usr/lib/python3/dist-packages/haproxy/filters.py:128: SyntaxWarning: "is
not" with a literal. Did you mean "!="?
if start_value is not '' and delta_value is not '':
/usr/lib/python3/dist-packages/haproxy/filters.py:132: SyntaxWarning: "is"
with a literal. Did you mean "=="?
if start_value is '':
Andreas