]> code.ossystems Code Review - openembedded-core.git/commitdiff
python-gitdb: 0.6.1 -> 0.6.4
authorRobert Yang <liezhi.yang@windriver.com>
Fri, 20 Feb 2015 05:37:20 +0000 (21:37 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 21 Feb 2015 22:04:24 +0000 (22:04 +0000)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python-gitdb_0.6.4.bb [moved from meta/recipes-devtools/python/python-gitdb_0.6.1.bb with 78% similarity]

similarity index 78%
rename from meta/recipes-devtools/python/python-gitdb_0.6.1.bb
rename to meta/recipes-devtools/python/python-gitdb_0.6.4.bb
index ead93e1e7d19e21464dc1de098aea26e30ff4f5e..f0083bdb1a24d895da71b6679d89c4aadba0c7d7 100644 (file)
@@ -7,8 +7,8 @@ DEPENDS = "python-async python-smmap"
 
 SRC_URI = "https://pypi.python.org/packages/source/g/gitdb/gitdb-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "daeb85a5e97d2d100fd37cf522fd65d5"
-SRC_URI[sha256sum] = "0d784ec4a75e93c8f65d4aca219c17e388a052d461714ed0edfda657e542b716"
+SRC_URI[md5sum] = "44e4366b8bdfd306b075c3a52c96ae1a"
+SRC_URI[sha256sum] = "a3ebbc27be035a2e874ed904df516e35f4a29a778a764385de09de9e0f139658"
 
 S = "${WORKDIR}/gitdb-${PV}"