From 1a9eb3a4c2bc6591f2386d5960df2e9032e3074c Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 23 Jun 2025 15:11:26 +0800 Subject: [PATCH] python3-pycares: upgrade 4.8.0 -> 4.9.0 Changelog: ============= - Create dependabot configuration - build(deps): bump pypa/cibuildwheel from 2.22.0 to 2.23.3 - Pin Python version to 3.13.3 to avoid Windows build error - Fix shutdown race - Add support for windows arm64 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{python3-pycares_4.8.0.bb => python3-pycares_4.9.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pycares_4.8.0.bb => python3-pycares_4.9.0.bb} (86%) diff --git a/meta-python/recipes-devtools/python/python3-pycares_4.8.0.bb b/meta-python/recipes-devtools/python/python3-pycares_4.9.0.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-pycares_4.8.0.bb rename to meta-python/recipes-devtools/python/python3-pycares_4.9.0.bb index 29f4132d67..a8b9ba96ea 100644 --- a/meta-python/recipes-devtools/python/python3-pycares_4.8.0.bb +++ b/meta-python/recipes-devtools/python/python3-pycares_4.9.0.bb @@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/saghul/pycares" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=b1538fcaea82ebf2313ed648b96c69b1" -SRC_URI[sha256sum] = "2fc2ebfab960f654b3e3cf08a732486950da99393a657f8b44618ad3ed2d39c1" +SRC_URI[sha256sum] = "8ee484ddb23dbec4d88d14ed5b6d592c1960d2e93c385d5e52b6fad564d82395" PYPI_PACKAGE = "pycares"