From 26739c28b699b7d7059ebf8eda645a80e2bcbf0d Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 12 Jun 2026 18:33:59 +0300 Subject: [PATCH] python3-faker: Upgrade 40.21.0 -> 40.23.0 Upgrade to release 40.23.0: - Add French social security numbers with Corsican codes - Fix typos in docstrings and comments Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../{python3-faker_40.21.0.bb => python3-faker_40.23.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-faker_40.21.0.bb => python3-faker_40.23.0.bb} (93%) diff --git a/meta-python/recipes-devtools/python/python3-faker_40.21.0.bb b/meta-python/recipes-devtools/python/python3-faker_40.23.0.bb similarity index 93% rename from meta-python/recipes-devtools/python/python3-faker_40.21.0.bb rename to meta-python/recipes-devtools/python/python3-faker_40.23.0.bb index 7c44c5cbed..dc9d52e706 100644 --- a/meta-python/recipes-devtools/python/python3-faker_40.21.0.bb +++ b/meta-python/recipes-devtools/python/python3-faker_40.23.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] = "2fdee1b650a723a54432db9c6dfe17cfa29d1adc8bd60520444a07698524ba4d" +SRC_URI[sha256sum] = "f135e563f1f95f19346bb680bc2e43570bc43b7893e566023746f51f32c69dfc" inherit pypi setuptools3 ptest-python-pytest