diff mbox series

python3-git: upgrade 3.1.34 -> 3.1.35

Message ID 1694597949-21747-1-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit 26ae7c22e1945c4ae3e0cbea5ab6150009beb153
Headers show
Series python3-git: upgrade 3.1.34 -> 3.1.35 | expand

Commit Message

Mingyu Wang (Fujitsu) Sept. 13, 2023, 9:39 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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 <wangmy@fujitsu.com>
---
 .../python/{python3-git_3.1.34.bb => python3-git_3.1.35.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-git_3.1.34.bb => python3-git_3.1.35.bb} (92%)
diff mbox series

Patch

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 308c787c2d..9b2e36d5af 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"