diff mbox series

python3-meson-python: ugprade 0.15.0 -> 0.16.0

Message ID 20240602224102.1935115-2-tim.orling@konsulko.com
State New
Headers show
Series python3-meson-python: ugprade 0.15.0 -> 0.16.0 | expand

Commit Message

Tim Orling June 2, 2024, 10:41 p.m. UTC
From: Tim Orling <tim.orling@konsulko.com>

https://github.com/mesonbuild/meson-python/compare/0.15.0...0.16.0

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
---
Tested by running 'oe-selftest -r recipetool.RecipetoolCreateTests.test_recipetool_create_python3_pep517_mesonpy'
Tested by building into core-image-minimal and then "python3; import mesonpy"

The AUH failed to upgrade due to what appears to be an inability to handle unicode characters in the file name.
Filed bug: https://bugzilla.yoctoproject.org/show_bug.cgi?id=15500

 ...n3-meson-python_0.15.0.bb => python3-meson-python_0.16.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-meson-python_0.15.0.bb => python3-meson-python_0.16.0.bb} (85%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-meson-python_0.15.0.bb b/meta/recipes-devtools/python/python3-meson-python_0.16.0.bb
similarity index 85%
rename from meta/recipes-devtools/python/python3-meson-python_0.15.0.bb
rename to meta/recipes-devtools/python/python3-meson-python_0.16.0.bb
index ad3cfe17d9e..79a7ff05eff 100644
--- a/meta/recipes-devtools/python/python3-meson-python_0.15.0.bb
+++ b/meta/recipes-devtools/python/python3-meson-python_0.16.0.bb
@@ -13,7 +13,7 @@  DEPENDS = " \
 PYPI_PACKAGE = "meson_python"
 
 inherit pypi python_mesonpy
-SRC_URI[sha256sum] = "fddb73eecd49e89c1c41c87937cd89c2d0b65a1c63ba28238681d4bd9484d26f"
+SRC_URI[sha256sum] = "9068c17e36c89d6c7ff709fffb2a8a9925e8cd0b02629728e5ceaf2ec505cb5f"
 
 DEPENDS:remove:class-native = "python3-meson-python-native"