- 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
This commit is contained in:
Tomáš Chvátal
2019-09-24 09:03:46 +00:00
committed by Git OBS Bridge
parent 314a82289e
commit 54bb8689d8
4 changed files with 17 additions and 6 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Sep 24 08:58:15 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- 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.
-------------------------------------------------------------------
Wed Jul 24 09:39:48 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>