Commit Graph

64 Commits

Author SHA256 Message Date
eed58b1662 - update to 25.8.0:
* Add handshake emoji with different color variations to emoji
    provider list.
  * Add missing translation for countries in `pt-BR`.
  * Fix data in geo for `pl_PL`.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=116
2024-06-11 08:06:47 +00:00
b291dd916c - update to 25.5.0:
* Fix data in geo for `pl_PL`. Thanks @george0st.
  * Add landmarks in `geo` for `pl_PL`. Thanks @george0st.
  * Add more iOS versions to `user_agent`. Thanks @george0st.
  * Update VAT generation in `nl_BE` to align with correct
    Belgian format. Thanks @JorisSpruyt.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=114
2024-06-06 08:45:29 +00:00
0c6eefe8e2 - update to 25.1.0:
* Add geo for `pl_PL`. Thanks @george0st.
  * Add geo for `sk_SK`. Thanks @george0st.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=112
2024-05-10 13:53:42 +00:00
2af6fd74cb - update to 25.0.1:
* Add type stub file to `setup.py`.
  * Include type stubs in release.
  * Add job provider for `cs_CZ`.
  * Add geo provider for `sk_SK`.
  * Clean up data in `sk_SK` job provider.
  * Remove offensive word from `pl_PL` lorem provider.
  * Tune `cs_CZ` phone number validation.
  * Update list of `first_name_*` and `last_name` in `pt_BR`
    `PersonProvider`.
  * Update `uk_UA` phone provider.
  * Fix wrong pricetag format in `ru_RU` locale.
  * Update last names for `de_DE` locale.
  * Update phone number formats for `cs_CZ`, `sk_SK`.
  * Update versions in `user_agent` provider.
  * Add type hints stubs.
  * Add address words for `cs_CZ`.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=110
2024-05-03 07:31:23 +00:00
bb0aa55c69 - update to 24.3.0:
* Add phone number formats to nl_BE.
  * Return capitalized city names in `hu_HU`.
  * Add `uk-UA` credit card provider.
  * Upgrade `uk_UA` person provider.
  * Fix prefix for male `bg_BG` names
  * Add Grenville to `land_coords` in geo provider.
  * Fix Kyiv name.
  * Fix returning random data for person provider in `et_EE`
    locale when the same seed value is set.
  * Add person, bank provider for `sk_SK` locale.
  * fix: update `pydecimal` algorithm to ensure left part is not
    generated with a leading 0.
  * Allow Uniqueness and Localization.
  * Add `uk_UA` lorem provider.
  * Consistently throw an error if the start of a daterange is
    after the end.
  * Add `uk_UA` automotive provider

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=108
2024-03-22 19:36:04 +00:00
8af1defd5d - update to 22.6.0:
* Add support for birthday and gender to  `uk_UA` `ssn` method.
  * Add area code `830000` to `zh_CN`. Thanks @antik.
  * Add `area_code` parameter to `ssn` provider for `zh_CN`.
  * Add `http_status_code` to internet provider.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=106
2024-01-30 12:06:33 +00:00
8abb7b5e5f - update to 22.4.0:
* Add `fa_IR` localization for currency provider. Thanks
    @parsariyahi.
  * Add bank provider for `uk_UA`. Thanks @SanderFtn.
  * Add bank provider for `cs_CZ`. Thanks @george0st.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=104
2024-01-20 19:22:53 +00:00
99e170b423 - update to 22.1.0:
* Add support for multiple file systems path rules.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=102
2024-01-08 21:00:41 +00:00
eb7cef14c0 - update to 22.0.0:
* Remove dot from `file_name` when `extention` is the empty
    string.
  * Allow extension in `file_path` to take a list of allowed
    extensions, or empty for "no extension".
  * Fix typo in `ru_RU` company names.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=100
2024-01-06 17:13:33 +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
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
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
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
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
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
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
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
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
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
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
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
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
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
Markéta Machová
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
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
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
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
Markéta Machová
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
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
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
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
Markéta Machová
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
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
Markéta Machová
b6ff6c3125 Accepting request 873389 from home:polslinux:branches:devel:languages:python
- Update to 6.3.0: 
  * Add sk_SK automotive provider.
  * Add current_country, current_country_code and administrative_unit
  * Fix pyfloat returning zeros when positive=True.
  * Add currency names for th_TH.
  * Add new currency provider pricetag()
  * Update th_TH Lorem text provider's punctuations, reduce size of word list
  * Synchronize cs_CZ and sk_SK address provider and split postcodes
  * Add address, bank, geo and person provider for en_IE
  * Add person provider for ga_IE
  * Add elements caching and other optimizations.
  * Add use_weighting parameter for improved performance.
  * Add da_DK address provider.

