AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- specfile: * update copyright year - update to version 0.8.10: * Pass python_requires argument to setuptools. Thanks @jdufresne. * Remove some words from en_US lorem ipsum provider. Thanks @Pomax. - changes from version 0.8.9: * Remove support for Python 3.3. Thanks @jdufresne. * Allow past dates within a second. Thanks @DanEEstar. * Added phone number formatting to en_GB localisation to ensure no genuine phone numbers are generated. Thanks @TheSapper. * Added en_GB localisation for SSN (UK National Insurance Number). Thanks @TheSapper. * Added ro_RO person Provider. Thanks @vasilesmartup. * Added domain argument to email provider. Thanks @lcd1232.
- update to version 0.8.8: * made seed_instance return self for chainability. * Add en_US locale for lorem. Thanks @shacker. * fi_FI gender specific data added. Thanks @mikkhola. * fi_FI address and job lists updated. Thanks @mikkhola. * Add iban provider. Thanks @cdaller.
- update to version 0.8.7: * Corrected some issues with the Hungarian (hu_HU) providers, such as incorrectly capitalized company suffixes, street/road type names and place names. Thanks @chrisvoncsefalvay. * The Hungarian locale's providers.job.job provider now returns Hungarian job names, taken from the Hungarian National Statistical Office (KSH)'s 2008 survey nomenclature of employment (FEOR '08). Thanks @chrisvoncsefalvay. * Added he_IL locale. Thanks @bjesus. * Fix possible infinite loop in random_sample_unique. Thanks @153957. * Add aliases to make pt_BR address provider compatible with en_US. Thanks @diegoholiveira. * Fix ResourceWarning in setup.py. Thanks @jdufresne. * Update test requirements.
- specfile: * added requirement for text-unidecode - update to version 0.8.6: * Replace unidecode dependency in favor of text-unidecode. Faker now requires text-unidecode. - changes from version 0.8.5: * Add ASCII emails. Thanks @barseghyanartur. * Add id_ID Providers. Thanks Sidi Ahmad. * Fix date_time.time_series() to ensure start and end bounds are inclusive. Thanks @bijanvakili. * Create a provider to Brazilian license plates. Thanks @diegoholiveira. * Use a proper international format for Ukrainian phone numbers. Thanks @illia-v. * Faker now requires Unidecode. - changes from version 0.8.4: * Move email_validator to test_requires and unpinned the version number. * Date feature parity with datetime. Thanks @noirbizarre. * Add MSISDN in the phone_number provider. Thanks @patrickporto. * Add Arabic locales. Thanks @ahmedaljazzar. * Fix datetime issue on Windows. Thanks @kungfu71186.
- Rewrite description to focus on the package.
- Initial version