diff mbox series

python3-git: upgrade 3.1.37 -> 3.1.40

Message ID 1698996595-30813-1-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit 3fc53e04736f6a5480b9e3537534146f5a1346ee
Headers show
Series python3-git: upgrade 3.1.37 -> 3.1.40 | expand

Commit Message

Mingyu Wang (Fujitsu) Nov. 3, 2023, 7:29 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

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

Patch

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 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"
 
 inherit pypi python_setuptools_build_meta
 
-SRC_URI[sha256sum] = "f9b9ddc0761c125d5780eab2d64be4873fc6817c2899cbcb34b02344bdc7bc54"
+SRC_URI[sha256sum] = "22b126e9ffb671fdd0c129796343a02bf67bf2994b35449ffc9321aa755e18a4"
 
 DEPENDS += " ${PYTHON_PN}-gitdb"