From 6aa6f57c4d42d45ce1d3dbdca0e8f38ae31c0fbe Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sat, 30 Jun 2018 05:27:03 -0400 Subject: python3-git: update to 2.1.10 python3-git was updated to the latest stable version Tested on qemux86-64 using core-image-minimal Signed-off-by: Derek Straka Signed-off-by: Ross Burton --- meta/recipes-devtools/python/python-git.inc | 4 ++-- meta/recipes-devtools/python/python3-git_2.1.10.bb | 2 ++ meta/recipes-devtools/python/python3-git_2.1.8.bb | 2 -- 3 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 meta/recipes-devtools/python/python3-git_2.1.10.bb delete mode 100644 meta/recipes-devtools/python/python3-git_2.1.8.bb (limited to 'meta/recipes-devtools/python') diff --git a/meta/recipes-devtools/python/python-git.inc b/meta/recipes-devtools/python/python-git.inc index 8d37693960..5a4d8ff9fb 100644 --- a/meta/recipes-devtools/python/python-git.inc +++ b/meta/recipes-devtools/python/python-git.inc @@ -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" diff --git a/meta/recipes-devtools/python/python3-git_2.1.10.bb b/meta/recipes-devtools/python/python3-git_2.1.10.bb new file mode 100644 index 0000000000..ac320fa56b --- /dev/null +++ b/meta/recipes-devtools/python/python3-git_2.1.10.bb @@ -0,0 +1,2 @@ +require python-git.inc +inherit setuptools3 diff --git a/meta/recipes-devtools/python/python3-git_2.1.8.bb b/meta/recipes-devtools/python/python3-git_2.1.8.bb deleted file mode 100644 index ac320fa56b..0000000000 --- a/meta/recipes-devtools/python/python3-git_2.1.8.bb +++ /dev/null @@ -1,2 +0,0 @@ -require python-git.inc -inherit setuptools3 -- cgit 1.2.3-korg