From b25d6cb1dbabbf043a96712a4f1d3ae8cd007b4e Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 22 Jul 2026 18:23:02 +0800 Subject: [PATCH] python3-faker: upgrade 40.28.1 -> 40.31.0 Changelog: ============ - Fix: correct BBAN length so pt_BR iban() generates valid Brazilian IBANs - Fix: generate valid Belgian bank codes in nl_BE iban() - Fix: generate valid Spanish CCC control digits in es_ES iban() Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../{python3-faker_40.28.1.bb => python3-faker_40.31.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-faker_40.28.1.bb => python3-faker_40.31.0.bb} (93%) diff --git a/meta-python/recipes-devtools/python/python3-faker_40.28.1.bb b/meta-python/recipes-devtools/python/python3-faker_40.31.0.bb similarity index 93% rename from meta-python/recipes-devtools/python/python3-faker_40.28.1.bb rename to meta-python/recipes-devtools/python/python3-faker_40.31.0.bb index e32ae395a8..c3e5449a46 100644 --- a/meta-python/recipes-devtools/python/python3-faker_40.28.1.bb +++ b/meta-python/recipes-devtools/python/python3-faker_40.31.0.bb @@ -7,7 +7,7 @@ HOMEPAGE = "https://github.com/joke2k/faker" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=53360c4126f7d03b63cb79b0dab9e9e1" -SRC_URI[sha256sum] = "2a63fb51abab8790636d4030a094cf942404cbccc9c288d1cad70e2e3e9ecd58" +SRC_URI[sha256sum] = "af163a937aec99dca5abaeb94dd5008c51c26c6e9af1a26c8db4b3c4e7ca4403" inherit pypi setuptools3 ptest-python-pytest