forked from pool/python-Faker
Accepting request 800000 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/800000 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Faker?expand=0&rev=17
This commit is contained in:
commit
3aab792fb1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2d3f866ef25e1a5af80e7b0ceeacc3c92dec5d0fdbad3e2cb6adf6e60b22188f
|
|
||||||
size 957942
|
|
3
Faker-4.0.3.tar.gz
Normal file
3
Faker-4.0.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7292806948ed848f1bcea1e7b963bae6f398687d1da0ea096e156fea2787f454
|
||||||
|
size 964755
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 4 08:37:02 UTC 2020 - Johannes Grassler <johannes.grassler@suse.com>
|
||||||
|
|
||||||
|
- update to 4.0.3:
|
||||||
|
* Fixed MSISDN for pt_BR to return only mobile numbers. Thanks @rodrigondec.
|
||||||
|
* Added Domain Generator Algorithm by date. Thanks @pishchalnikov.
|
||||||
|
* Fixed issue where pydict provider was not returning the correct number of elements. Thanks @mstellon.
|
||||||
|
* Added support for Indian Aadhaar numbers. Thanks @curiousElf.
|
||||||
|
* Added company_vat for it_IT. Thanks @alitaker.
|
||||||
|
* Improved autodocumentation of providers. Thanks @malefice.
|
||||||
|
* Added provider for es_ES license plates. Thanks @mondeja.
|
||||||
|
* Implemented __dir__ method to Faker proxy for better autocompletion. Thanks @douglasfarinelli.
|
||||||
|
* Uppercased HEX colors for all localized color providers. Thanks @mondeja.
|
||||||
|
* Added bank provider for es_ES locale. Thanks @mondeja.
|
||||||
|
* Added support for UK counties. Thanks @neilav.
|
||||||
|
* Added color provider for no_NO license plates. Thanks @bjorskog.
|
||||||
|
* Made value_types a keyword argument in python provider. Thanks @slafs.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 16 10:32:53 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
Mon Mar 16 10:32:53 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%define oldpython python
|
%define oldpython python
|
||||||
%global skip_python2 1
|
%global skip_python2 1
|
||||||
Name: python-Faker
|
Name: python-Faker
|
||||||
Version: 4.0.2
|
Version: 4.0.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python package that generates fake data
|
Summary: Python package that generates fake data
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user