OBS-URL: https://build.opensuse.org/request/show/873389
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=53
2021-02-18 14:51:19 +00:00
Steve Kowalik
c5c300d913 - Update to 5.3.0:
* json and fixed_width now allow for strings to be fixed or pinned to a
    static value by prepending @. Thanks @johnbrandborg.
  * Add en_IN address + phone number provider. Thanks @pulkitgupta2k.
  * Add en_IN person provider. Thanks @pulkitgupta2k.
  * Remove invalid surname in nl_NL. Thanks @TheoSinnige.
  * th_TH strftime: normalize output for unsupported directive on musl-based
    Linux. Thanks @bact.
  * Drop support for Python 3.5. Thanks @cclaus.
  * Add support for Python 3.9. Thanks @cclaus.
  * Add date_time and bank providers for th_TH. Thanks @bact.
  * Correct spelling errors in city names for de_DE. Thanks @AnjaGer.
  * Add name pairs to get matched representation in ja_JP person provider.
    Thanks @yu-ichiro.
  * Add SSN, company name, address, and license plate providers for th_TH.
    Thanks @bact.
  * Add postcode format, country names, person prefix weights, and update
    phone number format for th_TH. Thanks @bact. 
- Update changelog filename in the specfile

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=51
2021-01-06 04:56:08 +00:00
Steve Kowalik
372ed8af69 - Update to 4.14.2:
* Fix generation of names ending with spaces. Thanks @edomora97.
  * Add relative frequencies for japanese last names. Thanks @TianyiShi2001.
  * Add Swiss bank provider locales. Thanks @mondeja.
  * Split first names into male and female on pt_PT provider. Thanks @gplgps.
  * Geo provider added for tr_TR locale. Thanks @iamnotagentleman.
  * Add sk_SK Job provider. Thanks @pipozzz.
  * Add date_time provider for pt_PT. Thanks @gplgps.
  * Add .unique() for unique values. Thanks @coiax.
  * Add automotive provider for tr_TR. Thanks @molcay.
  * Add province list and add 2 new district to ne_NP. Thanks @iamsauravsharma.
  * Add Currency provider for sv_SE. Thanks @frangiz.
  * Add pt_PT credit card provider. Thanks @rubenandre.
  * Added Company Provider for tr_TR locale. Thanks @iamnotagentleman.
  * Add job providers for tr_TR. Thanks @molcay.
  * Implement color provider for sk_SK locale. Thanks @pipozzz.
  * Fix hu_HU color provider inheritance. Thanks @n1ngu.
  * Bigger zipcode ranges for VA, TX and MD in en_US. Thanks @Antetokounpo.
  * Add new style pt_PT automotive plates. Thanks @gplgps.
  * Remove duplicate jobs from the pt_PT provider (#1282). Thanks @gplgps.
  * Use "Belarus" instead of "Vitryssland" for sv_SE. Thanks @Majsvaffla.
  * Added bank provider for tr_TR locale. Thanks @iamnotagentleman.
  * Improve VAT generation for IT provider. Thanks @LordGordonQ.
  * Use non-zero number for first digit of Swedish postal codes. Thanks @Majsvaffla.
  * Add es_ES autonomous communities (Spanish regions). Thanks @mondeja.
  * Add JSON and Fixed Width argument group and parser support. Thanks @johnbrandborg.
  * Update zh_CN ssn provider to support gender. Thanks @mapoor.
  * Fix typo in de_DE job provider. Thanks @datadominik.
  * or_IN Odia person's name added. Thanks @soumendrak.
  * Remove datetime_safe shim subclass in favor of native Python datetime.datetime. Thanks @samcrang.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=49
2020-11-06 04:36:55 +00:00
Tomáš Chvátal
164f09876a Accepting request 830013 from home:mcalabkova:branches:devel:languages:python:pytest
- Update to 4.1.2
  * Extend Person Provider to support non-binary suffixes and prefixes. Thank you @crd.
  * Add ``safe_domain_name`` generator. Thanks @crd.
  * Fix max_value/positive ``pyfloat`` interaction. Thanks @coiax.
  * Update ``bban_format`` for ``fi_FI`` locale. Thanks @ALMP-SallaH.
  * Fix ``person.ja_JP`` kana and roman characters. Thanks @yameholo.
  * Add ``json`` and ``fixed_width`` generators. Thank you @johnbrandborg.
  * Add SWIFT code provider methods: ``swift``, ``swift8`` and ``swift11``. Thanks @malefice.
  * Add ``es_ES`` internet provider. Thanks @mondeja.
  * Update ``bban_format`` for ``fr_FR`` locale. Thanks @r3gis3r.
  * Update ``fr_FR`` ``job`` provider. Thanks @mondeja.
  * Add ``es_ES`` ``barcode`` provider. Thanks @mondeja.
  * Add parser argument support. Thanks @johnbrandborg.

OBS-URL: https://build.opensuse.org/request/show/830013
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=47
2020-08-27 14:10:08 +00:00
30bd9c9a29 - Update to 4.1.1
* Add date_time providers for cs_CZ, de_AT, es_ES, it_IT, sk_SK, tr_TR.
 * Add prefix support to BarcodeProvider.
 * Fix company format for hy_AM provider.
 * Add .uk email providers and TLDs for en_GB.
 * Add language_name generator.
 * Add pytimezone generator returning tzinfo objects.
 * Add es_ES currency provider.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=45
2020-07-09 00:35:56 +00:00
Tomáš Chvátal
c6c0dcb8f6 - Update to 4.1.0:
* Add pytest plugin. Thanks @malefice.
  * Fix phone numbers for es_ES. Thanks @pablofm.
  * Fix uuid provider to return a uuid4 object when cast_to is set to None. Thanks @rodrigondec.
  * Update names for es_ES person provider. Thanks @mondeja.
  * Add provider for sk_SK birth_number. Thanks @eumiro.
  * Add day_of_week and month_name for de_DE provider. Thanks @eumiro.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=43
2020-06-09 07:56:43 +00:00
Tomáš Chvátal
87cef7b013 Accepting request 799999 from home:jgrassler:branches:devel:languages:python
- update to 4.0.3:
  * Fixed MSISDN for pt_BR  to return only mobile numbers. Thanks @rodrigondec.
  * Added Domain Generator Algorithm by date. Thanks @pishchalnikov.
  * Fixed issue where pydict provider was not returning the correct number of elements. Thanks @mstellon.
  * Added support for Indian Aadhaar numbers. Thanks @curiousElf.
  * Added company_vat for it_IT. Thanks @alitaker.
  * Improved autodocumentation of providers. Thanks @malefice.
  * Added provider for es_ES license plates. Thanks @mondeja.
  * Implemented __dir__ method to Faker proxy for better autocompletion. Thanks @douglasfarinelli.
  * Uppercased HEX colors for all localized color providers. Thanks @mondeja.
  * Added bank provider for es_ES locale. Thanks @mondeja.
  * Added support for UK counties. Thanks @neilav.
  * Added color provider for no_NO license plates. Thanks @bjorskog.
  * Made value_types a keyword argument in python provider. Thanks @slafs.

OBS-URL: https://build.opensuse.org/request/show/799999
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=41
2020-05-04 09:23:30 +00:00
Tomáš Chvátal
5aaaa5fa9a - Remove obsolete py2 dependencies
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=39
2020-03-16 10:33:05 +00:00
6d26276d95 - update to 4.0.2:
* Add more data for ``ko_KR`` address provider. Thanks @alstn2468.
  * Improved ``pt_PT`` locale for address and bank. Thanks @mustakarhu.
  * Add ``port_number`` method to internet provider. Thanks @pishchalnikov.
  * Add color provider for ``fa_IR`` locale. Thanks @abtinmo.
  * Add formatting options for ``pt_BR`` postcodes. Thanks @perssonsimon1 and @klaraesr.
  * Add ``country_calling_code`` to ``phone_number`` provider. Thanks @perssonsimon1.
  * Fix leap year issue. Thanks @mmcmahon.
  * Add ``AutomotiveProvider`` for ``fr_FR`` locale. Thanks @clarissedescamps and @perssonsimon1.
  * Fix ``cellphone_formats`` in ``pt_BR`` ``PhoneNumberProvider``. Thanks @rodrigondec.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=38
2020-03-14 12:25:28 +00:00
9e79858c92 - update to 4.0.1:
* Provider improvements for Russian locale:
      * added city suffixes, regions and country list
      * regions converted into states for now
      * street address formats and states expanded
      * lists for street titles changed
      * Fixed errors in Automotive Provider
      * Fixed errors in Address Provider
      * Bank Provider expanded:
          * BIC added)
          * Added list of banks
      * Improved Company Provider
      * Credit Card and Person Provider improvements
      * Currency Provider improvements
      * Date-Time Provider improvements
      * translit fix
  
    Thanks @valestel.
  * Add Birth Number to czech locale. Thanks @Jengah.
  * Add persons provider for ``fr_QC``. Thanks @Lionesk.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=37
