Bug#1087167: vitables: Python SyntaxWarning

Graham Inggs ginggs at debian.org
Sat Nov 9 10:11:06 GMT 2024


Source: vitables
Version: 3.0.2-4
User: debian-python at lists.debian.org
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/v/vitables.html


  Setting up python3 (3.12.6-1) ...
  /usr/share/vitables/vitables/docbrowser/browsergui.py:319:
SyntaxWarning: invalid escape sequence '\s'
    if re.search("^(\s?\d)", action.text()):
  /usr/share/vitables/vitables/preferences/vtconfig.py:127:
SyntaxWarning: invalid escape sequence '\S'
    """
  /usr/share/vitables/vitables/utils.py:334: SyntaxWarning: invalid
escape sequence '\.'
    if not re.search('\.(.+)$', os.path.basename(filepath)):
  /usr/share/vitables/vitables/vtapp.py:493: SyntaxWarning: invalid
escape sequence '\.'
    "(^{0}$)|[a-zA-Z_]+[0-9a-zA-Z_]*(?:\.[0-9a-zA-Z_]+)?$"
  /usr/share/vitables/vitables/vtapp.py:502: SyntaxWarning: invalid
escape sequence '\.'
    "(^{0}$)|[a-zA-Z_]+[0-9a-zA-Z_]*(?:\.[0-9a-zA-Z_]+)?$"
  /usr/share/vitables/vitables/vtapp.py:510: SyntaxWarning: invalid
escape sequence '\.'
    pattern = "[a-zA-Z_]+[0-9a-zA-Z_]*(?:\.[0-9a-zA-Z_]+)?$"



More information about the debian-science-maintainers mailing list