diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2021-12-23 15:29:56 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2023-05-18 08:53:51 +0200 |
commit | 3b087f79a48807f348ea61469175e66b28ba44de (patch) | |
tree | eadaf5871379d4dfc0869232f1d64650918c9d71 /python | |
parent | 5fbfea6c9dc35536c0fe572bb92c32bb45b177cb (diff) |
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 <pbonzini@redhat.com>
Diffstat (limited to 'python')
-rwxr-xr-x | python/scripts/vendor.py | 4 | ||||
-rw-r--r-- | python/wheels/meson-0.61.5-py3-none-any.whl | bin | 862509 -> 0 bytes | |||
-rw-r--r-- | python/wheels/meson-0.63.3-py3-none-any.whl | bin | 0 -> 926526 bytes |
3 files changed, 2 insertions, 2 deletions
diff --git a/python/scripts/vendor.py b/python/scripts/vendor.py index 23708430ea..34486a51f4 100755 --- a/python/scripts/vendor.py +++ b/python/scripts/vendor.py @@ -41,8 +41,8 @@ def main() -> int: parser.parse_args() packages = { - "meson==0.61.5": - "58c2ddb5f885da0e929f15d89f38d8a7d97f981f56815bcba008414f8511f59a", + "meson==0.63.3": + "d677b809c4895dcbaac9bf6c43703fcb3609a4b24c6057c78f828590049cf43a", } vendor_dir = Path(__file__, "..", "..", "wheels").resolve() diff --git a/python/wheels/meson-0.61.5-py3-none-any.whl b/python/wheels/meson-0.61.5-py3-none-any.whl Binary files differdeleted file mode 100644 index 04a336a8d0..0000000000 --- a/python/wheels/meson-0.61.5-py3-none-any.whl +++ /dev/null diff --git a/python/wheels/meson-0.63.3-py3-none-any.whl b/python/wheels/meson-0.63.3-py3-none-any.whl Binary files differnew file mode 100644 index 0000000000..8a191e3a20 --- /dev/null +++ b/python/wheels/meson-0.63.3-py3-none-any.whl |