diff mbox series

[meta-python,1/5] python3-cppy: Upgrade 1.3.0 -> 1.3.1

Message ID 20250217092212.3970278-1-leon.anavi@konsulko.com
State Accepted
Headers show
Series [meta-python,1/5] python3-cppy: Upgrade 1.3.0 -> 1.3.1 | expand

Commit Message

Leon Anavi Feb. 17, 2025, 9:22 a.m. UTC
Upgrade to release 1.3.1:

- On Windows link to debug runtime lib when building with a debug
  Python

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../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 mbox series

Patch

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"