From 1a9eb3a4c2bc6591f2386d5960df2e9032e3074c Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 23 Jun 2025 15:11:26 +0800 Subject: 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 --- .../python/python3-pycares_4.9.0.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pycares_4.9.0.bb (limited to 'meta-python/recipes-devtools/python/python3-pycares_4.9.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-pycares_4.9.0.bb b/meta-python/recipes-devtools/python/python3-pycares_4.9.0.bb new file mode 100644 index 0000000000..a8b9ba96ea --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pycares_4.9.0.bb @@ -0,0 +1,22 @@ +SUMMARY = "Python interface for c-ares" +DESCRIPTION = "\ +pycares is a Python module which provides an interface to c-ares. c-ares is \ +a C library that performs DNS requests and name resolutions asynchronously." +HOMEPAGE = "https://github.com/saghul/pycares" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=b1538fcaea82ebf2313ed648b96c69b1" + +SRC_URI[sha256sum] = "8ee484ddb23dbec4d88d14ed5b6d592c1960d2e93c385d5e52b6fad564d82395" + +PYPI_PACKAGE = "pycares" + +inherit pypi python_setuptools_build_meta + +DEPENDS += "python3-cffi-native" + +RDEPENDS:${PN} += " \ + python3-cffi \ + python3-idna \ +" + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf