]> code.ossystems Code Review - openembedded-core.git/commitdiff
python3-pygobject: update to 3.28.3
authorDerek Straka <derek@asterius.io>
Tue, 10 Jul 2018 21:17:43 +0000 (17:17 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 13 Jul 2018 15:32:38 +0000 (16:32 +0100)
Update the python3-pygobject package to the latest stable version

Tested on the qemu with 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-pygobject_3.28.3.bb [moved from meta/recipes-devtools/python/python3-pygobject_3.28.1.bb with 85% similarity]

similarity index 85%
rename from meta/recipes-devtools/python/python3-pygobject_3.28.1.bb
rename to meta/recipes-devtools/python/python3-pygobject_3.28.3.bb
index 97286f4e80d90e47f5f3b4b160e5d5651814795e..313af227b62d6ffbeba276a8a38ba2157e0c59b8 100644 (file)
@@ -12,8 +12,8 @@ SRC_URI = " \
     http://ftp.gnome.org/pub/GNOME/sources/${SRCNAME}/${@gnome_verdir("${PV}")}/${SRCNAME}-${PV}.tar.xz \
 "
 
-SRC_URI[md5sum] = "612e9e2863d117d810e78672f7bc3ad6"
-SRC_URI[sha256sum] = "42312b4a5015571fa0a4f2d201005da46b71c251ea2625bc95702d071c4ff895"
+SRC_URI[md5sum] = "3bac63c86bb963aa401f97859464aa90"
+SRC_URI[sha256sum] = "3dd3e21015d06e00482ea665fc1733b77e754a6ab656a5db5d7f7bfaf31ad0b0"
 
 S = "${WORKDIR}/${SRCNAME}-${PV}"