From: Wang Mingyu Date: Fri, 3 Nov 2023 07:29:55 +0000 (+0800) Subject: python3-git: upgrade 3.1.37 -> 3.1.40 X-Git-Tag: yocto-5.2~4675 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3fc53e04736f6a5480b9e3537534146f5a1346ee;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-git: upgrade 3.1.37 -> 3.1.40 Changelog: ============ Add missing info in Submodule.remove docstring Have init script clone submodules unconditionally Add missing assert keywords Make clear every test's status in every CI run Fix new link to license in readme Drop unneeded flake8 suppressions Update instructions and test helpers for git-daemon Fix Git.execute shell use and reporting bugs No longer allow CI to select a prerelease for 3.12 Clarify Git.execute and Popen arguments Ask git where its daemon is and use that Fix bugs affecting exception wrapping in rmtree callback Fix dynamically-set all variable Fix small #1662 regression due to #1659 Drop obsolete info on yanking from security policy Have Dependabot offer submodule updates Bump git/ext/gitdb from 49c3178 to 8ec2390 Bump git/ext/gitdb from 8ec2390 to 6a22706 Update readme for milestone-less releasing Run Cygwin CI workflow commands in login shells Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-devtools/python/python3-git_3.1.37.bb b/meta/recipes-devtools/python/python3-git_3.1.40.bb similarity index 92% rename from meta/recipes-devtools/python/python3-git_3.1.37.bb rename to meta/recipes-devtools/python/python3-git_3.1.40.bb index 56a335a79e4..47aa7f09acd 100644 --- a/meta/recipes-devtools/python/python3-git_3.1.37.bb +++ b/meta/recipes-devtools/python/python3-git_3.1.40.bb @@ -12,7 +12,7 @@ PYPI_PACKAGE = "GitPython" inherit pypi python_setuptools_build_meta -SRC_URI[sha256sum] = "f9b9ddc0761c125d5780eab2d64be4873fc6817c2899cbcb34b02344bdc7bc54" +SRC_URI[sha256sum] = "22b126e9ffb671fdd0c129796343a02bf67bf2994b35449ffc9321aa755e18a4" DEPENDS += " ${PYTHON_PN}-gitdb"