Source: python-k8sclient Version: 0.3.0-4 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-k8sclient.html Setting up python3-k8sclient (0.3.0-4) ... /usr/lib/python3/dist-packages/k8sclient/client/api_client.py:257: SyntaxWarning: invalid escape sequence '\[' sub_kls = re.match('list\[(.*)\]', klass).group(1) /usr/lib/python3/dist-packages/k8sclient/client/api_client.py:262: SyntaxWarning: invalid escape sequence '\(' sub_kls = re.match('dict\(([^,]*), (.*)\)', klass).group(2)