From 7611c316c2bb5bed4d52685bd9258fad35e46467 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 9 Feb 2026 17:03:02 +0800 Subject: [PATCH] python3-pathspec: upgrade 1.0.3 -> 1.0.4 Changelog: Using re2 fails if pyre2 is also installed. Signed-off-by: Wang Mingyu Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- .../{python3-pathspec_1.0.3.bb => python3-pathspec_1.0.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pathspec_1.0.3.bb => python3-pathspec_1.0.4.bb} (80%) diff --git a/meta/recipes-devtools/python/python3-pathspec_1.0.3.bb b/meta/recipes-devtools/python/python3-pathspec_1.0.4.bb similarity index 80% rename from meta/recipes-devtools/python/python3-pathspec_1.0.3.bb rename to meta/recipes-devtools/python/python3-pathspec_1.0.4.bb index 58651bced2..bcdc04dfb0 100644 --- a/meta/recipes-devtools/python/python3-pathspec_1.0.3.bb +++ b/meta/recipes-devtools/python/python3-pathspec_1.0.4.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "MPL-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=815ca599c9df247a0c7f619bab123dad" -SRC_URI[sha256sum] = "bac5cf97ae2c2876e2d25ebb15078eb04d76e4b98921ee31c6f85ade8b59444d" +SRC_URI[sha256sum] = "0210e2ae8a21a9137c0d470578cb0e595af87edaa6ebf12ff176f14a02e0e645" inherit pypi python_flit_core -- 2.47.3