To: ['Bruce Ashfield <bruce.ashfield@gmail.com>']
To: openembedded-core@lists.openembedded.org
Subject: [AUH] python3-dtschema: upgrading to 2024.9 SUCCEEDED
Attachments: /home/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20240915050051/all/python3-dtschema/0001-python3-dtschema-upgrade-2024.5-2024.9.patch /home/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20240915050051/all/python3-dtschema/buildhistory-diff.txt /home/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20240915050051/all/python3-dtschema/buildhistory-diff-full.txt

Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *python3-dtschema* to *2024.9* has Succeeded.

Next steps:
    - apply the patch: git am 0001-python3-dtschema-upgrade-2024.5-2024.9.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 93527b2948496194fa2515e03c97d06fd1f5956c Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sun, 15 Sep 2024 08:30:54 +0000
Subject: [PATCH] python3-dtschema: upgrade 2024.5 -> 2024.9

---
 .../{python3-dtschema_2024.5.bb => python3-dtschema_2024.9.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-dtschema_2024.5.bb => python3-dtschema_2024.9.bb} (85%)

diff --git a/meta/recipes-devtools/python/python3-dtschema_2024.5.bb b/meta/recipes-devtools/python/python3-dtschema_2024.9.bb
similarity index 85%
rename from meta/recipes-devtools/python/python3-dtschema_2024.5.bb
rename to meta/recipes-devtools/python/python3-dtschema_2024.9.bb
index 1eb24eca23..5a159297fb 100644
--- a/meta/recipes-devtools/python/python3-dtschema_2024.5.bb
+++ b/meta/recipes-devtools/python/python3-dtschema_2024.9.bb
@@ -7,7 +7,7 @@ inherit pypi python_setuptools_build_meta
 
 PYPI_PACKAGE = "dtschema"
 
-SRC_URI[sha256sum] = "ea259a9ba4d1e1eff44ac8d362950361e46750bdeaf30a437a7ed33159c35fd8"
+SRC_URI[sha256sum] = "1e5cc422736d5e4167f764478e50093f340bbede95b569ed66d60748dbc39ab2"
 
 DEPENDS += "python3-setuptools-scm-native"
 RDEPENDS:${PN} += "\
-- 
2.44.0


