Actions
Bug #15522
closedzypper_pattern module does not work in python3
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Reviewed
Fix check:
Checked
Regression:
Description
We recently changed its shebang to let it run the module with python3 if available.
But the module itself does not work in python3 since string/bytes are now differents.
Updated by Félix DALLIDET over 5 years ago
- Status changed from New to In progress
- Assignee set to Félix DALLIDET
Updated by Félix DALLIDET over 5 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Félix DALLIDET to Alexis Mousset
- Pull Request set to https://github.com/Normation/ncf/pull/1045
Updated by Félix DALLIDET over 5 years ago
- Status changed from Pending technical review to Pending release
Applied in changeset commit:1da5a1327772a514e7ea7208d3fc9b86e780eb44.
Updated by Vincent MEMBRÉ about 5 years ago
- Fix check changed from To do to Error - Fixed
Updated by Vincent MEMBRÉ about 5 years ago
- Fix check changed from Error - Fixed to To do
Updated by Félix DALLIDET about 5 years ago
- Fix check changed from To do to Checked
Updated by Alexis Mousset about 5 years ago
- Name check changed from To do to Reviewed
Updated by Vincent MEMBRÉ about 5 years ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 5.0.13 which was released today.
Updated by Félix DALLIDET almost 5 years ago
- Subject changed from zypper_pattern module does not work in python3 to zypper_pattern module does not work in python3 Bis
Still true, we are opening the output from some commands as "text" and not "bytes" since we are using the universal_newlines type in a function.
Updated by Félix DALLIDET almost 5 years ago
- Target version changed from 5.0.13 to 6.0.0
Updated by François ARMAND almost 5 years ago
- Target version changed from 6.0.0 to 5.0.13
Updated by Félix DALLIDET almost 5 years ago
- Related to Bug #16278: zypper_pattern module does not work in python3 added
Updated by Félix DALLIDET almost 5 years ago
- Subject changed from zypper_pattern module does not work in python3 Bis to zypper_pattern module does not work in python3
Updated by Alexis Mousset over 2 years ago
- Project changed from 41 to Rudder
- Category changed from Generic methods - Package Management to Generic methods
Actions