SHA256
1
0
forked from pool/python-Faker

- update to 4.0.1:

* Provider improvements for Russian locale:
      * added city suffixes, regions and country list
      * regions converted into states for now
      * street address formats and states expanded
      * lists for street titles changed
      * Fixed errors in Automotive Provider
      * Fixed errors in Address Provider
      * Bank Provider expanded:
          * BIC added)
          * Added list of banks
      * Improved Company Provider
      * Credit Card and Person Provider improvements
      * Currency Provider improvements
      * Date-Time Provider improvements
      * translit fix
  
    Thanks @valestel.
  * Add Birth Number to czech locale. Thanks @Jengah.
  * Add persons provider for ``fr_QC``. Thanks @Lionesk.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=37
This commit is contained in:
Dirk Mueller 2020-02-28 21:25:40 +00:00 committed by Git OBS Bridge
parent 50a722ea6c
commit 9e79858c92
4 changed files with 29 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Feb 28 21:23:24 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 4.0.1:
* Provider improvements for Russian locale:
* added city suffixes, regions and country list
* regions converted into states for now
* street address formats and states expanded
* lists for street titles changed
* Fixed errors in Automotive Provider
* Fixed errors in Address Provider
* Bank Provider expanded:
* BIC added)
* Added list of banks
* Improved Company Provider
* Credit Card and Person Provider improvements
* Currency Provider improvements
* Date-Time Provider improvements
* translit fix
Thanks @valestel.
* Add Birth Number to czech locale. Thanks @Jengah.
* Add persons provider for ``fr_QC``. Thanks @Lionesk.
-------------------------------------------------------------------
Fri Jan 17 09:00:09 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -18,8 +18,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
%global skip_python2 1
Name: python-Faker
Version: 3.0.1
Version: 4.0.1
Release: 0
Summary: Python package that generates fake data
License: MIT