]> code.ossystems Code Review - openembedded-core.git/commitdiff
python3-pycairo: update to 1.15.6
authorDerek Straka <derek@asterius.io>
Tue, 30 Jan 2018 21:22:56 +0000 (16:22 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Feb 2018 10:54:36 +0000 (10:54 +0000)
Update to the latest stable release

Tested in qemux86-64 running core-image-minimal

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/python/python3-pycairo_1.15.6.bb [moved from meta/recipes-devtools/python/python3-pycairo_1.15.4.bb with 87% similarity]

similarity index 87%
rename from meta/recipes-devtools/python/python3-pycairo_1.15.4.bb
rename to meta/recipes-devtools/python/python3-pycairo_1.15.6.bb
index a6c9e5a625a10b19bd270ba90077f457ce39b929..5c3e1e6f03bda386ceb0428704b11d20da35cd6c 100644 (file)
@@ -13,8 +13,8 @@ DEPENDS = "cairo"
 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] = "89f04740078fb5f4e4dd92a0c4d3b537"
-SRC_URI[sha256sum] = "ee4c3068c048230e5ce74bb8994a024711129bde1af1d76e3276c7acd81c4357"
+SRC_URI[md5sum] = "3ff210c34e7b052590e15fd0fb147766"
+SRC_URI[sha256sum] = "ad150ea637860836b66705e0513b8e59494538f0b80497ad3462051368755016"
 
 S = "${WORKDIR}/pycairo-${PV}"