From: Alexander Kanavin Date: Wed, 4 Jan 2023 11:05:36 +0000 (+0100) Subject: python3-pycairo: upgrade 1.21.0 -> 1.23.0 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~2053 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a41af7c8aead2f9f27a47f5e853b471e584b44b8;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-pycairo: upgrade 1.21.0 -> 1.23.0 Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-pycairo_1.21.0.bb b/meta/recipes-devtools/python/python3-pycairo_1.23.0.bb similarity index 90% rename from meta/recipes-devtools/python/python3-pycairo_1.21.0.bb rename to meta/recipes-devtools/python/python3-pycairo_1.23.0.bb index b6920678093..5214a05d53c 100644 --- a/meta/recipes-devtools/python/python3-pycairo_1.21.0.bb +++ b/meta/recipes-devtools/python/python3-pycairo_1.23.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] = "251907f18a552df938aa3386657ff4b5a4937dde70e11aa042bc297957f4b74b" +SRC_URI[sha256sum] = "9b61ac818723adc04367301317eb2e814a83522f07bbd1f409af0dada463c44c" S = "${WORKDIR}/pycairo-${PV}"