From: Wang Mingyu Date: Mon, 17 Jul 2023 09:10:19 +0000 (+0800) Subject: python3-git: upgrade 3.1.31 -> 3.1.32 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~319 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8320d23b1d90f8e7454573c59d8fd360565acf48;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-git: upgrade 3.1.31 -> 3.1.32 Changelog: =========== -Block insecure non-multi options in clone/clone_from -Don't rely on __del__ -fix pypi long description -Name top-level exceptions as private variables -commit trailers should be a list instead of a dictionary -Fix up the commit trailers functionality Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-devtools/python/python3-git_3.1.31.bb b/meta/recipes-devtools/python/python3-git_3.1.32.bb similarity index 92% rename from meta/recipes-devtools/python/python3-git_3.1.31.bb rename to meta/recipes-devtools/python/python3-git_3.1.32.bb index 08b9f66bcb0..f217577eb89 100644 --- a/meta/recipes-devtools/python/python3-git_3.1.31.bb +++ b/meta/recipes-devtools/python/python3-git_3.1.32.bb @@ -12,7 +12,7 @@ PYPI_PACKAGE = "GitPython" inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "8ce3bcf69adfdf7c7d503e78fd3b1c492af782d58893b650adb2ac8912ddd573" +SRC_URI[sha256sum] = "8d9b8cb1e80b9735e8717c9362079d3ce4c6e5ddeebedd0361b228c3a67a62f6" DEPENDS += " ${PYTHON_PN}-gitdb"