From d83f8e31b929ea270a2cafda4ca3deaffbd7c54e Mon Sep 17 00:00:00 2001 From: wangmy Date: Tue, 8 Mar 2022 18:34:35 +0800 Subject: [PATCH] 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 --- .../{python3-pycairo_1.20.1.bb => python3-pycairo_1.21.0.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-pycairo_1.20.1.bb => python3-pycairo_1.21.0.bb} (85%) 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 5c236d40a3..29452c7660 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}" -- 2.40.1