diff mbox series

[meta-python] python3-aiodns: upgrade 3.0.0 -> 3.1.1

Message ID 1698049606-24870-1-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-aiodns: upgrade 3.0.0 -> 3.1.1 | expand

Commit Message

Mingyu Wang (Fujitsu) Oct. 23, 2023, 8:26 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
============
Add PEP-561 with py.typed
Fix timeout

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-aiodns_3.0.0.bb => python3-aiodns_3.1.1.bb}       | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-aiodns_3.0.0.bb => python3-aiodns_3.1.1.bb} (74%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-aiodns_3.0.0.bb b/meta-python/recipes-devtools/python/python3-aiodns_3.1.1.bb
similarity index 74%
rename from meta-python/recipes-devtools/python/python3-aiodns_3.0.0.bb
rename to meta-python/recipes-devtools/python/python3-aiodns_3.1.1.bb
index 64599d43c3..5c685d7e40 100644
--- a/meta-python/recipes-devtools/python/python3-aiodns_3.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-aiodns_3.1.1.bb
@@ -4,8 +4,7 @@  HOMEPAGE = "https://github.com/saghul/aiodns"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a565d8b5d06b9620968a135a2657b093"
 
-SRC_URI[md5sum] = "181e11935c78965de2b2b7b0e5efba8d"
-SRC_URI[sha256sum] = "946bdfabe743fceeeb093c8a010f5d1645f708a241be849e17edfb0e49e08cd6"
+SRC_URI[sha256sum] = "1073eac48185f7a4150cad7f96a5192d6911f12b4fb894de80a088508c9b3a99"
 
 PYPI_PACKAGE = "aiodns"