15
0
forked from pool/python-Faker

- Update to 4.1.0:

* 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
This commit is contained in:
Tomáš Chvátal
2020-06-09 07:56:43 +00:00
committed by Git OBS Bridge
parent 87cef7b013
commit c6c0dcb8f6
4 changed files with 15 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Jun 9 07:53:47 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 4.1.0:
* 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.
-------------------------------------------------------------------
Mon May 4 08:37:02 UTC 2020 - Johannes Grassler <johannes.grassler@suse.com>