summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2020-05-10 14:31:16 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-05-12 15:20:42 +0100
commit6c6b2e9b524bc7d0d1814c298a68ee14476400e4 (patch)
tree5da0cfd4bd1c856be751a2d91e133754a3a1f158 /meta/recipes-devtools/python
parentee763935e905334600d635b702f41ae18c6b32a0 (diff)
downloadpoky-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/python')
-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
13inherit pypi setuptools3 13inherit pypi setuptools3
14 14
15SRC_URI[md5sum] = "7555ad89a22f663c25cced5f623bdef0" 15SRC_URI[md5sum] = "2397bea2d7c36ef9f874ab6355abae59"
16SRC_URI[sha256sum] = "9c2398ffc3dcb3c40b27324b316f08a4f93ad646d5a6328cafbb871aa79f5e42" 16SRC_URI[sha256sum] = "864a47472548f3ba716ca202e034c1900f197c0fb3a08f641c20c3cafd15ed94"
17 17
18DEPENDS += " ${PYTHON_PN}-gitdb" 18DEPENDS += " ${PYTHON_PN}-gitdb"
19 19