[oe-commits] Robert Yang : python-gitdb: upgrade to 0.6.1

git at git.openembedded.org git at git.openembedded.org
Fri Jan 16 23:15:31 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: eb46e1d61f6658b921372354771102f91b177c66
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=eb46e1d61f6658b921372354771102f91b177c66

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Wed Jan  7 15:57:09 2015 -0800

python-gitdb: upgrade to 0.6.1

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>

---

 .../python/{python-gitdb_0.5.4.bb => python-gitdb_0.6.1.bb}          | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

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 9e96152..ead93e1 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}"
 



More information about the Openembedded-commits mailing list