14
0
forked from pool/python-Faker

Accepting request 718189 from home:mcalabkova:branches:devel:languages:python

- update to version 2.0.0
  * Breaking change: Only allow providers to use OrderedDict s, to 
    avoid any more PYTHONHASHSEED problems.
  * Remove some validations from Faker and delegate it to an 
    external library, validators.
  * Add an "Invalid SSN" generator to the en_US SSN Provider.
  * Loosen version restrictions on freezegun and random2.
  * Add date_of_birth and sex argument to pesel Provider (pl_PL).
  * Fix datetime parsing on environments with negative offsets.

OBS-URL: https://build.opensuse.org/request/show/718189
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=29
This commit is contained in:
Tomáš Chvátal
2019-07-24 11:35:38 +00:00
committed by Git OBS Bridge
parent a83048eb3f
commit defdb448e8
4 changed files with 20 additions and 8 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Jul 24 09:39:48 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 2.0.0
* Breaking change: Only allow providers to use OrderedDict s, to
avoid any more PYTHONHASHSEED problems.
* Remove some validations from Faker and delegate it to an
external library, validators.
* Add an "Invalid SSN" generator to the en_US SSN Provider.
* Loosen version restrictions on freezegun and random2.
* Add date_of_birth and sex argument to pesel Provider (pl_PL).
* Fix datetime parsing on environments with negative offsets.
-------------------------------------------------------------------
Fri Jul 19 20:16:51 UTC 2019 - Sean Marlow <sean.marlow@suse.com>