summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-08-21 16:59:42 +0800
committerKhem Raj <raj.khem@gmail.com>2025-08-21 13:15:37 -0700
commit41aa14a1d47b4a9b6dc2ed4a6af8eaf0a703423f (patch)
tree94869692928e0d59369151f3523aa84392a3aa71 /meta-python
parent5fec1a1eaba9ce1627532b7cb6368d48966bae79 (diff)
downloadmeta-openembedded-41aa14a1d47b4a9b6dc2ed4a6af8eaf0a703423f.tar.gz
python3-pycares: upgrade 4.9.0 -> 4.10.0
Changelog: ============== - Remove unused import - Fixup chunked TXT record test - Remove overzealous checks - Fix OpenBSD build - Make result.type Final - Idna resource reduction using a length check - Add read & write process_fd functions - build(deps): bump pypa/cibuildwheel from 2.23.3 to 3.0.0 - Remove context manager support - Fixup test CI - Refactor channel destruction logic Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pycares_4.10.0.bb (renamed from meta-python/recipes-devtools/python/python3-pycares_4.9.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pycares_4.9.0.bb b/meta-python/recipes-devtools/python/python3-pycares_4.10.0.bb
index a8b9ba96ea..1b0b003dfc 100644
--- a/meta-python/recipes-devtools/python/python3-pycares_4.9.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pycares_4.10.0.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/saghul/pycares"
6LICENSE = "MIT" 6LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=b1538fcaea82ebf2313ed648b96c69b1" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=b1538fcaea82ebf2313ed648b96c69b1"
8 8
9SRC_URI[sha256sum] = "8ee484ddb23dbec4d88d14ed5b6d592c1960d2e93c385d5e52b6fad564d82395" 9SRC_URI[sha256sum] = "9df70dce6e05afa5d477f48959170e569485e20dad1a089c4cf3b2d7ffbd8bf9"
10 10
11PYPI_PACKAGE = "pycares" 11PYPI_PACKAGE = "pycares"
12 12