Source: pyroman Version: 0.6.2-1.2 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/pyroman.html Setting up pyroman (0.6.2-1.2) ... /usr/lib/python3/dist-packages/pyroman/port.py:48: SyntaxWarning: invalid escape sequence '\-' preg = re.compile("^(?:([a-z0-9\-]+|[0-9]+(?:\:[0-9]+)?)(?:/))?(tcp|udp|esp|ah|icmp|icmpv6|ipv6-icmp|esp|ah)$") /usr/lib/python3/dist-packages/pyroman/util.py:28: SyntaxWarning: invalid escape sequence '\s' splitter = re.compile("(?:,\s*|\s+)") /usr/lib/python3/dist-packages/pyroman/util.py:30: SyntaxWarning: invalid escape sequence '\s' ignoreline = re.compile("^\s*(#|$)")