]> code.ossystems Code Review - openembedded-core.git/commitdiff
python3-git: update to 2.1.8
authorDerek Straka <derek@asterius.io>
Fri, 22 Dec 2017 16:14:11 +0000 (11:14 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 2 Jan 2018 17:24:15 +0000 (17:24 +0000)
python3-git was updated to the latest stable version

Tested on qemux86-64 using core-image-minimal

Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/python/python-git.inc
meta/recipes-devtools/python/python3-git_2.1.8.bb [moved from meta/recipes-devtools/python/python3-git_2.1.7.bb with 100% similarity]

index 7b0707e0087e312004d88d75b1eefca48ad1cc93..bef08eb74ef671caf15189a47a3e9cbd1d46bb7d 100644 (file)
@@ -12,8 +12,8 @@ PYPI_PACKAGE = "GitPython"
 
 inherit pypi
 
-SRC_URI[md5sum] = "a63fdd2a650694ea23e268fd0c952034"
-SRC_URI[sha256sum] = "13c7cd99c2bf277fc99accfc25148752fa90e7cc6c6d08a3f01d229dacb461d9"
+SRC_URI[md5sum] = "7a94ee1b923fb772a2a0c6649430a17c"
+SRC_URI[sha256sum] = "ad61bc25deadb535b047684d06f3654c001d9415e1971e51c9c20f5b510076e9"
 
 DEPENDS = "${PYTHON_PN}-gitdb"