Source: gertty
Version: 1.6.0-1
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/g/gertty.html


  Setting up gertty (1.6.0-1) ...
  
/usr/lib/python3/dist-packages/gertty/alembic/versions/50344aecd1c2_add_files_table.py:35:
SyntaxWarning: invalid escape sequence '\{'
    pathre = re.compile('((.*?)\{|^)(.*?) => (.*?)(\}(.*)|$)')
  /usr/lib/python3/dist-packages/gertty/app.py:246: SyntaxWarning:
invalid escape sequence '\d'
    simple_change_search = re.compile('^(\d+|I[a-fA-F0-9]{40})$')
  /usr/lib/python3/dist-packages/gertty/gitrepo.py:335: SyntaxWarning:
invalid escape sequence '\s'
    trailing_ws_re = re.compile('\s+$')
  /usr/lib/python3/dist-packages/gertty/gitrepo.py:422: SyntaxWarning:
invalid escape sequence '\d'
    header_re = re.compile('@@ -(\d+)(,\d+)? \+(\d+)(,\d+)? @@')
  /usr/lib/python3/dist-packages/gertty/keymap.py:183: SyntaxWarning:
invalid escape sequence '\d'
    (re.compile('f(\d+)'), 'F\\1'),

Reply via email to