Source: redfishtool Version: 1.1.5-1 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/r/redfishtool.html Setting up redfishtool (1.1.5-1) ... /usr/lib/python3/dist-packages/redfishtoollib/Managers.py:382: SyntaxWarning: invalid escape sequence '\d' datePattern="(^[2][0]\d{2}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}[-+][0-1][0-9]:[0-5][0-9]$)" # YYYY-MM-DDTHH:mm:ss[+/-]hh:ss /usr/lib/python3/dist-packages/redfishtoollib/redfishtoolTransport.py:1252: SyntaxWarning: invalid escape sequence '\.' odataTypeMatch = re.compile('^#([a-zA-Z0-9]*)\.([a-zA-Z0-9\._]*)\.([a-zA-Z0-9]*)$') /usr/lib/python3/dist-packages/redfishtoollib/redfishtoolTransport.py:1256: SyntaxWarning: invalid escape sequence '\.' odataTypeMatch = re.compile('^#([a-zA-Z0-9]*)\.([a-zA-Z0-9]*)$')