Source: arriero
Version: 0.7~20161228-1.2
User: [email protected]
Usertags: syntaxwarning

Hi Maintainer

The SyntaxWarning below were emitted when this package was tested with
pipuarts[1].

Regards
Graham


[1] https://piuparts.debian.org/sid/source/a/arriero.html


  Setting up arriero (0.7~20161228-1.2) ...
  /usr/lib/python3/dist-packages/arriero/actions.py:1031:
SyntaxWarning: invalid escape sequence '\+'
    m = re.match('^(.*)\+b[0-9]+$', version)
  /usr/lib/python3/dist-packages/arriero/config.py:240: SyntaxWarning:
"is not" with 'str' literal. Did you mean "!="?
    value = filter(lambda x: x is not '', value.split('\n'))
  /usr/lib/python3/dist-packages/arriero/util.py:232: SyntaxWarning:
"is not" with 'str' literal. Did you mean "!="?
    return list(filter(lambda x: x is not '', re.split(r'[\s,]+', values)))

Reply via email to