Commit Graph

103 Commits

Author SHA256 Message Date
Ana Guerrero
757e8f007d Accepting request 1133656 from devel:languages:python
- update to 21.0.0:
  * Fix: random sign in `pyfloat` when `positive=False`.
  * Add company provider and NUSS for `es_ES` locale.
  * Add official support for Python 3.12.
  * Make `unix_time` always return floats.
  * Fix `pydecimal` crash on float `min_value` or `max_value`.
  * Fix type hint for `unix_time`.
  * Support platform-specific second precision. Thanks @cknv.
  * Add more entries in `cs_CZ`'s geo
  * Fix latest days of the month as birth day in italian SSN.
  * Add `geo` provider for `cs_CZ`
  * Fix handling for finnish ssn where `min_age` and `max_age`
    are the same
  * Add a few street names to `cs_CZ`
  * Add words to lorem for `cs_CZ`
  * Add color for `cs_CZ`

  distribution anymore
  * Add banks for en_IN locale. Thanks @ChiragMangukia.
- Update to v15.1.1
  * automotive: add de_CH license plates. Thanks @gsilvan.
- Update to 6.3.0:
    phone number format for th_TH. Thanks @bact.
  * Remove datetime_safe shim subclass in favor of native Python datetime.datetime. Thanks @samcrang.
  * Breaking change: Only allow providers to use OrderedDict s, to
  * Remove some validations from Faker and delegate it to an
  * Add min and max values for ``pyfloat`` and ``pydecimal``.

OBS-URL: https://build.opensuse.org/request/show/1133656
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Faker?expand=0&rev=47
2023-12-17 20:29:04 +00:00
9dd3b5c0bb - update to 21.0.0:
* Fix: random sign in `pyfloat` when `positive=False`.
  * Add company provider and NUSS for `es_ES` locale.
  * Add official support for Python 3.12.
  * Make `unix_time` always return floats.
  * Fix `pydecimal` crash on float `min_value` or `max_value`.
  * Fix type hint for `unix_time`.
  * Support platform-specific second precision. Thanks @cknv.
  * Add more entries in `cs_CZ`'s geo
  * Fix latest days of the month as birth day in italian SSN.
  * Add `geo` provider for `cs_CZ`
  * Fix handling for finnish ssn where `min_age` and `max_age`
    are the same
  * Add a few street names to `cs_CZ`
  * Add words to lorem for `cs_CZ`
  * Add color for `cs_CZ`
  distribution anymore
  * Add banks for en_IN locale. Thanks @ChiragMangukia.
- Update to v15.1.1
  * automotive: add de_CH license plates. Thanks @gsilvan.
- Update to 6.3.0:
    phone number format for th_TH. Thanks @bact.
  * Remove datetime_safe shim subclass in favor of native Python datetime.datetime. Thanks @samcrang.
  * Breaking change: Only allow providers to use OrderedDict s, to
  * Remove some validations from Faker and delegate it to an
  * Add min and max values for ``pyfloat`` and ``pydecimal``.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=98
