diff options
author | Trevor Gamblin <tgamblin@baylibre.com> | 2023-09-05 13:30:48 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-07 07:53:51 +0100 |
commit | 7d340a6439e8716a434d9a1b058b27cbefc472f9 (patch) | |
tree | bff136d353a9f3d91bf304d81ad2553640a901c5 /meta | |
parent | f82c77f368bf2bd7f094717f66425f5163f7fe92 (diff) | |
download | poky-7d340a6439e8716a434d9a1b058b27cbefc472f9.tar.gz |
python3-git: upgrade 3.1.32 -> 3.1.34
Changelog: https://github.com/gitpython-developers/GitPython/blob/main/doc/source/changes.rst
3.1.34 fixes a resource leak by properly closing a lockfile after
opening.
(From OE-Core rev: 14b55da3fcea9507a5a7b8dfcf8aae8abe124e4a)
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python3-git_3.1.34.bb (renamed from meta/recipes-devtools/python/python3-git_3.1.32.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-git_3.1.32.bb b/meta/recipes-devtools/python/python3-git_3.1.34.bb index f217577eb8..308c787c2d 100644 --- a/meta/recipes-devtools/python/python3-git_3.1.32.bb +++ b/meta/recipes-devtools/python/python3-git_3.1.34.bb | |||
@@ -12,7 +12,7 @@ PYPI_PACKAGE = "GitPython" | |||
12 | 12 | ||
13 | inherit pypi python_setuptools_build_meta | 13 | inherit pypi python_setuptools_build_meta |
14 | 14 | ||
15 | SRC_URI[sha256sum] = "8d9b8cb1e80b9735e8717c9362079d3ce4c6e5ddeebedd0361b228c3a67a62f6" | 15 | SRC_URI[sha256sum] = "85f7d365d1f6bf677ae51039c1ef67ca59091c7ebd5a3509aa399d4eda02d6dd" |
16 | 16 | ||
17 | DEPENDS += " ${PYTHON_PN}-gitdb" | 17 | DEPENDS += " ${PYTHON_PN}-gitdb" |
18 | 18 | ||