~vcs-imports/meld/+git/meld:fix-windows-build

Last commit made on 2024-03-07
Get this branch:
git clone -b fix-windows-build https://git.launchpad.net/~vcs-imports/meld/+git/meld

Branch merges

Branch information

Name:
fix-windows-build
Repository:
lp:~vcs-imports/meld/+git/meld

Recent commits

6dce70f... by Kai Willadsen

Manually add all DLLs to the root executable path

65ca269... by Kai Willadsen

Remove 32-bit Windows build

msys is in the process of removing these packages, so there's no
realistic way we can continue to support it (even if we wanted to, which
I don't).

80a12f8... by Kai Willadsen

Add library path to the DLL search path (#824)

In Python 3.8 the default loading path changed to be safer. msys lagged
this behaviour for compatibility reasons, but changed it mid-last-year
and we didn't notice.

See
  https://docs.python.org/3/whatsnew/3.8.html#bpo-36085-whatsnew
for the python change and
  https://www.msys2.org/news/#2023-08-06-python-changed-behavior-when-
  loading-dll-dependencies-of-extension-modules
for the msys side of the change.

4922841... by Kai Willadsen

Post-release version bump

1138db7... by Kai Willadsen

Update NEWS + appdata

0ced59a... by Kai Willadsen

Remove fragile cx_Freeze customisations for internal changes

We hopefully no longer need to override anything in cx_Freeze here,
because they don't extend the actual `build` command. This didn't work
on non-Windows platforms anyway since da79fcec9c, so this can't
negatively affect other platforms.

83b05a8... by Kai Willadsen

Update lint config for ruff usage

c831e96... by Kai Willadsen

Update pre-commit hooks

f62b639... by Kai Willadsen

Move lint config to use Ruff

759dde6... by Fran DiƩguez

Update Galician translation