#1086897#5
Date:
2024-11-07 09:51:48 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/p/python-path-and-address.html


  Setting up python3-path-and-address (2.0.1-3) ...
  /usr/lib/python3/dist-packages/path_and_address/validation.py:4:
SyntaxWarning: invalid escape sequence '\d'
    _hostname_re = re.compile('(?!-)[A-Z\d-]{1,63}(?<!-)$', re.IGNORECASE)