diff options
author | wangmy <wangmy@fujitsu.com> | 2022-01-17 22:31:13 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-01-18 10:53:54 +0000 |
commit | bc3bdb1c0f10e1834b61768ccc8fb79b76c1413f (patch) | |
tree | 2c313b652e73876d6f25dcadf050cdd49a1c55fe | |
parent | 6eb37d895f8b7916bb89c8b69d3c058a88e74333 (diff) | |
download | poky-bc3bdb1c0f10e1834b61768ccc8fb79b76c1413f.tar.gz |
python3-git: upgrade 3.1.24 -> 3.1.26
Changelog:
=========
Fixes a leaked file descriptor when reading the index, which would cause make
writing a previously read index on windows impossible.
See https://github.com/gitpython-developers/GitPython/issues/1395 for details.
(From OE-Core rev: d0f3d4b0da85ee8d46c6aa069c9bcbceb4f4edf5)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/python/python3-git_3.1.26.bb (renamed from meta/recipes-devtools/python/python3-git_3.1.24.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-git_3.1.24.bb b/meta/recipes-devtools/python/python3-git_3.1.26.bb index 445c7b0235..b6171a0e4d 100644 --- a/meta/recipes-devtools/python/python3-git_3.1.24.bb +++ b/meta/recipes-devtools/python/python3-git_3.1.26.bb | |||
@@ -12,7 +12,7 @@ PYPI_PACKAGE = "GitPython" | |||
12 | 12 | ||
13 | inherit pypi setuptools3 | 13 | inherit pypi setuptools3 |
14 | 14 | ||
15 | SRC_URI[sha256sum] = "df83fdf5e684fef7c6ee2c02fc68a5ceb7e7e759d08b694088d0cacb4eba59e5" | 15 | SRC_URI[sha256sum] = "fc8868f63a2e6d268fb25f481995ba185a85a66fcad126f039323ff6635669ee" |
16 | 16 | ||
17 | DEPENDS += " ${PYTHON_PN}-gitdb" | 17 | DEPENDS += " ${PYTHON_PN}-gitdb" |
18 | 18 | ||