2020-02-28 21:25:40 +00:00
Tomáš Chvátal
50a722ea6c - Update to 3.0.1:
* Add provider methods zip and tar for generating zip and tar files. Thanks @malefice.
  * Add en-CA postcode_in_province() method. Thanks @oeuftete.
  * Update Address and Automotive provider for Russian locale. Thanks @valestel.
  * Add provider methods for dsv files: csv, tsv, psv and generic dsv. Thanks @malefice.
  * Remove parenthesis from city name in de_DE address provider. Thanks @jerr0328.
  * Add NIP generator in pl_PL. Thanks @IlfirinPL.
  * Fix Faker.random_number intermittent exceptions. Thanks @Jengah.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=35
2020-01-17 09:01:08 +00:00
Tomáš Chvátal
8eb879ff38 Accepting request 764058 from home:mcalabkova:branches:devel:languages:python
- update to 3.0.0
  * Breaking change: Add support for multiple locale data generation.
  * Add Iranian credit card.
  * Improve color provider.
  * Drop python 3.4.
  * Fix master card number generator.
  * Add provider for Finnish IBAN numbers.
  * Split first names into male/female for person/de_AT.
  * Optimize IPv4 address generation.
  * Add support for token-based string generation.
  * Use the provider's RNG instead of the random module in invalid_ssn.
  * More small fixes.

