From: Wang Mingyu Date: Wed, 13 Sep 2023 09:39:09 +0000 (+0800) Subject: python3-git: upgrade 3.1.34 -> 3.1.35 X-Git-Tag: yocto-4.3~349 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26ae7c22e1945c4ae3e0cbea5ab6150009beb153;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-git: upgrade 3.1.34 -> 3.1.35 Changelog: ============ -Fix Windows environment variable upcasing bug -Added test for PR #1645 submodule path -Tests fail due to security vulnerability fix in git 2.38.1 acknowledged -3.1.30 & 3.1.31: failing tests acknowledged help wanted -Only make config more permissive in tests that need it -Fix CVE-2023-41040 -Fix 'Tree' object has no attribute '_name' when submodule path is normal path Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-git_3.1.34.bb b/meta/recipes-devtools/python/python3-git_3.1.35.bb similarity index 92% rename from meta/recipes-devtools/python/python3-git_3.1.34.bb rename to meta/recipes-devtools/python/python3-git_3.1.35.bb index 308c787c2d9..9b2e36d5afc 100644 --- a/meta/recipes-devtools/python/python3-git_3.1.34.bb +++ b/meta/recipes-devtools/python/python3-git_3.1.35.bb @@ -12,7 +12,7 @@ PYPI_PACKAGE = "GitPython" inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "85f7d365d1f6bf677ae51039c1ef67ca59091c7ebd5a3509aa399d4eda02d6dd" +SRC_URI[sha256sum] = "9cbefbd1789a5fe9bcf621bb34d3f441f3a90c8461d377f84eda73e721d9b06b" DEPENDS += " ${PYTHON_PN}-gitdb"