2023-12-16 21:18:01 +00:00
Ana Guerrero
cf0867c2c5 Accepting request 1118367 from devel:languages:python
- Update to 19.10.0:
  - Update names and phone numbers for cs_CZ. Thanks @george0st.
  - Revert "fix type error in pyfloat when max_value is None"
    from v19.6.2.
  - Use DE base for de_CH AddressProvider. Thanks @nchiapol.
  - Fix person Latvian provider.
  - Add Gender support for Latvian (lv_LV) names. Thanks
    @OskarsPakers.
  - Add MAC Address Multicast. Thanks @d3vyce.
  - fix type error in pyfloat when max_value is None. Thanks
    @HugoJP1.
  - Bump actions/checkout from 3 to 4 (#1909). Thanks
    @dependabot[bot].
  - Add addresses for en_BD. Thanks @aamibhoot.
  - Add color_rgb, color_rgb_float, color_hsv and
    color_hsl. Thanks @fdemmer.
  - Add schemes and deep argument to uri method.
  - Remove spurious space in uk_UA first_name. Thanks @Romissevd.
  - Add weighting to dynamic providers. Thanks @pauldechorgnat.
  - Add support for South African Zulu (zu_ZA) names and last
    names. Thanks @iamkhaya.
  - Add ja_JP locale for datetime. Thanks @cyanghsieh.
  - Drop support for Python 3.7
  - Drop support for 32 bit systems.
  - Add elector_code for es_MX SSN provider. Thanks
    @edgarrmondragon.
  - Add .optional proxy that may or may not return a fake
    value. Thanks @ligne.
  - Add fake automotive vin number function. Thanks @cyanghsieh.
  - Fix area codes for fr_FR mobile phone numbers. Thanks

OBS-URL: https://build.opensuse.org/request/show/1118367
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Faker?expand=0&rev=46
2023-10-18 19:25:11 +00:00
6e978d2e57 - Update to 19.10.0:
- Update names and phone numbers for cs_CZ. Thanks @george0st.
  - Revert "fix type error in pyfloat when max_value is None"
    from v19.6.2.
  - Use DE base for de_CH AddressProvider. Thanks @nchiapol.
  - Fix person Latvian provider.
  - Add Gender support for Latvian (lv_LV) names. Thanks
    @OskarsPakers.
  - Add MAC Address Multicast. Thanks @d3vyce.
  - fix type error in pyfloat when max_value is None. Thanks
    @HugoJP1.
  - Bump actions/checkout from 3 to 4 (#1909). Thanks
    @dependabot[bot].
  - Add addresses for en_BD. Thanks @aamibhoot.
  - Add color_rgb, color_rgb_float, color_hsv and
    color_hsl. Thanks @fdemmer.
  - Add schemes and deep argument to uri method.
  - Remove spurious space in uk_UA first_name. Thanks @Romissevd.
  - Add weighting to dynamic providers. Thanks @pauldechorgnat.
  - Add support for South African Zulu (zu_ZA) names and last
    names. Thanks @iamkhaya.
  - Add ja_JP locale for datetime. Thanks @cyanghsieh.
  - Drop support for Python 3.7
  - Drop support for 32 bit systems.
  - Add elector_code for es_MX SSN provider. Thanks
    @edgarrmondragon.
  - Add .optional proxy that may or may not return a fake
    value. Thanks @ligne.
  - Add fake automotive vin number function. Thanks @cyanghsieh.
  - Fix area codes for fr_FR mobile phone numbers. Thanks

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=96
2023-10-17 15:57:15 +00:00
Dominique Leuenberger
ebd05593d1 Accepting request 1095231 from devel:languages:python
- update to 18.11.1:
  * Update Ukraine Country Code in `phone_number`
  * Add digit-above-two type to numerify function

OBS-URL: https://build.opensuse.org/request/show/1095231
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Faker?expand=0&rev=45
2023-06-26 16:15:31 +00:00
301609f0c5 - update to 18.11.1:
* Update Ukraine Country Code in `phone_number`
  * Add digit-above-two type to numerify function

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=94
2023-06-25 18:48:59 +00:00
Dominique Leuenberger
7b66a44251 Accepting request 1094144 from devel:languages:python
- update to 18.10.1:
  * Fix handling leap year in `en_US` Passport provider.
  * Add `passport` Provider and `en_US` Implementation.
  * Fix `fr_FR` `postcode` length.

OBS-URL: https://build.opensuse.org/request/show/1094144
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Faker?expand=0&rev=44
2023-06-21 20:37:21 +00:00
531af2d51f - update to 18.10.1:
* Fix handling leap year in `en_US` Passport provider.
  * Add `passport` Provider and `en_US` Implementation.
  * Fix `fr_FR` `postcode` length.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=92
2023-06-20 17:41:24 +00:00
Dominique Leuenberger
b313c0b1f4 Accepting request 1089351 from devel:languages:python
- update to 18.9.0:
  * Add `xml` provider
  * Add `zh_CN` bank locale

OBS-URL: https://build.opensuse.org/request/show/1089351
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Faker?expand=0&rev=43
2023-05-29 20:47:33 +00:00
363f3447b4 - update to 18.9.0:
* Add `xml` provider
  * Add `zh_CN` bank locale

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=90
2023-05-27 21:12:24 +00:00
Dominique Leuenberger
1b317bab69 Accepting request 1087106 from devel:languages:python
- update to 18.7.0:
  * Add `license_plate` for `zh_CN` and `zh_TW`.
  *  Improve accuracy of departments in `fr_FR` provider
    `postcode`.
  * Fix `ssn` provider for `zh_TW`.

OBS-URL: https://build.opensuse.org/request/show/1087106
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Faker?expand=0&rev=42
2023-05-15 14:53:59 +00:00
b1f03fb366 - update to 18.7.0:
* Add `license_plate` for `zh_CN` and `zh_TW`.
  *  Improve accuracy of departments in `fr_FR` provider
    `postcode`.
  * Fix `ssn` provider for `zh_TW`.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=88
2023-05-14 15:25:28 +00:00
Dominique Leuenberger
57966a3ab7 Accepting request 1084848 from devel:languages:python
- update to 18.6.0:
  * Add a separate `basic_phone_number` for `en_US`. Thanks
    @dlwrnc.

OBS-URL: https://build.opensuse.org/request/show/1084848
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Faker?expand=0&rev=41
2023-05-09 11:05:54 +00:00
748f3253fd - update to 18.6.0:
* Add a separate `basic_phone_number` for `en_US`. Thanks
    @dlwrnc.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=86
2023-05-04 19:13:09 +00:00
Dominique Leuenberger
2bed3bbf2e Accepting request 1083104 from devel:languages:python
- update to 18.5.1:
  * Fix release.
  * Add `de_DE` `swift_location_codes`. Thanks @MiloniAtal.

- add sle15_python_module_pythons (jsc#PED-68)

OBS-URL: https://build.opensuse.org/request/show/1083104
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Faker?expand=0&rev=40
2023-04-27 17:59:52 +00:00
01e9147386 - add sle15_python_module_pythons (jsc#PED-68)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=84
2023-04-26 20:07:49 +00:00
33a2bea359 - update to 18.5.1:
* Fix release.
  * Add `de_DE` `swift_location_codes`. Thanks @MiloniAtal.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=83
2023-04-26 06:22:24 +00:00
Dominique Leuenberger
278eac6dc5 Accepting request 1082313 from devel:languages:python
- update to 18.4.0:
  * Add currency symbols for all listed currencies.
  * Ensure `pyfloat` honors min and max values.
  * Use correct union type for provider argument (#1840).
  * Fix determinism in `state_abbr()` for `en_US`.
  * Separate freely-associated states & US territories.
  * Fix value error formatting.
  * Add lorem provider for `nl_BE`.
  * Add `nl_BE` automotive provider.
  * Add `nl_BE` company provider.
  * Add territory zip codes for `en_US`.
  * Add `nl_BE` bank provider.
  * Fix North Macedonia entry in `uk_UA` provider.
  * Add SBN provider.
  * Use the official name for North Macedonia due to the name
    change in 2019.
  * Add `zh_TW` `date_time` provider.
  * Add support for latvian `ssn` generation.
  * Add argument validation to `pybool()`.

OBS-URL: https://build.opensuse.org/request/show/1082313
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Faker?expand=0&rev=39
2023-04-24 20:30:52 +00:00
a2759ca4f5 - update to 18.4.0:
* Add currency symbols for all listed currencies.
  * Ensure `pyfloat` honors min and max values.
  * Use correct union type for provider argument (#1840).
  * Fix determinism in `state_abbr()` for `en_US`.
  * Separate freely-associated states & US territories.
  * Fix value error formatting.
  * Add lorem provider for `nl_BE`.
  * Add `nl_BE` automotive provider.
  * Add `nl_BE` company provider.
  * Add territory zip codes for `en_US`.
  * Add `nl_BE` bank provider.
  * Fix North Macedonia entry in `uk_UA` provider.
  * Add SBN provider.
  * Use the official name for North Macedonia due to the name
    change in 2019.
  * Add `zh_TW` `date_time` provider.
  * Add support for latvian `ssn` generation.
  * Add argument validation to `pybool()`.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=81
2023-04-19 09:48:09 +00:00
Dominique Leuenberger
af16276bba Accepting request 1066268 from devel:languages:python
- update to 17.0.0:
  * Remove deprecated placeimg image provider. Thanks @Wonskcalb.
  * Add `truth_probability` argument to `pybool` generator.

OBS-URL: https://build.opensuse.org/request/show/1066268
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Faker?expand=0&rev=38
2023-02-19 17:18:45 +00:00
cab85c6323 - update to 17.0.0:
* Remove deprecated placeimg image provider. Thanks @Wonskcalb.
  * Add `truth_probability` argument to `pybool` generator.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=79
2023-02-16 21:06:57 +00:00
Dominique Leuenberger
6ba516b365 Accepting request 1064201 from devel:languages:python
- update to 16.8.1:
  * Sort and add new Arabic words in `ar_AA` and `ar_PS`.
  * Add `emoji` provider.
  * Fix `name_female` and `name_male` mixed names for `en_GB`.
  * Add method to generate JSON as bytes.
  * Fix `siret` and `siren` generation for `fr_FR` locale company
    information.
  * Add `fr_CA` address provider.
  * Add `zipcode`, `postcode` and `postalcode` to `pl_PL`.
  * Update phone number formats for `es_ES` locale.
  * Add new `fr_BE` and `nl_BE` `Person` providers.
  * Add `fr_CA` date time provider.
  * Allow passing optional json encoder in `json` provider.
  * Fix missing comma in `en_NZ` address provider.
  * Fix amount and layout of sample data.

OBS-URL: https://build.opensuse.org/request/show/1064201
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Faker?expand=0&rev=37
2023-02-11 20:55:57 +00:00
7fe4accef8 - update to 16.8.1:
* Sort and add new Arabic words in `ar_AA` and `ar_PS`.
  * Add `emoji` provider.
  * Fix `name_female` and `name_male` mixed names for `en_GB`.
  * Add method to generate JSON as bytes.
  * Fix `siret` and `siren` generation for `fr_FR` locale company
    information.
  * Add `fr_CA` address provider.
  * Add `zipcode`, `postcode` and `postalcode` to `pl_PL`.
  * Update phone number formats for `es_ES` locale.
  * Add new `fr_BE` and `nl_BE` `Person` providers.
  * Add `fr_CA` date time provider.
  * Allow passing optional json encoder in `json` provider.
  * Fix missing comma in `en_NZ` address provider.
  * Fix amount and layout of sample data.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=77
2023-02-10 10:03:30 +00:00
Dominique Leuenberger
cb1eb7d3bf Accepting request 1062542 from devel:languages:python
- drop python 3.7 specific dependencies - not in any existing SUSE
  distribution anymore

OBS-URL: https://build.opensuse.org/request/show/1062542
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Faker?expand=0&rev=36
2023-02-03 21:04:32 +00:00
e314af2d01 - drop python 3.7 specific dependencies - not in any existing SUSE
distribution anymore

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=75
2023-02-01 20:32:00 +00:00
Dominique Leuenberger
ead40c6c84 Accepting request 1041185 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1041185
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Faker?expand=0&rev=35
2022-12-08 15:50:49 +00:00
46abc6634f Accepting request 1041141 from home:yarunachalam:branches:devel:languages:python
- Update to v15.3.4 - 2022-11-30
  * Fix it_IT SSN generation with latin chars in name or surname. Thanks @panicofr.
- Update to v15.3.3 - 2022-11-22
  * Fix seeding with multiple locales. Thanks @johntmyers.
- Update to v15.3.2 - 2022-11-14
  * Fix implicit Optional issues. Thanks @palfrey.

OBS-URL: https://build.opensuse.org/request/show/1041141
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=73
2022-12-07 17:19:29 +00:00
Dominique Leuenberger
892f43ac72 Accepting request 1039549 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1039549
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Faker?expand=0&rev=34
2022-12-02 14:47:29 +00:00
2b667a2a0e Accepting request 1039376 from home:yarunachalam:branches:devel:languages:python
- Update to v15.3.1 - 2022-11-07
  * Update the `word_list` for `pl_PL`. Thanks @BeRT2me.
- Update to v15.3.0 - 2022-11-07
  * Add color provider for `id_ID`. Thanks @rosdyana.

OBS-URL: https://build.opensuse.org/request/show/1039376
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=71
2022-12-02 10:46:14 +00:00
Dominique Leuenberger
7fb485f9f5 Accepting request 1034471 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1034471
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Faker?expand=0&rev=33
2022-11-08 11:52:33 +00:00
7f8ac540e1 Accepting request 1034362 from home:yarunachalam:branches:devel:languages:python
- Update to v15.2.0
  * Add banks for en_IN locale. Thanks @ChiragMangukia.

OBS-URL: https://build.opensuse.org/request/show/1034362
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=69
2022-11-08 09:44:56 +00:00
Dominique Leuenberger
407f66f1eb Accepting request 1032044 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1032044
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Faker?expand=0&rev=32
2022-10-29 18:16:34 +00:00
dc453109fc Accepting request 1031625 from home:yarunachalam:branches:devel:languages:python
- Update to v15.1.1 
  * Fix ImportError on python <3.7.2
- Update to v15.1.0
  * Add enum provider.
- Update to v15.0.0
  * Add support for Python 3.10. Thanks @uri-rodberg.
  * Drop support for Python 3.6.

OBS-URL: https://build.opensuse.org/request/show/1031625
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=67
2022-10-28 20:09:48 +00:00
Dominique Leuenberger
1cd627012f Accepting request 1010156 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1010156
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Faker?expand=0&rev=31
2022-10-12 16:25:58 +00:00
b6886acefd Accepting request 1009953 from home:yarunachalam:branches:devel:languages:python
- Update to version v14.2.1 - 2022-10-11
  * Fix misspelled first name in da_DK locale. Thanks @filson1.

OBS-URL: https://build.opensuse.org/request/show/1009953
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=65
2022-10-12 08:40:19 +00:00
Dominique Leuenberger
8a4c2270ac Accepting request 1005484 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1005484
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Faker?expand=0&rev=30
2022-09-23 12:15:16 +00:00
735e2352c7 Accepting request 1005476 from home:yarunachalam:branches:devel:languages:python
- Update to v14.2.1
  * Fix misspelled first name in da_DK locale. Thanks @filson1.
- Update to 14.2.0
  * Add support for prefix and suffix to pystr provider.Thanks @stefan6419846.
- Update to 14.1.2
  * Fix uk_UA postcode generation. Thanks @ajinkyac03.
- Update to 14.1.1
  * Relax minimum version of typing-extensions. Thanks @stefan6419846.
- Update to 14.1.0
  * Add providers for bn_BD: address, automotive, bank, color, company, currency, date_time, geo, internet, job, person, phone_number and ssn. Thanks @saanpritom.
- Update to 14.0.0
  * Fix Provider._parse_date_time to support timestamps. Thanks @mochi-moshi.
- Update to 13.16.0
  * automotive: add de_CH license plates. Thanks @gsilvan.

OBS-URL: https://build.opensuse.org/request/show/1005476
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=63
2022-09-22 19:43:27 +00:00
Dominique Leuenberger
70dd4fe984 Accepting request 992358 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/992358
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Faker?expand=0&rev=29
2022-08-02 20:09:56 +00:00
4054c6b48c Accepting request 992349 from home:ohollmann:branches:devel:languages:python
Update to v13.15.1

OBS-URL: https://build.opensuse.org/request/show/992349
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=61
2022-08-02 15:20:14 +00:00
Dominique Leuenberger
5c8a5ef49e Accepting request 943293 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/943293
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Faker?expand=0&rev=28
2022-01-03 09:49:03 +00:00
0d0b26096f Accepting request 942832 from home:bnavigator:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/942832
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=60
2021-12-31 09:44:41 +00:00
Dominique Leuenberger
2016ee5a2c Accepting request 938243 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/938243
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Faker?expand=0&rev=27
2021-12-12 20:27:02 +00:00
4a40694712 Accepting request 937719 from home:pgajdos:python
- version update to 10.0.0
  * deprecate positional `allowed_types`.
  * Revert "deprecate positional `allowed_types`".
  * deprecate positional `allowed_types` (#1573). Thanks @fcurella.
  * Fix positional ``value_types``.
  * Shorten IBANs for `pl_PL` to 28 chars. Fix #1568 (#1569). Thanks @fcurella.
  * Relax ElementsType to admit e.g. Sets. Thanks @OJFord.
  * Fix ``pydecimal`` with ``left_digits=0`` not setting the left digit to 0. Thanks @ndrwkim.
  *  Add ``es_CO`` localized providers. Thank you @healarconr.
  * Take into account area codes for French phone numbers. Thanks @nicarl.
  * Add provider for French SSN. Thanks @nicarl.
  * Add dynamic provider. Thanks @omri374.
  *  Improve randomness of ``pydecimal`` for different scenarios. Thanks @antonioIrizar.
  *  Limit ``typing_extensions`` dependency to Python < 3.8. Thanks @mgorny.
  *  Add ``typing-extensions`` as dependency and pin ``mypy`` version. Thanks @nicarl.
  * Add automotive provider for ``nl_NL``. Thanks @MarcelRobeer.
  * Add Typing. Thanks @MarcelRobeer, @nicarl.
  *  Change to secondary address format in ``en_AU`` locale to reflect the common usage. Thanks @deboraelkin2.
  * Add ``currency``, ``automotive``, ``company`` and ``bank`` providers for ``el_GR``. Thanks @nikosmichas.
  * Add ``color`` and ``date_time`` provider for ``el_GR``. Thanks @nikosmichas.
  * Add currency provider for ``nl_NL``. Thanks @MarcelRobeer.
  * Fix ``pydecimal`` returning ``min_value`` or ``max_value`` too frequently. Thanks @zivkovic.
  * Change default email generator to use safe domain names. Thanks @errbufferoverfl.
  * Add ``date_time`` provider for ``nl_NL``. Thanks @MarcelRobeer.
  * Add ``bg_BG`` color provider. Thanks @iradonov.
  * Fix bug in ``pydecimal`` when returning max/min. Thanks @wilbertom.
  * Fix `pydecimal` precision. Thanks @joidegn.
  * Add datetime provider for ``bn_BD``. Thanks @jabertuhin.
  * Change ``fi_FI`` Provinces to Regions. Thanks @LKajan.
  * ``uk_UA`` address provider - fix streets and cities names, added regions. Thanks @o-vasyliev.

OBS-URL: https://build.opensuse.org/request/show/937719
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=59
2021-12-09 16:52:50 +00:00
Dominique Leuenberger
863f65d859 Accepting request 915040 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/915040
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Faker?expand=0&rev=26
2021-08-31 17:55:13 +00:00
f52505216b Accepting request 915014 from home:glaubitz:branches:devel:languages:python
- Update to 8.12.1
  * Add missing diacritics in ``fr_FR`` ``person`` provider. Thanks @laowantong.
- from version 8.12.0
  * Added non-geo numbers and services phones format for ``pt_BR``. Thanks @leogregianin.
  * Add datetime formats in ``pt_BR``. Thanks @leogregianin.
  * Add currency formats in ``pt_BR``. Thanks @leogregianin.

OBS-URL: https://build.opensuse.org/request/show/915014
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=58
2021-08-30 12:55:41 +00:00
Richard Brown
6ef5bd494b Accepting request 911581 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/911581
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Faker?expand=0&rev=25
2021-08-16 08:11:09 +00:00
4fa992a866 Accepting request 911578 from home:glaubitz:branches:devel:languages:python
- Update to 8.11.0
  * Add ``nic_handle``. Thanks @pishchalnikov.
- from version 8.10.3
  * Remove potentially offensive surname in ``it_IT``. Thanks @lordgordon.
- from version 8.10.2
  * Return list instead of tuple in ``choices_distribution``. Thanks @svisser.
- from version 8.10.1
  * enable faker instances to be unpickled (#1480). Thanks @fcurella.
- from version 8.10.0
  * Add ``ar_AE`` (UAE) phone numbers. Thanks @sshishov.
- from version 8.9.1
  * Skip UnsupportedFeature's on the command line. Thanks @therefromhere.
- from version 8.9.0
  * Add RIPE ID. Thanks @pishchalnikov.
- from version 8.8.2
  * Avoid collision for ``date`` in ``datetime`` provider. Thanks @mattshin.
- from version 8.8.1
  * Fix ``left_digits`` ignored if ``min_value`` is given. Thanks @OJFord.q
- from version 8.8.0
  * Add ``iana_id``, IANA Registrar ID. Thanks @pishchalnikov.
- from version 8.7.0
  * Add tlds for ``th_TH`` internet provider. Thanks @bact.
- from version 8.6.0
  * Add ``aba()`` method to generate ABA routing numbers. Thanks @mstellon.
- from version 8.5.1
  * Fix deepcopy for Faker instances.
- from version 8.5.0
  * Add ``image`` provider. Thanks @n1ngu.
- from version 8.4.0
  * Add license plates and language names for ``he_IL`` locale. Thanks @AndreyRub.

OBS-URL: https://build.opensuse.org/request/show/911578
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=57
2021-08-12 11:50:32 +00:00
Dominique Leuenberger
48280e31cf Accepting request 893471 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/893471
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Faker?expand=0&rev=24
2021-05-16 21:42:03 +00:00
3ccf9a9b11 Accepting request 893456 from home:bnavigator:branches:devel:languages:python
- Update to 8.1.4:
  * Support distant past dates on Windows. Thanks @prescod.
  * Fixes #1439: Cast Path to a string for pkgutil.iter_modules
    (#1441). Thanks @fcurella.
  * Fix company suffix typo for th_TH. Thanks @bact.
  * Remove gmail.co.uk from en_GB email Provider. Thanks @bact.
  * Extend pl_PL Pesel To support greater range of dates. Thanks
    @IlfirinPL.
  * Fix CLI only giving 10 possible outputs. Thanks @andrewdotn.
  * Fix faker module loader to use strings rather than Paths.
    Thanks @mgorny.
  * Make sure pyfloat fails when asked to produce more digits than
    the system supports. Thanks @rossjones.
  * Ensure pytuple returns the correct number of items. Thanks
    @rossjones.
  * Fix ro_RO phone numbers generation. Thanks @feketemihai.
  * set uk_UA address street titles to proper language. Thanks
    @fessua.
  * Add address provider for ro_RO. Thanks @feketemihai.
  * Fix a problem with pyfloat where it can return sys.epsilon
    when right_digits=N and positive=True. Thanks @tomage.
  * Replace es_MX RFC name initials when they are forbidden words.
    Thanks @briferz.
  * Add address provider for de_CH. Thanks @andre-dasilva.
  * user_agent: bump platform versions. Thanks @gsilvan.
  * Add cs_CZ lorem - word list. Thanks @jakubno.

OBS-URL: https://build.opensuse.org/request/show/893456
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=55
2021-05-16 14:08:56 +00:00
Dominique Leuenberger
b81faa9a62 Accepting request 873424 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/873424
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Faker?expand=0&rev=23
2021-02-18 19:41:42 +00:00