Skip to content

Commit

Permalink
buildsys: Bump known good meson version to v1.4.0
Browse files Browse the repository at this point in the history
We need meson v1.4.0 to fix MESONINTROSPECT quoting on Windows:
mesonbuild/meson#12807

Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Message-Id: <20240327-meson-v3-1-7e6cdef1be8a@daynix.com>
  • Loading branch information
akihikodaki authored and Patchew Applier committed Mar 27, 2024
1 parent 5012e52 commit 0dfb932
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions python/scripts/vendor.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ def main() -> int:
parser.parse_args()

packages = {
"meson==1.2.3":
"4533a43c34548edd1f63a276a42690fce15bde9409bcf20c4b8fa3d7e4d7cac1",
"meson==1.4.0":
"476a458d51fcfa322a6bdc64da5138997c542d08e6b2e49b9fa68c46fd7c4475",

"tomli==2.0.1":
"939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc",
Expand Down
Binary file removed python/wheels/meson-1.2.3-py3-none-any.whl
Binary file not shown.
Binary file added python/wheels/meson-1.4.0-py3-none-any.whl
Binary file not shown.
2 changes: 1 addition & 1 deletion pythondeps.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

[meson]
# The install key should match the version in python/wheels/
meson = { accepted = ">=0.63.0", installed = "1.2.3", canary = "meson" }
meson = { accepted = ">=0.63.0", installed = "1.4.0", canary = "meson" }

[docs]
sphinx = { accepted = ">=1.6", installed = "5.3.0", canary = "sphinx-build" }
Expand Down

0 comments on commit 0dfb932

Please sign in to comment.