pygobject2: bump to 2.28.7

Tested: Built and verified witherspoon and palmetto images
Change-Id: Iecdbd343111ccd66fadc94ee47f6ce5775db73b4
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/common/recipes-devtools/python/python-pygobject_2.28.3.bb b/common/recipes-devtools/python/python-pygobject_2.28.7.bb
similarity index 92%
rename from common/recipes-devtools/python/python-pygobject_2.28.3.bb
rename to common/recipes-devtools/python/python-pygobject_2.28.7.bb
index 81d37b4..c6fb6fe 100644
--- a/common/recipes-devtools/python/python-pygobject_2.28.3.bb
+++ b/common/recipes-devtools/python/python-pygobject_2.28.7.bb
@@ -11,7 +11,7 @@
 
 MAJ_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}"
 
-SRC_URI = "${GNOME_MIRROR}/pygobject/${MAJ_VER}/pygobject-${PV}.tar.bz2 \
+SRC_URI = "${GNOME_MIRROR}/pygobject/${MAJ_VER}/pygobject-${PV}.tar.xz \
            file://obsolete_automake_macros.patch \
 "
 
@@ -28,8 +28,8 @@
 # defining the whole function. Give up and disable parallel make in native builds.
 PARALLEL_MAKEINST_class-native = ""
 
-SRC_URI[md5sum] = "aa64900b274c4661a5c32e52922977f9"
-SRC_URI[sha256sum] = "7da88c169a56efccc516cebd9237da3fe518a343095a664607b368fe21df95b6"
+SRC_URI[md5sum] = "ae48b60c690c4aa894e69e0c97802745"
+SRC_URI[sha256sum] = "bb9d25a3442ca7511385a7c01b057492095c263784ef31231ffe589d83a96a5a"
 S = "${WORKDIR}/pygobject-${PV}"
 
 EXTRA_OECONF += "--disable-introspection"