Source: python-pysolr
Version: 3.8.1-1.1
User: debian-pyt...@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/p/python-pysolr.html


  Setting up python3-pysolr (3.8.1-1.1) ...
  /usr/lib/python3/dist-packages/pysolr.py:79: SyntaxWarning: invalid
escape sequence '\d'
    DATETIME_REGEX =
re.compile('^(?P<year>\d{4})-(?P<month>\d{2})-(?P<day>\d{2})T(?P<hour>\d{2}):(?P<minute>\d{2}):(?P<second>\d{2})(\.\d+)?Z$')
  /usr/lib/python3/dist-packages/pysolr.py:174: SyntaxWarning: invalid
escape sequence '\w'
    return re.sub("&#?\w+;", fixup, text)

Reply via email to