From d7c8cacaa929b42395163639a4fc9e91040ad42d Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 5 Feb 2026 16:12:42 +0000 Subject: [PATCH] python3-unittest-automake-output: upgrade to 0.4 Notable changes: pytest: handle skipping without custom message tests: update test output based on latest pytest Signed-off-by: Ross Burton Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- ...ke-output_0.3.bb => python3-unittest-automake-output_0.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-unittest-automake-output_0.3.bb => python3-unittest-automake-output_0.4.bb} (89%) diff --git a/meta/recipes-devtools/python/python3-unittest-automake-output_0.3.bb b/meta/recipes-devtools/python/python3-unittest-automake-output_0.4.bb similarity index 89% rename from meta/recipes-devtools/python/python3-unittest-automake-output_0.3.bb rename to meta/recipes-devtools/python/python3-unittest-automake-output_0.4.bb index 66c1abee34..9b0c62f213 100644 --- a/meta/recipes-devtools/python/python3-unittest-automake-output_0.3.bb +++ b/meta/recipes-devtools/python/python3-unittest-automake-output_0.4.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=f6f16008d9fb7349f06609329f1ab93b" SRC_URI = "git://gitlab.com/rossburton/python-unittest-automake-output;protocol=https;branch=main;tag=${PV}" -SRCREV = "3376ff9bc319f8338849b7b9f63b9325d7b7663a" +SRCREV = "4d64324a8910ad28b3157f902c35f19fcb479bc0" inherit python_flit_core -- 2.47.3