aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <philmd@linaro.org>2023-11-09 17:05:02 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2023-11-24 16:21:55 +0100
commit1a1e889f3576f60f29ccb71a70f53907ad95a6a7 (patch)
tree3357220dc80d8c507e036e734015dfeb9bd5bc97 /python
parent6dc8a887851c6f8ff1fdfc69a9b4689e29db6ac6 (diff)
downloadqemu-1a1e889f3576f60f29ccb71a70f53907ad95a6a7.zip
qemu-1a1e889f3576f60f29ccb71a70f53907ad95a6a7.tar.gz
qemu-1a1e889f3576f60f29ccb71a70f53907ad95a6a7.tar.bz2
buildsys: Bump known good meson version to v1.2.3
We need meson v1.2.3 to build QEMU on macOS Sonoma. It also builds fine all our CI jobs (as tested by also bumping "accepted" in pythondeps.toml), so let's use it as our "good enough" packaged wheel. Resolves: https://gitlab.com/qemu-project/qemu/-/issues/1939 Suggested-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20231109160504.93677-2-philmd@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'python')
-rwxr-xr-xpython/scripts/vendor.py4
-rw-r--r--python/wheels/meson-0.63.3-py3-none-any.whlbin926526 -> 0 bytes
-rw-r--r--python/wheels/meson-1.2.3-py3-none-any.whlbin0 -> 964928 bytes
3 files changed, 2 insertions, 2 deletions
diff --git a/python/scripts/vendor.py b/python/scripts/vendor.py
index 7627487..1038b14 100755
--- a/python/scripts/vendor.py
+++ b/python/scripts/vendor.py
@@ -41,8 +41,8 @@ def main() -> int:
parser.parse_args()
packages = {
- "meson==0.63.3":
- "d677b809c4895dcbaac9bf6c43703fcb3609a4b24c6057c78f828590049cf43a",
+ "meson==1.2.3":
+ "4533a43c34548edd1f63a276a42690fce15bde9409bcf20c4b8fa3d7e4d7cac1",
"tomli==2.0.1":
"939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc",
diff --git a/python/wheels/meson-0.63.3-py3-none-any.whl b/python/wheels/meson-0.63.3-py3-none-any.whl
deleted file mode 100644
index 8a191e3..0000000
--- a/python/wheels/meson-0.63.3-py3-none-any.whl
+++ /dev/null
Binary files differ
diff --git a/python/wheels/meson-1.2.3-py3-none-any.whl b/python/wheels/meson-1.2.3-py3-none-any.whl
new file mode 100644
index 0000000..a8b84e5
--- /dev/null
+++ b/python/wheels/meson-1.2.3-py3-none-any.whl
Binary files differ