From f0caa57903572d07706d0ea1e005f466ed9727d6 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 14 Jan 2025 16:28:36 +0800 Subject: [PATCH] python3-dirty-equals: upgrade 0.8.0 -> 0.9.0 Changelog: =========== - fix problem with functools.singledispatch - uprev to v0.9 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...hon3-dirty-equals_0.8.0.bb => python3-dirty-equals_0.9.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-dirty-equals_0.8.0.bb => python3-dirty-equals_0.9.0.bb} (90%) diff --git a/meta-python/recipes-devtools/python/python3-dirty-equals_0.8.0.bb b/meta-python/recipes-devtools/python/python3-dirty-equals_0.9.0.bb similarity index 90% rename from meta-python/recipes-devtools/python/python3-dirty-equals_0.8.0.bb rename to meta-python/recipes-devtools/python/python3-dirty-equals_0.9.0.bb index 8be8e5f79e..f944d75e97 100644 --- a/meta-python/recipes-devtools/python/python3-dirty-equals_0.8.0.bb +++ b/meta-python/recipes-devtools/python/python3-dirty-equals_0.9.0.bb @@ -10,7 +10,7 @@ HOMEPAGE = "https://github.com/samuelcolvin/dirty-equals" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=ab599c188b4a314d2856b3a55030c75c" -SRC_URI[sha256sum] = "798db3b9481b9a5024c0e520946507676ed2f0c65317d3e95bdce1a01657cf60" +SRC_URI[sha256sum] = "17f515970b04ed7900b733c95fd8091f4f85e52f1fb5f268757f25c858eb1f7b" S = "${WORKDIR}/dirty_equals-${PV}"