diff mbox series

[AUH] python3-git: upgrading to 3.1.40 SUCCEEDED

Message ID 0101018b8b4603cf-0eab73c1-f14c-4b51-896b-3c7b0b8fd9e4-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] python3-git: upgrading to 3.1.40 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Nov. 1, 2023, 2:25 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *python3-git* to *3.1.40* has Succeeded.

Next steps:
    - apply the patch: git am 0001-python3-git-upgrade-3.1.37-3.1.40.patch
    - check the changes to upstream patches and summarize them in the commit message,
    - compile an image that contains the package
    - perform some basic sanity tests
    - amend the patch and sign it off: git commit -s --reset-author --amend
    - send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update failures.
Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
From 1611c1bf2b89b4404d662e26191ba20bd9e17494 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Wed, 1 Nov 2023 08:47:53 +0000
Subject: [PATCH] python3-git: upgrade 3.1.37 -> 3.1.40

---
 .../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"