diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-04-17 09:40:27 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-04-21 10:52:44 -0700 |
commit | edfec26232ac81f9ca057222d298a06a9dc4e635 (patch) | |
tree | 35cd64208c943ebd4a0e9d2271fd7b63d04c986b /meta-python | |
parent | fb14ebb3465fc4ad425cefff90381ce9a4f36552 (diff) | |
download | meta-openembedded-edfec26232ac81f9ca057222d298a06a9dc4e635.tar.gz |
python3-aiodns: upgrade 3.1.1 -> 3.2.0
Changelog:
==========
-Update test_query_ptr test to use address with PTR record
-Added a missing py.typed file for wheel
-Add Winloop as a valid EventLoop
-Add support for getaddrinfo
-Add support for getnameinfo
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-aiodns_3.2.0.bb (renamed from meta-python/recipes-devtools/python/python3-aiodns_3.1.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-aiodns_3.1.1.bb b/meta-python/recipes-devtools/python/python3-aiodns_3.2.0.bb index ec7d62ee2c..bf3f1312d2 100644 --- a/meta-python/recipes-devtools/python/python3-aiodns_3.1.1.bb +++ b/meta-python/recipes-devtools/python/python3-aiodns_3.2.0.bb | |||
@@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/saghul/aiodns" | |||
4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a565d8b5d06b9620968a135a2657b093" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a565d8b5d06b9620968a135a2657b093" |
6 | 6 | ||
7 | SRC_URI[sha256sum] = "1073eac48185f7a4150cad7f96a5192d6911f12b4fb894de80a088508c9b3a99" | 7 | SRC_URI[sha256sum] = "62869b23409349c21b072883ec8998316b234c9a9e36675756e8e317e8768f72" |
8 | 8 | ||
9 | PYPI_PACKAGE = "aiodns" | 9 | PYPI_PACKAGE = "aiodns" |
10 | 10 | ||