To: Trevor Gamblin <tgamblin@baylibre.com>
To: test-list@lists.yoctoproject.org
Subject: [AUH] python3-gitdb: upgrading to 4.0.11 SUCCEEDED
Attachments: /home/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20231028072133/all/python3-gitdb/buildhistory-diff-full.txt /home/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20231028072133/all/python3-gitdb/buildhistory-diff.txt /home/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20231028072133/all/python3-gitdb/0001-python3-gitdb-upgrade-4.0.10-4.0.11.patch

Hello,

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

Next steps:
    - apply the patch: git am 0001-python3-gitdb-upgrade-4.0.10-4.0.11.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 878195ce0cfdbd4703c8b8a262bd30785848a1b8 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 28 Oct 2023 09:12:18 +0000
Subject: [PATCH] python3-gitdb: upgrade 4.0.10 -> 4.0.11

---
 .../python/{python3-gitdb_4.0.10.bb => python3-gitdb_4.0.11.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-gitdb_4.0.10.bb => python3-gitdb_4.0.11.bb} (86%)

diff --git a/meta/recipes-devtools/python/python3-gitdb_4.0.10.bb b/meta/recipes-devtools/python/python3-gitdb_4.0.11.bb
similarity index 86%
rename from meta/recipes-devtools/python/python3-gitdb_4.0.10.bb
rename to meta/recipes-devtools/python/python3-gitdb_4.0.11.bb
index 3a430c30f0..25e1a2df7e 100644
--- a/meta/recipes-devtools/python/python3-gitdb_4.0.10.bb
+++ b/meta/recipes-devtools/python/python3-gitdb_4.0.11.bb
@@ -10,7 +10,7 @@ inherit pypi setuptools3
 
 PYPI_PACKAGE = "gitdb"
 
-SRC_URI[sha256sum] = "6eb990b69df4e15bad899ea868dc46572c3f75339735663b81de79b06f17eb9a"
+SRC_URI[sha256sum] = "bf5421126136d6d0af55bc1e7c1af1c397a34f5b7bd79e776cd3e89785c2b04b"
 
 RDEPENDS:${PN} += "python3-compression \
                    python3-crypt \
-- 
2.39.2


