diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-03-12 18:51:49 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-03-17 13:25:29 -0700 |
| commit | 41df7fdb2090a3802a41f2866e2851368f1aca92 (patch) | |
| tree | afaf49fc935f2e9e820aaaa482aacd7f5efb1ba0 /meta-python | |
| parent | 0cf92875b2c5f88eb0153a8914d8ec696b48364d (diff) | |
| download | meta-openembedded-41df7fdb2090a3802a41f2866e2851368f1aca92.tar.gz | |
python3-faker: upgrade 40.1.2 -> 40.8.0
Changelog:
===========
- Add free email domains to hu_HU locale.
- Improve Polish address grammar: categorize street types and prefixes.
- Add country names to he_IL locale.
- Fix _get_local_timezone() missing return statement.
- Add missing formats and remove duplicates in user_name_formats.
- Add passport and cie for it_IT.
- Add major Greek banks to el_GR bank provider.
- Update internet pt_bR provider (domains, tlds, slugify).
- fix pyfloat TypeError when combining positive=True with max_value.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-faker_40.8.0.bb (renamed from meta-python/recipes-devtools/python/python3-faker_40.1.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-faker_40.1.2.bb b/meta-python/recipes-devtools/python/python3-faker_40.8.0.bb index 2a9970a91c..36c81ded0b 100644 --- a/meta-python/recipes-devtools/python/python3-faker_40.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-faker_40.8.0.bb | |||
| @@ -7,7 +7,7 @@ HOMEPAGE = "https://github.com/joke2k/faker" | |||
| 7 | LICENSE = "MIT" | 7 | LICENSE = "MIT" |
| 8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=53360c4126f7d03b63cb79b0dab9e9e1" | 8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=53360c4126f7d03b63cb79b0dab9e9e1" |
| 9 | 9 | ||
| 10 | SRC_URI[sha256sum] = "b76a68163aa5f171d260fc24827a8349bc1db672f6a665359e8d0095e8135d30" | 10 | SRC_URI[sha256sum] = "936a3c9be6c004433f20aa4d99095df5dec82b8c7ad07459756041f8c1728875" |
| 11 | 11 | ||
| 12 | inherit pypi setuptools3 ptest-python-pytest | 12 | inherit pypi setuptools3 ptest-python-pytest |
| 13 | 13 | ||
