]> code.ossystems Code Review - openembedded-core.git/commitdiff
python-gitdb: upgrade to 0.6.1
authorRobert Yang <liezhi.yang@windriver.com>
Wed, 7 Jan 2015 23:57:09 +0000 (15:57 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 16 Jan 2015 22:59:46 +0000 (22:59 +0000)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/recipes-devtools/python/python-gitdb_0.6.1.bb [moved from meta/recipes-devtools/python/python-gitdb_0.5.4.bb with 78% similarity]

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 9e961528b97ecd1cbe69a25b65300fe178f1bd2e..ead93e1e7d19e21464dc1de098aea26e30ff4f5e 100644 (file)
@@ -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}"