From: Wang Mingyu Date: Wed, 10 Jul 2024 09:43:50 +0000 (+0800) Subject: python3-pycairo: upgrade 1.26.0 -> 1.26.1 X-Git-Tag: uninative-4.6~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26daeaa17a77ff6931126c340fce867f8340cca9;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git 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 Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- 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 ea8b81be76f..93f181bf5f1 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}"