diff mbox series

[069/114] python3-pycairo: upgrade 1.28.0 -> 1.29.0

Message ID 20251222200739.2278706-69-alex.kanavin@gmail.com
State New
Headers show
Series [001/114] build-appliance-image: do not inherit setuptools | expand

Commit Message

Alexander Kanavin Dec. 22, 2025, 8:06 p.m. UTC
From: Alexander Kanavin <alex@linutronix.de>

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 .../{python3-pycairo_1.28.0.bb => python3-pycairo_1.29.0.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-pycairo_1.28.0.bb => python3-pycairo_1.29.0.bb} (90%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-pycairo_1.28.0.bb b/meta/recipes-devtools/python/python3-pycairo_1.29.0.bb
similarity index 90%
rename from meta/recipes-devtools/python/python3-pycairo_1.28.0.bb
rename to meta/recipes-devtools/python/python3-pycairo_1.29.0.bb
index 498c4db586..20c2c332cd 100644
--- a/meta/recipes-devtools/python/python3-pycairo_1.28.0.bb
+++ b/meta/recipes-devtools/python/python3-pycairo_1.29.0.bb
@@ -13,7 +13,7 @@  DEPENDS = "cairo python3"
 SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/pycairo-${PV}.tar.gz"
 GITHUB_BASE_URI = "https://github.com/pygobject/pycairo/releases/"
 
-SRC_URI[sha256sum] = "26ec5c6126781eb167089a123919f87baa2740da2cca9098be8b3a6b91cc5fbc"
+SRC_URI[sha256sum] = "f3f7fde97325cae80224c09f12564ef58d0d0f655da0e3b040f5807bd5bd3142"
 
 S = "${UNPACKDIR}/pycairo-${PV}"