diff mbox series

[meta-python,PATCHv2] python3-dnspython: update to version 2.5.0

Message ID 20240202204118.1580244-1-derek@asterius.io
State Accepted
Headers show
Series [meta-python,PATCHv2] python3-dnspython: update to version 2.5.0 | expand

Commit Message

Derek Straka Feb. 2, 2024, 8:41 p.m. UTC
Update inherits to use hatchling

Signed-off-by: Derek Straka <derek@asterius.io>
---
 ...{python3-dnspython_2.4.2.bb => python3-dnspython_2.5.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-dnspython_2.4.2.bb => python3-dnspython_2.5.0.bb} (83%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-dnspython_2.4.2.bb b/meta-python/recipes-devtools/python/python3-dnspython_2.5.0.bb
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-dnspython_2.4.2.bb
rename to meta-python/recipes-devtools/python/python3-dnspython_2.5.0.bb
index 1ebd2aa94..6b7212b9b 100644
--- a/meta-python/recipes-devtools/python/python3-dnspython_2.4.2.bb
+++ b/meta-python/recipes-devtools/python/python3-dnspython_2.5.0.bb
@@ -3,9 +3,9 @@  HOMEPAGE = "http://www.dnspython.org/"
 LICENSE = "ISC"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5af50906b5929837f667dfe31052bd34"
 
-SRC_URI[sha256sum] = "8dcfae8c7460a2f84b4072e26f1c9f4101ca20c071649cb7c34e8b6a93d58984"
+SRC_URI[sha256sum] = "a0034815a59ba9ae888946be7ccca8f7c157b286f8455b379c692efb51022a15"
 
-inherit pypi python_poetry_core ptest
+inherit pypi python_hatchling ptest
 
 SRC_URI += " \
 	file://run-ptest \