You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When removing prefix from version for version compare by specified version scheme, we should first remove any remaining whitespace, otherwise the versions could be compared wrongly.
Requirements
Adjust parse method in anitya.lib.versions.base to strip the version after removing every prefix from it.
How this will make Anitya better
This will prevent getting wrong sort order even when everything looks OK.
The text was updated successfully, but these errors were encountered:
Description
When removing prefix from version for version compare by specified version scheme, we should first remove any remaining whitespace, otherwise the versions could be compared wrongly.
Requirements
Adjust parse method in
anitya.lib.versions.base
to strip the version after removing every prefix from it.How this will make Anitya better
This will prevent getting wrong sort order even when everything looks OK.
The text was updated successfully, but these errors were encountered: