summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-11-03 15:29:55 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-11-05 11:28:42 +0000
commit2efe1f38377dbd38baf35e881d7feb90fcc6deb5 (patch)
tree75fd959a5c91fe9efd49db9b056a9736a312fc52 /meta/recipes-devtools
parent4b3ec1fc62586cae89152f836da53188967ab8f6 (diff)
downloadpoky-2efe1f38377dbd38baf35e881d7feb90fcc6deb5.tar.gz
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 (From OE-Core rev: 3fc53e04736f6a5480b9e3537534146f5a1346ee) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/python/python3-git_3.1.40.bb (renamed from meta/recipes-devtools/python/python3-git_3.1.37.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-git_3.1.37.bb b/meta/recipes-devtools/python/python3-git_3.1.40.bb
index 56a335a79e..47aa7f09ac 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"
12 12
13inherit pypi python_setuptools_build_meta 13inherit pypi python_setuptools_build_meta
14 14
15SRC_URI[sha256sum] = "f9b9ddc0761c125d5780eab2d64be4873fc6817c2899cbcb34b02344bdc7bc54" 15SRC_URI[sha256sum] = "22b126e9ffb671fdd0c129796343a02bf67bf2994b35449ffc9321aa755e18a4"
16 16
17DEPENDS += " ${PYTHON_PN}-gitdb" 17DEPENDS += " ${PYTHON_PN}-gitdb"
18 18