14
0
forked from pool/python-Faker

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

- update to 3.0.0
  * Breaking change: Add support for multiple locale data generation.
  * Add Iranian credit card.
  * Improve color provider.
  * Drop python 3.4.
  * Fix master card number generator.
  * Add provider for Finnish IBAN numbers.
  * Split first names into male/female for person/de_AT.
  * Optimize IPv4 address generation.
  * Add support for token-based string generation.
  * Use the provider's RNG instead of the random module in invalid_ssn.
  * More small fixes.

OBS-URL: https://build.opensuse.org/request/show/764058
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=33
This commit is contained in:
Tomáš Chvátal
2020-01-13 15:32:24 +00:00
committed by Git OBS Bridge
parent 20a1246428
commit 8eb879ff38
4 changed files with 21 additions and 5 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Jan 13 15:18:56 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to 3.0.0
* Breaking change: Add support for multiple locale data generation.
* Add Iranian credit card.
* Improve color provider.
* Drop python 3.4.
* Fix master card number generator.
* Add provider for Finnish IBAN numbers.
* Split first names into male/female for person/de_AT.
* Optimize IPv4 address generation.
* Add support for token-based string generation.
* Use the provider's RNG instead of the random module in invalid_ssn.
* More small fixes.
-------------------------------------------------------------------
Tue Sep 24 08:58:15 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>