From a442006c811425cfcc9cd6ce2f45e15f2075c4c7 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 15 Sep 2022 09:58:41 +0000 Subject: [PATCH] python3-idna: upgrade 3.3 -> 3.4 (From OE-Core rev: daca869a8190a1035ab4aff6e0e8707041a95866) Signed-off-by: Richard Purdie --- .../python/{python3-idna_3.3.bb => python3-idna_3.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-idna_3.3.bb => python3-idna_3.4.bb} (83%) diff --git a/meta/recipes-devtools/python/python3-idna_3.3.bb b/meta/recipes-devtools/python/python3-idna_3.4.bb similarity index 83% rename from meta/recipes-devtools/python/python3-idna_3.3.bb rename to meta/recipes-devtools/python/python3-idna_3.4.bb index ee92f44fd5..10c99ee0ea 100644 --- a/meta/recipes-devtools/python/python3-idna_3.3.bb +++ b/meta/recipes-devtools/python/python3-idna_3.4.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/kjd/idna" LICENSE = "BSD-3-Clause & Python-2.0 & Unicode-TOU" LIC_FILES_CHKSUM = "file://LICENSE.md;md5=239668a7c6066d9e0c5382e9c8c6c0e1" -SRC_URI[sha256sum] = "9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d" +SRC_URI[sha256sum] = "814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4" inherit pypi setuptools3