]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
python3-pycairo: upgrade 1.25.1 -> 1.26.0
authorWang Mingyu <wangmy@fujitsu.com>
Wed, 28 Feb 2024 07:32:42 +0000 (15:32 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 29 Feb 2024 10:26:14 +0000 (10:26 +0000)
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 <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python3-pycairo_1.26.0.bb [moved from meta/recipes-devtools/python/python3-pycairo_1.25.1.bb with 90% similarity]

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 1599f6d39ef9f3eb7c5719eb6c122b5c26c2db51..ea8b81be76fbe2cd7d8d6b15565dae6f14c66908 100644 (file)
@@ -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}"