python-Faker/python-Faker.changes

39 lines
1.3 KiB
Plaintext

-------------------------------------------------------------------
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