From 6450cfa9a977c39584e32766b02973494b86774a Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 10 Jul 2024 17:43:50 +0800 Subject: [PATCH] python3-pycairo: upgrade 1.26.0 -> 1.26.1 Changelog: ========== - Fix Surface.set_mime_data() with Python 3.13 - Fix the test suite with Python 3.13b2. - Update vendored Windows wheel dependencies (From OE-Core rev: 26daeaa17a77ff6931126c340fce867f8340cca9) Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- .../{python3-pycairo_1.26.0.bb => python3-pycairo_1.26.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pycairo_1.26.0.bb => python3-pycairo_1.26.1.bb} (90%) diff --git a/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb b/meta/recipes-devtools/python/python3-pycairo_1.26.1.bb similarity index 90% rename from meta/recipes-devtools/python/python3-pycairo_1.26.0.bb rename to meta/recipes-devtools/python/python3-pycairo_1.26.1.bb index ea8b81be76..93f181bf5f 100644 --- a/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb +++ b/meta/recipes-devtools/python/python3-pycairo_1.26.1.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] = "2dddd0a874fbddb21e14acd9b955881ee1dc6e63b9c549a192d613a907f9cbeb" +SRC_URI[sha256sum] = "a11b999ce55b798dbf13516ab038e0ce8b6ec299b208d7c4e767a6f7e68e8430" S = "${WORKDIR}/pycairo-${PV}"