From: Richard Purdie Date: Thu, 15 Sep 2022 09:58:41 +0000 (+0000) Subject: python3-idna: upgrade 3.3 -> 3.4 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~2928 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=daca869a8190a1035ab4aff6e0e8707041a95866;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-idna: upgrade 3.3 -> 3.4 Signed-off-by: Richard Purdie --- 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 ee92f44fd58..10c99ee0ea9 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