Skip to content

Fixed portmod update detection

Benjamin Winger requested to merge bmwinger/portmod:version_check_fix into master

We weren't parsing the version as reported by pkg_resources, and strings aren't comparable with parsed Version objects Also added version information output when a new version is detected via the repo.

Merge request reports