#1085528 confy: Python SyntaxWarning

#1085528#5
Date:
2024-10-20 14:50:50 UTC
From:
To:
Hi Maintainer

The SyntaxWarning below were emitted when this package was tested with
pipuarts[1].

Regards
Graham


[1] https://piuparts.debian.org/sid/source/c/confy.html


  Setting up confy (0.7.1-1) ...
  /usr/lib/python3/dist-packages/confy/utils.py:9: SyntaxWarning:
invalid escape sequence '\['
    return re.sub("\[([^]]+?)\]\(([^)\s]+?)(?:\s.*?)?\)", r'<a
href="\2">\1</a>', text)