diff mbox series

[meta-python,1/3] python3-aiodns: Upgrade 4.0.0 -> 4.0.4

Message ID 20260616100215.3640011-1-leon.anavi@konsulko.com
State Under Review
Headers show
Series [meta-python,1/3] python3-aiodns: Upgrade 4.0.0 -> 4.0.4 | expand

Commit Message

Leon Anavi June 16, 2026, 10:02 a.m. UTC
Upgrade to release 4.0.4:

- Raise DNSError(ARES_ENODATA) from query() when the answer section
  has no records of the requested qtype, restoring the pycares 4.x
  NODATA contract and avoiding AttributeError for CNAME/SOA/PTR callers
- Add the missing build-backend entry to pyproject.toml so PEP 517
  builds from the sdist work without falling back to the deprecated
  legacy setuptools backend

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-aiodns_4.0.0.bb => python3-aiodns_4.0.4.bb}    | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-aiodns_4.0.0.bb => python3-aiodns_4.0.4.bb} (69%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-aiodns_4.0.0.bb b/meta-python/recipes-devtools/python/python3-aiodns_4.0.4.bb
similarity index 69%
rename from meta-python/recipes-devtools/python/python3-aiodns_4.0.0.bb
rename to meta-python/recipes-devtools/python/python3-aiodns_4.0.4.bb
index 2f4459d338..875ec724d3 100644
--- a/meta-python/recipes-devtools/python/python3-aiodns_4.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-aiodns_4.0.4.bb
@@ -4,11 +4,11 @@  HOMEPAGE = "https://github.com/saghul/aiodns"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d574ab425d1fcb37c9f1ad3961f18527"
 
-SRC_URI[sha256sum] = "17be26a936ba788c849ba5fd20e0ba69d8c46e6273e846eb5430eae2630ce5b1"
+SRC_URI[sha256sum] = "cb10e0c0d2591636716ad2fe402e977c16d71bdaf76bb8cb49e8a6633596f736"
 
-PYPI_PACKAGE = "aiodns"
+inherit pypi python_setuptools_build_meta
 
-inherit pypi setuptools3
+DEPENDS += "python3-pycares-native"
 
 RDEPENDS:${PN} += " \
     python3-asyncio \