Source: python-patch-ng
Version:  1.17.4-3
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-patch-ng.html


  Setting up python3-patch-ng (1.17.4-3) ...
  /usr/lib/python3/dist-packages/patch_ng.py:427: SyntaxWarning:
invalid escape sequence '\d'
    re_hunk_start = re.compile(b"^@@ -(\d+)(,(\d+))? \+(\d+)(,(\d+))? @@")
  /usr/lib/python3/dist-packages/patch_ng.py:578: SyntaxWarning:
invalid escape sequence '\s'
    re_filename_date_time = b"^--- ([^\t]+)(?:\s([0-9-]+)\s([0-9:]+)|.*)"
  /usr/lib/python3/dist-packages/patch_ng.py:621: SyntaxWarning:
invalid escape sequence '\+'
    re_filename_date_time = b"^\+\+\+ ([^\t]+)(?:\s([0-9-]+)\s([0-9:]+)|.*)"
  /usr/lib/python3/dist-packages/patch_ng.py:653: SyntaxWarning:
invalid escape sequence '\d'
    match = re.match(b"^@@ -(\d+)(,(\d+))? \+(\d+)(,(\d+))? @@(.*)", line)

Reply via email to