summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-03-16 16:36:19 +0800
committertgamblin <trevor.gamblin@windriver.com>2022-03-17 08:54:17 -0400
commit93c65ca715529e54c91565a5c7cec09429dfd444 (patch)
treef6a93bc939b8f4cd59481083ce757e13d14092f2
parent82330ddf02e0f4f63c4bad872f7ee5cb142d5dd2 (diff)
downloadmeta-openembedded-93c65ca715529e54c91565a5c7cec09429dfd444.tar.gz
python3-dnspython: upgrade 2.2.0 -> 2.2.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: tgamblin <trevor.gamblin@windriver.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-dnspython_2.2.1.bb (renamed from meta-python/recipes-devtools/python/python3-dnspython_2.2.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-dnspython_2.2.0.bb b/meta-python/recipes-devtools/python/python3-dnspython_2.2.1.bb
index eb8269e4f5..67158fbdad 100644
--- a/meta-python/recipes-devtools/python/python3-dnspython_2.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-dnspython_2.2.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.dnspython.org/"
3LICENSE = "ISC" 3LICENSE = "ISC"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=5af50906b5929837f667dfe31052bd34" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=5af50906b5929837f667dfe31052bd34"
5 5
6SRC_URI[sha256sum] = "e79351e032d0b606b98d38a4b0e6e2275b31a5b85c873e587cc11b73aca026d6" 6SRC_URI[sha256sum] = "0f7569a4a6ff151958b64304071d370daa3243d15941a7beedf0c9fe5105603e"
7 7
8inherit pypi python_poetry_core ptest 8inherit pypi python_poetry_core ptest
9 9