diff options
author | Derek Straka <derek@asterius.io> | 2018-08-17 08:29:14 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-20 17:38:22 +0100 |
commit | 5afc46a9a9e23597ec189c59be38547b0b2cf967 (patch) | |
tree | b7ddad499da6af92a6e6401ae8771c7221410df9 /meta/recipes-devtools | |
parent | 12ab44f932d87765d97d6b0c2f06863850b909f3 (diff) | |
download | poky-5afc46a9a9e23597ec189c59be38547b0b2cf967.tar.gz |
python3-git: update to version 2.1.11
Update to the latest stable release
(From OE-Core rev: d916de84060f41e3a2e98a695b48d0ea52e9bfd9)
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python-git.inc | 4 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python3-git_2.1.11.bb (renamed from meta/recipes-devtools/python/python3-git_2.1.10.bb) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python-git.inc b/meta/recipes-devtools/python/python-git.inc index 5a4d8ff9fb..7ccf1686fd 100644 --- a/meta/recipes-devtools/python/python-git.inc +++ b/meta/recipes-devtools/python/python-git.inc | |||
@@ -12,8 +12,8 @@ PYPI_PACKAGE = "GitPython" | |||
12 | 12 | ||
13 | inherit pypi | 13 | inherit pypi |
14 | 14 | ||
15 | SRC_URI[md5sum] = "e0c773be32ba9cb57a1d703b590f6d3f" | 15 | SRC_URI[md5sum] = "cee43a39a1468084d49d1c49fb675204" |
16 | SRC_URI[sha256sum] = "b60b045cf64a321e5b620debb49890099fa6c7be6dfb7fb249027e5d34227301" | 16 | SRC_URI[sha256sum] = "8237dc5bfd6f1366abeee5624111b9d6879393d84745a507de0fda86043b65a8" |
17 | 17 | ||
18 | DEPENDS = "${PYTHON_PN}-gitdb" | 18 | DEPENDS = "${PYTHON_PN}-gitdb" |
19 | 19 | ||
diff --git a/meta/recipes-devtools/python/python3-git_2.1.10.bb b/meta/recipes-devtools/python/python3-git_2.1.11.bb index ac320fa56b..ac320fa56b 100644 --- a/meta/recipes-devtools/python/python3-git_2.1.10.bb +++ b/meta/recipes-devtools/python/python3-git_2.1.11.bb | |||