[meta-python][PATCH 2/3] python3-faker: Upgrade 40.31.0 -> 40.35.0

Leon Anavi <[email protected]> Fri, 24 Jul 2026 18:37:54 +0300
Newsgroups org.openembedded.lists.openembedded-devel
Message-ID <[email protected]>
Upgrade to release 40.35.0:

- Fix: add correct bban_format so ru_RU iban() generates valid
  Russian IBANs

From release 40.34.0:

- Fix: correct BBAN length so da_DK iban() generates valid Danish
  IBANs

From release 40.33.0:

- Add alphanumeric CNPJ support for pt_BR via flag

From release 40.32.0:

- Add allowed_path_traversal_elements option to file_path()
- Fix Windows file_path depth=3 test regex

Signed-off-by: Leon Anavi <[email protected]>
---
 .../{python3-faker_40.31.0.bb => python3-faker_40.35.0.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-faker_40.31.0.bb => python3-faker_40.35.0.bb} (93%)

diff --git a/meta-python/recipes-devtools/python/python3-faker_40.31.0.bb b/meta-python/recipes-devtools/python/python3-faker_40.35.0.bb
similarity index 93%
rename from meta-python/recipes-devtools/python/python3-faker_40.31.0.bb
rename to meta-python/recipes-devtools/python/python3-faker_40.35.0.bb
index c3e5449a46..a951d60ae8 100644
--- a/meta-python/recipes-devtools/python/python3-faker_40.31.0.bb
+++ b/meta-python/recipes-devtools/python/python3-faker_40.35.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] = "af163a937aec99dca5abaeb94dd5008c51c26c6e9af1a26c8db4b3c4e7ca4403"
+SRC_URI[sha256sum] = "13495348ec6f80d22c8c1654906ffeae336d485fea476544642ea24b120d9e13"
 
 inherit pypi setuptools3 ptest-python-pytest
 
-- 
2.47.3