meld:master commits
-
Post-release version bump
-
Make the maint meson dist command echo stdout
Without this you get nothing when it fails.
-
Update NEWS + metainfo
-
Remove test command from maint
Tests are just run with `pytest` now.
-
Fix crash on image comparison with admin:// scheme (#939)
Fix suggested by @Arnaudv6
-
Merge branch 'fix-ci' into 'main'
Attempt to fix CI installing packages to the system python See merge request !142
-
Attempt to fix CI installing packages to the system python
This is just a theory, but it looks like pip was removed from the default python install, which meant that the pip that was used for our python package install below came from the system python install, which then meant that the subsequent pyinstaller build couldn't find it.