Actions
Bug #24731
closedWarning in yum module with python 3.12
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
No
Description
/var/rudder/cfengine-community/modules/packages/yum:156: SyntaxWarning: invalid escape sequence '\S' match = re.match("^\S+\s+\S+\s+\S+", line) /var/rudder/cfengine-community/modules/packages/yum:163: SyntaxWarning: invalid escape sequence '\S' match = re.match("^(?P<name>\S+)\.(?P<arch>[^.\s]+)\s+(?P<version>\S+)\s+\S+\s*$", line)
we need to update the regexes, and do it upstream too.
Updated by Alexis Mousset 7 months ago
- Status changed from New to In progress
- Assignee set to Alexis Mousset
Updated by Alexis Mousset 7 months ago
- Status changed from In progress to Pending technical review
- Assignee changed from Alexis Mousset to Félix DALLIDET
- Pull Request set to https://github.com/Normation/ncf/pull/1423
Updated by Alexis Mousset 7 months ago
- Status changed from Pending technical review to Pending release
Applied in changeset ncf|ccfa17c1f26a7dc53105b5eb2b14ac190bce8b73.
Updated by Vincent MEMBRÉ 7 months ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 8.0.8 and 8.1.1 which were released today.
Updated by Alexis Mousset 7 months ago
- Related to Bug #24806: Fix remaining warnings in apt_get module with python 3.12 added
Actions