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. Signed-off-by: Trevor Gamblin <[email protected]> --- .../python/{python3-git_3.1.32.bb => python3-git_3.1.34.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-git_3.1.32.bb => python3-git_3.1.34.bb} (92%) diff --git a/meta/recipes-devtools/python/python3-git_3.1.32.bb b/meta/recipes-devtools/python/python3-git_3.1.34.bb similarity index 92% rename from meta/recipes-devtools/python/python3-git_3.1.32.bb rename to 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" inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "8d9b8cb1e80b9735e8717c9362079d3ce4c6e5ddeebedd0361b228c3a67a62f6" +SRC_URI[sha256sum] = "85f7d365d1f6bf677ae51039c1ef67ca59091c7ebd5a3509aa399d4eda02d6dd" DEPENDS += " ${PYTHON_PN}-gitdb" -- 2.41.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#187248): https://lists.openembedded.org/g/openembedded-core/message/187248 Mute This Topic: https://lists.openembedded.org/mt/101175189/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
