diff mbox series

[13/24] python3-idna: upgrade 3.3 -> 3.4

Message ID 20220916210818.1228761-13-richard.purdie@linuxfoundation.org
State Accepted, archived
Commit daca869a8190a1035ab4aff6e0e8707041a95866
Headers show
Series [01/24] autoconf-archive: upgrade 2022.02.11 -> 2022.09.03 | expand

Commit Message

Richard Purdie Sept. 16, 2022, 9:08 p.m. UTC
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 .../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 mbox series

Patch

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