Source: flask-peewee
Version: 3.0.6-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/f/flask-peewee.html


  Setting up python3-flask-peewee (3.0.6-1) ...
  /usr/lib/python3/dist-packages/flask_peewee/admin.py:81:
SyntaxWarning: invalid escape sequence '\-'
    self.description = description or re.sub('[\-_]', ' ', self.name).title()
  /usr/lib/python3/dist-packages/flask_peewee/utils.py:67:
SyntaxWarning: invalid escape sequence '\-'
    return re.sub('[^a-z0-9_\-]+', '-', s.lower())

Reply via email to