SHA256
1
0
forked from pool/python-Faker

Accepting request 812811 from devel:languages:python

- Update to 4.1.0:
  * Add pytest plugin. Thanks @malefice.
  * Fix phone numbers for es_ES. Thanks @pablofm.
  * Fix uuid provider to return a uuid4 object when cast_to is set to None. Thanks @rodrigondec.
  * Update names for es_ES person provider. Thanks @mondeja.
  * Add provider for sk_SK birth_number. Thanks @eumiro.
  * Add day_of_week and month_name for de_DE provider. Thanks @eumiro.

OBS-URL: https://build.opensuse.org/request/show/812811
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Faker?expand=0&rev=18
This commit is contained in:
Dominique Leuenberger 2020-06-11 12:45:21 +00:00 committed by Git OBS Bridge
commit 206e70f6fb
4 changed files with 15 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Jun 9 07:53:47 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 4.1.0:
* Add pytest plugin. Thanks @malefice.
* Fix phone numbers for es_ES. Thanks @pablofm.
* Fix uuid provider to return a uuid4 object when cast_to is set to None. Thanks @rodrigondec.
* Update names for es_ES person provider. Thanks @mondeja.
* Add provider for sk_SK birth_number. Thanks @eumiro.
* Add day_of_week and month_name for de_DE provider. Thanks @eumiro.
-------------------------------------------------------------------
Mon May 4 08:37:02 UTC 2020 - Johannes Grassler <johannes.grassler@suse.com>

View File

@ -20,7 +20,7 @@
%define oldpython python
%global skip_python2 1
Name: python-Faker
Version: 4.0.3
Version: 4.1.0
Release: 0
Summary: Python package that generates fake data
License: MIT
@ -60,7 +60,6 @@ testing, and data anonymization from production services.
# Remove pre-existing bytecode files in the sdist
find . -name '*.py[co]' -delete
# do not hardcode versions
sed -i -e 's:"pytest>=3.8.0,<3.9":"pytest>=3.8.0":g' setup.py
sed -i -e 's:==:>=:g' setup.py
%build