Package: python-hpilo / 4.4.3-5

Metadata

Package Version Patches format
python-hpilo 4.4.3-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
python3 fixes 01.patch | (download)

hpilo_cli | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 fix attributeerror for 'im_func', 'func_code' in python 3
 Simplified the introspection logic for hpilo.Ilo methods by unifying
 Python 2 and 3 compatibility checks. This includes handling attributes
 __code__/func_code and __defaults__/func_defaults.
Bug-Debian: https://bugs.debian.org/1109265
python3 fixes 02.patch | (download)

hpilo_cli | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix syntaxwarning for invalid escape sequence in re.sub
 Replaced the regular expression '\s+' with a raw string r'\s+' to
 resolve the SyntaxWarning: invalid escape sequence '\s'.
Bug-Debian: https://bugs.debian.org/1109265