From 3b087f79a48807f348ea61469175e66b28ba44de Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Thu, 23 Dec 2021 15:29:56 +0100 Subject: meson: require 0.63.0 This version allows cleanups in modinfo collection, but they only work with Ninja 1.9.x and 1.8.x is still supported. It also supports the equivalent of QEMU's --static option to configure. The wheel file is bumped to 0.63.3, the last release in the 0.63 branch. Signed-off-by: Paolo Bonzini --- python/wheels/meson-0.61.5-py3-none-any.whl | Bin 862509 -> 0 bytes python/wheels/meson-0.63.3-py3-none-any.whl | Bin 0 -> 926526 bytes 2 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 python/wheels/meson-0.61.5-py3-none-any.whl create mode 100644 python/wheels/meson-0.63.3-py3-none-any.whl (limited to 'python/wheels') diff --git a/python/wheels/meson-0.61.5-py3-none-any.whl b/python/wheels/meson-0.61.5-py3-none-any.whl deleted file mode 100644 index 04a336a..0000000 Binary files a/python/wheels/meson-0.61.5-py3-none-any.whl and /dev/null differ diff --git a/python/wheels/meson-0.63.3-py3-none-any.whl b/python/wheels/meson-0.63.3-py3-none-any.whl new file mode 100644 index 0000000..8a191e3 Binary files /dev/null and b/python/wheels/meson-0.63.3-py3-none-any.whl differ -- cgit v1.1