Accepting request 765159 from devel:languages:python
- 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/request/show/765159 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Faker?expand=0&rev=15
This commit is contained in:
commit
f0450c3b37
@ -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
3
Faker-3.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c7f7466cb9ba58d582f713494acdb5ebcc462336c5e38c5230b0cdab37069985
|
||||
size 923501
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user