summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-03-26 19:56:02 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-03-27 09:08:56 -0700
commit5871948af0aecce3dd596c8ed8e5438b356eb915 (patch)
treec0d3ea5b131f655c491bbe29e83a9979c8acef2a /meta-python/recipes-devtools/python
parent2f10352e4a5050fb964b5bf1a43706d41fe37435 (diff)
downloadmeta-openembedded-5871948af0aecce3dd596c8ed8e5438b356eb915.tar.gz
python3-faker: upgrade 40.8.0 -> 40.11.0
Changelog: ============= - Add major Swiss banks to de_CH bank provider. - Fix: mixed-gender names in es_MX locale. - Fix pt_PT postalcode format in address provider. - Fix mutable default providers. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-faker_40.11.0.bb (renamed from meta-python/recipes-devtools/python/python3-faker_40.8.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-faker_40.8.0.bb b/meta-python/recipes-devtools/python/python3-faker_40.11.0.bb
index 36c81ded0b..c163bbb16d 100644
--- a/meta-python/recipes-devtools/python/python3-faker_40.8.0.bb
+++ b/meta-python/recipes-devtools/python/python3-faker_40.11.0.bb
@@ -7,7 +7,7 @@ HOMEPAGE = "https://github.com/joke2k/faker"
7LICENSE = "MIT" 7LICENSE = "MIT"
8LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=53360c4126f7d03b63cb79b0dab9e9e1" 8LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=53360c4126f7d03b63cb79b0dab9e9e1"
9 9
10SRC_URI[sha256sum] = "936a3c9be6c004433f20aa4d99095df5dec82b8c7ad07459756041f8c1728875" 10SRC_URI[sha256sum] = "7c419299103b13126bd02ec14bd2b47b946edb5a5eedf305e66a193b25f9a734"
11 11
12inherit pypi setuptools3 ptest-python-pytest 12inherit pypi setuptools3 ptest-python-pytest
13 13