]> code.ossystems Code Review - openembedded-core.git/commitdiff
python3-git: update to 2.1.10
authorDerek Straka <derek@asterius.io>
Sat, 30 Jun 2018 09:27:03 +0000 (05:27 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 4 Jul 2018 23:23:40 +0000 (00:23 +0100)
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: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/python/python-git.inc
meta/recipes-devtools/python/python3-git_2.1.10.bb [moved from meta/recipes-devtools/python/python3-git_2.1.8.bb with 100% similarity]

index 8d3769396008d47aca909b0d3b5fe7e5aefb1dc0..5a4d8ff9fb20f9da750b25fb16ea361d6763c1e9 100644 (file)
@@ -12,8 +12,8 @@ PYPI_PACKAGE = "GitPython"
 
 inherit pypi
 
-SRC_URI[md5sum] = "7a94ee1b923fb772a2a0c6649430a17c"
-SRC_URI[sha256sum] = "ad61bc25deadb535b047684d06f3654c001d9415e1971e51c9c20f5b510076e9"
+SRC_URI[md5sum] = "e0c773be32ba9cb57a1d703b590f6d3f"
+SRC_URI[sha256sum] = "b60b045cf64a321e5b620debb49890099fa6c7be6dfb7fb249027e5d34227301"
 
 DEPENDS = "${PYTHON_PN}-gitdb"