diff options
author | Kai Kang <kai.kang@windriver.com> | 2020-05-10 14:31:16 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-12 15:20:42 +0100 |
commit | 6c6b2e9b524bc7d0d1814c298a68ee14476400e4 (patch) | |
tree | 5da0cfd4bd1c856be751a2d91e133754a3a1f158 /meta/recipes-devtools | |
parent | ee763935e905334600d635b702f41ae18c6b32a0 (diff) | |
download | poky-6c6b2e9b524bc7d0d1814c298a68ee14476400e4.tar.gz |
python3-git: 3.0.5 -> 3.1.2
(From OE-Core rev: 8cf74d626d562aa83acf0b05597b85392e4943c5)
Signed-off-by: Kai Kang <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python3-git_3.1.2.bb (renamed from meta/recipes-devtools/python/python3-git_3.0.5.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3-git_3.0.5.bb b/meta/recipes-devtools/python/python3-git_3.1.2.bb index 36313ef8b9..72280ec30d 100644 --- a/meta/recipes-devtools/python/python3-git_3.0.5.bb +++ b/meta/recipes-devtools/python/python3-git_3.1.2.bb | |||
@@ -12,8 +12,8 @@ PYPI_PACKAGE = "GitPython" | |||
12 | 12 | ||
13 | inherit pypi setuptools3 | 13 | inherit pypi setuptools3 |
14 | 14 | ||
15 | SRC_URI[md5sum] = "7555ad89a22f663c25cced5f623bdef0" | 15 | SRC_URI[md5sum] = "2397bea2d7c36ef9f874ab6355abae59" |
16 | SRC_URI[sha256sum] = "9c2398ffc3dcb3c40b27324b316f08a4f93ad646d5a6328cafbb871aa79f5e42" | 16 | SRC_URI[sha256sum] = "864a47472548f3ba716ca202e034c1900f197c0fb3a08f641c20c3cafd15ed94" |
17 | 17 | ||
18 | DEPENDS += " ${PYTHON_PN}-gitdb" | 18 | DEPENDS += " ${PYTHON_PN}-gitdb" |
19 | 19 | ||