diff mbox series

[AUH] python3-unittest-automake-output: upgrading to 0.3 FAILED

Message ID 010101968c7b7608-50d89343-e2df-472d-b5f3-55e33cdbbc9f-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] python3-unittest-automake-output: upgrading to 0.3 FAILED | expand

Commit Message

auh@yoctoproject.org May 1, 2025, 3:33 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *python3-unittest-automake-output* to *0.3* has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
    - apply the patch: git am 0001-python3-unittest-automake-output-upgrade-0.2-0.3.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 a601a668bbd2f9563f935510017bce46c494912f Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Thu, 1 May 2025 09:37:37 +0000
Subject: [PATCH] python3-unittest-automake-output: upgrade 0.2 -> 0.3

---
 ...ke-output_0.2.bb => python3-unittest-automake-output_0.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-unittest-automake-output_0.2.bb => python3-unittest-automake-output_0.3.bb} (91%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb b/meta/recipes-devtools/python/python3-unittest-automake-output_0.3.bb
similarity index 91%
rename from meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb
rename to meta/recipes-devtools/python/python3-unittest-automake-output_0.3.bb
index a8b834a126..3c8fe320d0 100644
--- a/meta/recipes-devtools/python/python3-unittest-automake-output_0.2.bb
+++ b/meta/recipes-devtools/python/python3-unittest-automake-output_0.3.bb
@@ -6,7 +6,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=f6f16008d9fb7349f06609329f1ab93b"
 SRC_URI = "git://gitlab.com/rossburton/python-unittest-automake-output;protocol=https;branch=main \
            file://0001-Update-__version__-to-match-the-tag-version.patch"
 
-SRCREV = "aebdfb188e368c690ea55cf6c9c9ffa1a52def65"
+SRCREV = "3376ff9bc319f8338849b7b9f63b9325d7b7663a"
 
 S = "${WORKDIR}/git"