OBS-URL: https://build.opensuse.org/request/show/764058
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=33
2020-01-13 15:32:24 +00:00
Tomáš Chvátal
20a1246428 - Update to 2.0.2:
* Add nationalities for locale pt_PT. Thanks @tng10.
  * Add ios() and android() to user_agent provider. Thanks @gsilvan.
  * Update zh_CN provinces. Thanks @casen27.
  * Fix typos, misspellings. Add locations, names, dates in hi_IN providers. Thanks @kathawala.
  * Bump required version text-unidecode to 1.3. Thanks @moggers87.
  * Bug fix for pyfloat going over max_value. Thanks @fgs-dbudwin.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=31
2019-09-24 09:03:46 +00:00
Tomáš Chvátal
defdb448e8 Accepting request 718189 from home:mcalabkova:branches:devel:languages:python
- update to version 2.0.0
  * Breaking change: Only allow providers to use OrderedDict s, to 
    avoid any more PYTHONHASHSEED problems.
  * Remove some validations from Faker and delegate it to an 
    external library, validators.
  * Add an "Invalid SSN" generator to the en_US SSN Provider.
  * Loosen version restrictions on freezegun and random2.
  * Add date_of_birth and sex argument to pesel Provider (pl_PL).
  * Fix datetime parsing on environments with negative offsets.

OBS-URL: https://build.opensuse.org/request/show/718189
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=29
2019-07-24 11:35:38 +00:00
a83048eb3f Accepting request 717144 from home:seanmarlow:branches:devel:languages:python
Update ipaddress requirements. Attempt to install for python2 does not install the required ipaddress package.

OBS-URL: https://build.opensuse.org/request/show/717144
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=28
2019-07-19 20:33:26 +00:00
Tomáš Chvátal
56007bfa25 Accepting request 704937 from home:pgajdos
- version update to 1.0.7
  * Remove dead url from ``image_placeholder_services``. Thanks @Monstrofil.
  * Fix missing ``first_names`` in Romanian person provider. Thanks @xlotlu.
  * Add Catalan, adds doi/nie/nif/cif to Spain ssn. Thanks @kingbuzzman.
  * Add ``texts`` to generate list of texts. Thanks @pishchalnikov.
  * Add provider for ``pl_PL`` automotive and Polish pesel number. Thanks @adwojak.
  * Corrected behavior for ``pyfloat``. Thanks @ariksu.
  * Add missing commas to company/nl_NL provider. Thanks @francoisfreitag.
  * Add bounds to ``pyint``. Thanks @francoisfreitag.
  * Accept step argument in ``random_int()``. Thanks @francoisfreitag.

OBS-URL: https://build.opensuse.org/request/show/704937
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=26
2019-05-23 09:19:27 +00:00