From 14b839aab284ad75b000fff6f5971ff444e92e2c Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 17 Feb 2025 11:22:08 +0200 Subject: [PATCH] python3-cppy: Upgrade 1.3.0 -> 1.3.1 Upgrade to release 1.3.1: - On Windows link to debug runtime lib when building with a debug Python Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../python/{python3-cppy_1.3.0.bb => python3-cppy_1.3.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-cppy_1.3.0.bb => python3-cppy_1.3.1.bb} (83%) diff --git a/meta-python/recipes-devtools/python/python3-cppy_1.3.0.bb b/meta-python/recipes-devtools/python/python3-cppy_1.3.1.bb similarity index 83% rename from meta-python/recipes-devtools/python/python3-cppy_1.3.0.bb rename to meta-python/recipes-devtools/python/python3-cppy_1.3.1.bb index 58b5a067eb..ff463f6833 100644 --- a/meta-python/recipes-devtools/python/python3-cppy_1.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-cppy_1.3.1.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://cppy.readthedocs.io/en/latest/" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=0bfb3e39b13587f0028f17baf0e42371" -SRC_URI[sha256sum] = "da7413a286d5d31626ba35ed2c70ddfb033520cc81310088ba5a57d34039f604" +SRC_URI[sha256sum] = "55b5307c11874f242ea135396f398cb67a5bbde4fab3e3c3294ea5fce43a6d68" RDEPENDS:${PN} += "python3-setuptools"