Source: yotta Version: 0.20.5-6 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/y/yotta.html Setting up python3 (3.12.5-1) ... /usr/share/yotta/yotta/init.py:26: SyntaxWarning: invalid escape sequence '\.' Git_Repo_RE = re.compile("^(git[+a-zA-Z-]*:.*|.*\.git|.*git@.*github\.com.*)$") /usr/share/yotta/yotta/init.py:27: SyntaxWarning: invalid escape sequence '\.' HG_Repo_RE = re.compile("^(hg[+a-zA-Z-]*:.*|.*\.hg)$") /usr/share/yotta/yotta/lib/pack.py:48: SyntaxWarning: invalid escape sequence '\.' Readme_Regex = re.compile('^readme(?:\.md)', re.IGNORECASE) /usr/share/yotta/yotta/lib/registry_access.py:46: SyntaxWarning: invalid escape sequence '\s' _OpenSSH_Keyfile_Strip = re.compile(b"^(ssh-[a-z0-9]*\s+)|(\s+.+\@.+)|\n", re.MULTILINE) /usr/share/yotta/yotta/lib/validate.py:16: SyntaxWarning: invalid escape sequence '\.' Looks_Like_An_Email = re.compile('^[^@]+@[^@]+\.[^@]+$') /usr/share/yotta/yotta/lib/version.py:168: SyntaxWarning: invalid escape sequence '\^' elif re.match('^\^', version_spec): /usr/share/yotta/yotta/test_subcommand.py:52: SyntaxWarning: invalid escape sequence '\s' add_test_re = re.compile('add_test\\(([^" ]*)\s*"(.*)"\\)', flags=re.IGNORECASE)