* 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
- 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
* 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
* 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
- 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
- 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
- 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
- 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
* 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
* 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
* 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
- 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
* 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
* 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
- 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
- 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
- version update to 1.0.5
* Add min and max values for ``pyfloat`` and ``pydecimal``.
Thanks @Lrcezimbra.
* Add ``months`` and ``M`` to the syntax for ``start_date`` and
``end_date``. Thanks @anneclairebrld.
* Add support for ``PyInstaller``. Thanks @arossert.
* Add Dutch company names. Thanks @MathynS.
* Fix some invalid French phone numbers starting with ``+33 8x``.
Thanks @stephane.
* Add Armenian locale ``hy_AM``. Thanks @hovikman.
- deleted patches
- ipaddress.patch (upstreamed)
OBS-URL: https://build.opensuse.org/request/show/698066
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=24