Debian Patches
Status for python-hpilo/4.4.3-6
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
python3-fixes-01.patch | 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. |
Giacomo Paviano <pavianogiacomo@gmail.com> | yes | debian | 2025-07-22 | |
python3-fixes-02.patch | 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'. |
Giacomo Paviano <pavianogiacomo@gmail.com> | yes | debian | 2025-07-22 | |
fix-syntax-warning.patch | [PATCH] Mark strings with backslashes as raw strings | Dennis Kaarsemaker <dennis@kaarsemaker.net> | no | 2024-07-08 |