From: wangmy Date: Tue, 8 Mar 2022 10:34:35 +0000 (+0800) Subject: python3-pycairo: upgrade 1.20.1 -> 1.21.0 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~4871 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d83f8e31b929ea270a2cafda4ca3deaffbd7c54e;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-pycairo: upgrade 1.20.1 -> 1.21.0 Changelog: ========= * Require Python 3.7+ :pr:'250' * Require meson 0.53+ * Using 'setup.py' directly to build/install pycairo is deprecated. Use meson instead. * 'setup.py' now requires setuptools. Previously it was optional. * The complete API reference is now included in the typing stubs, so it can be consumed/shown by IDEs. :pr:'236' :pr:'252' Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-pycairo_1.20.1.bb b/meta/recipes-devtools/python/python3-pycairo_1.21.0.bb similarity index 85% rename from meta/recipes-devtools/python/python3-pycairo_1.20.1.bb rename to meta/recipes-devtools/python/python3-pycairo_1.21.0.bb index 5c236d40a33..29452c76606 100644 --- a/meta/recipes-devtools/python/python3-pycairo_1.20.1.bb +++ b/meta/recipes-devtools/python/python3-pycairo_1.21.0.bb @@ -13,8 +13,7 @@ DEPENDS = "cairo python3" SRC_URI = "https://github.com/pygobject/pycairo/releases/download/v${PV}/pycairo-${PV}.tar.gz" UPSTREAM_CHECK_URI = "https://github.com/pygobject/pycairo/releases/" -SRC_URI[md5sum] = "fa88a28cadbfb34192fe743d32c0ee33" -SRC_URI[sha256sum] = "1ee72b035b21a475e1ed648e26541b04e5d7e753d75ca79de8c583b25785531b" +SRC_URI[sha256sum] = "251907f18a552df938aa3386657ff4b5a4937dde70e11aa042bc297957f4b74b" S = "${WORKDIR}/pycairo-${PV}"