- Update to 3.0.1:

* Add provider methods zip and tar for generating zip and tar files. Thanks @malefice.
  * Add en-CA postcode_in_province() method. Thanks @oeuftete.
  * Update Address and Automotive provider for Russian locale. Thanks @valestel.
  * Add provider methods for dsv files: csv, tsv, psv and generic dsv. Thanks @malefice.
  * Remove parenthesis from city name in de_DE address provider. Thanks @jerr0328.
  * Add NIP generator in pl_PL. Thanks @IlfirinPL.
  * Fix Faker.random_number intermittent exceptions. Thanks @Jengah.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=35
This commit is contained in:
Tomáš Chvátal 2020-01-17 09:01:08 +00:00 committed by Git OBS Bridge
parent 8eb879ff38
commit 50a722ea6c
4 changed files with 16 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:92c84a10bec81217d9cb554ee12b3838c8986ce0b5d45f72f769da22e4bb5432
size 910826

3
Faker-3.0.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c7f7466cb9ba58d582f713494acdb5ebcc462336c5e38c5230b0cdab37069985
size 923501

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Jan 17 09:00:09 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 3.0.1:
* Add provider methods zip and tar for generating zip and tar files. Thanks @malefice.
* Add en-CA postcode_in_province() method. Thanks @oeuftete.
* Update Address and Automotive provider for Russian locale. Thanks @valestel.
* Add provider methods for dsv files: csv, tsv, psv and generic dsv. Thanks @malefice.
* Remove parenthesis from city name in de_DE address provider. Thanks @jerr0328.
* Add NIP generator in pl_PL. Thanks @IlfirinPL.
* Fix Faker.random_number intermittent exceptions. Thanks @Jengah.
-------------------------------------------------------------------
Mon Jan 13 15:18:56 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-Faker
Version: 3.0.0
Version: 3.0.1
Release: 0
Summary: Python package that generates fake data
License: MIT