diff mbox series

[AUH] python3-cantools: upgrading to 39.0.0 FAILED

Message ID 20230805073839.BA1A4C00528@smtp.lore.kernel.org
State New
Headers show
Series [AUH] python3-cantools: upgrading to 39.0.0 FAILED | expand

Commit Message

auh@moto-timo.dev Aug. 5, 2023, 7:38 a.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *python3-cantools* to *39.0.0* has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
    - apply the patch: git am 0001-python3-cantools-upgrade-38.0.2-39.0.0.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 7d31946fcd40ab5e14604dfc2549f1ecf0c6f297 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@moto-timo.dev>
Date: Fri, 4 Aug 2023 21:35:06 -0500
Subject: [PATCH] python3-cantools: upgrade 38.0.2 -> 39.0.0

---
 .../{python3-cantools_38.0.2.bb => python3-cantools_39.0.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-cantools_38.0.2.bb => python3-cantools_39.0.0.bb} (84%)
diff mbox series

Patch

From 7d31946fcd40ab5e14604dfc2549f1ecf0c6f297 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@moto-timo.dev>
Date: Fri, 4 Aug 2023 21:35:06 -0500
Subject: [PATCH] python3-cantools: upgrade 38.0.2 -> 39.0.0

---
 .../{python3-cantools_38.0.2.bb => python3-cantools_39.0.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-cantools_38.0.2.bb => python3-cantools_39.0.0.bb} (84%)

diff --git a/meta-python/recipes-devtools/python/python3-cantools_38.0.2.bb b/meta-python/recipes-devtools/python/python3-cantools_39.0.0.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-cantools_38.0.2.bb
rename to meta-python/recipes-devtools/python/python3-cantools_39.0.0.bb
index 003573583..9e6bf7f6a 100644
--- a/meta-python/recipes-devtools/python/python3-cantools_38.0.2.bb
+++ b/meta-python/recipes-devtools/python/python3-cantools_39.0.0.bb
@@ -3,7 +3,7 @@  HOMEPAGE = "https://github.com/eerimoq/cantools"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d9aa4ec07de78abae21c490c9ffe61bd"
 
-SRC_URI[sha256sum] = "93bfe6f4bd652f369763ea9162b027a62f424a8400f2423d41137918ce68c68e"
+SRC_URI[sha256sum] = "60b3d224e3b080b1215fe37d21b043830ea68ee44fce0614977823ffd850fb18"
 
 PYPI_PACKAGE = "cantools"
 
-- 
2.25.1