From e518d3e6c1973d7aefa9cb12a63445d36b191f6d Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Wed, 7 Jan 2015 15:57:09 -0800 Subject: [PATCH] python-gitdb: upgrade to 0.6.1 (From OE-Core rev: eb46e1d61f6658b921372354771102f91b177c66) Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- .../python/{python-gitdb_0.5.4.bb => python-gitdb_0.6.1.bb} | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python-gitdb_0.5.4.bb => python-gitdb_0.6.1.bb} (78%) diff --git a/meta/recipes-devtools/python/python-gitdb_0.5.4.bb b/meta/recipes-devtools/python/python-gitdb_0.6.1.bb similarity index 78% rename from meta/recipes-devtools/python/python-gitdb_0.5.4.bb rename to meta/recipes-devtools/python/python-gitdb_0.6.1.bb index 9e961528b9..ead93e1e7d 100644 --- a/meta/recipes-devtools/python/python-gitdb_0.5.4.bb +++ b/meta/recipes-devtools/python/python-gitdb_0.6.1.bb @@ -6,8 +6,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=59e5ecb13339a936eedf83282eaf4528" DEPENDS = "python-async python-smmap" SRC_URI = "https://pypi.python.org/packages/source/g/gitdb/gitdb-${PV}.tar.gz" -SRC_URI[md5sum] = "25353bb8d3ea527ba443dd88cd4e8a1c" -SRC_URI[sha256sum] = "de5d2dac0daec4a9cd7bb1ae1cd42d53510dcf597397c608c12a154b69ad3783" + +SRC_URI[md5sum] = "daeb85a5e97d2d100fd37cf522fd65d5" +SRC_URI[sha256sum] = "0d784ec4a75e93c8f65d4aca219c17e388a052d461714ed0edfda657e542b716" S = "${WORKDIR}/gitdb-${PV}"