SHA256
1
0
forked from pool/python-Faker
python-Faker/python-Faker.changes

58 lines
2.2 KiB
Plaintext

-------------------------------------------------------------------
Wed Nov 15 07:07:39 UTC 2017 - arun@gmx.de
- 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.
-------------------------------------------------------------------
Sun Oct 22 18:45:48 UTC 2017 - arun@gmx.de
- 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.
-------------------------------------------------------------------
Mon Sep 11 15:22:34 UTC 2017 - jengelh@inai.de
- Rewrite description to focus on the package.
-------------------------------------------------------------------
Wed Sep 6 16:41:21 UTC 2017 - toddrme2178@gmail.com
- Initial version