From: Wang Mingyu Date: Wed, 28 Feb 2024 07:32:42 +0000 (+0800) Subject: python3-pycairo: upgrade 1.25.1 -> 1.26.0 X-Git-Tag: 2024-04-scarthgap~290 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b8054fb175b46f21807c124f55d1c807e2c814f;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-pycairo: upgrade 1.25.1 -> 1.26.0 Changelog: ============ * Bump minimum required meson version from 0.56.0 to 0.64.0 * Various meson related cleanups * Fix header file being installed to the wrong location with meson on some systems * Adds a new "wheel" meson build option as preparation for meson-python support * Update dependencies (libpng, pixman, zlib) of the Windows wheels * Various maintenance related updates Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb b/meta/recipes-devtools/python/python3-pycairo_1.26.0.bb similarity index 90% rename from meta/recipes-devtools/python/python3-pycairo_1.25.1.bb rename to meta/recipes-devtools/python/python3-pycairo_1.26.0.bb index 1599f6d39ef..ea8b81be76f 100644 --- a/meta/recipes-devtools/python/python3-pycairo_1.25.1.bb +++ b/meta/recipes-devtools/python/python3-pycairo_1.26.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] = "7e2be4fbc3b4536f16db7a11982cbf713e75069a4d73d44fe5a49b68423f5c0c" +SRC_URI[sha256sum] = "2dddd0a874fbddb21e14acd9b955881ee1dc6e63b9c549a192d613a907f9cbeb" S = "${WORKDIR}/pycairo-${PV}"