forked from pool/python-Faker
Accepting request 535817 from home:apersaud:branches:devel:languages:python
update to latest version OBS-URL: https://build.opensuse.org/request/show/535817 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=5
This commit is contained in:
parent
cfaea2b27e
commit
de3f250ecf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:79b0682d59c4c6961f10edcc9453563a278640e9ffcfee21427fea7a19972bf8
|
||||
size 631747
|
3
Faker-0.8.6.tar.gz
Normal file
3
Faker-0.8.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c98dd04bba667ecfddb77fcd0dfd19b376b258d21beeaf5b95578826e275a83
|
||||
size 690984
|
@ -1,3 +1,32 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 22 18:45:48 UTC 2017 - arun@gmx.de
|
||||
|
||||
- specfile:
|
||||
* added requirement for text-unidecode
|
||||
|
||||
- update to version 0.8.6:
|
||||
* Replace unidecode dependency in favor of text-unidecode. Faker now
|
||||
requires text-unidecode.
|
||||
|
||||
- changes from version 0.8.5:
|
||||
* Add ASCII emails. Thanks @barseghyanartur.
|
||||
* Add id_ID Providers. Thanks Sidi Ahmad.
|
||||
* Fix date_time.time_series() to ensure start and end bounds are
|
||||
inclusive. Thanks @bijanvakili.
|
||||
* Create a provider to Brazilian license plates. Thanks
|
||||
@diegoholiveira.
|
||||
* Use a proper international format for Ukrainian phone
|
||||
numbers. Thanks @illia-v.
|
||||
* Faker now requires Unidecode.
|
||||
|
||||
- changes from version 0.8.4:
|
||||
* Move email_validator to test_requires and unpinned the version
|
||||
number.
|
||||
* Date feature parity with datetime. Thanks @noirbizarre.
|
||||
* Add MSISDN in the phone_number provider. Thanks @patrickporto.
|
||||
* Add Arabic locales. Thanks @ahmedaljazzar.
|
||||
* Fix datetime issue on Windows. Thanks @kungfu71186.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 11 15:22:34 UTC 2017 - jengelh@inai.de
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define oldpython python
|
||||
%bcond_with test
|
||||
Name: python-Faker
|
||||
Version: 0.8.3
|
||||
Version: 0.8.6
|
||||
Release: 0
|
||||
Summary: Faker is a Python package that generates fake data
|
||||
License: MIT
|
||||
@ -35,12 +35,14 @@ BuildRequires: %{python_module email_validator >= 1.0.2}
|
||||
BuildRequires: %{python_module mock}
|
||||
BuildRequires: %{python_module python-dateutil >= 2.4}
|
||||
BuildRequires: %{python_module six}
|
||||
BuildRequires: %{python_module text-unidecode}
|
||||
BuildRequires: python-ipaddress
|
||||
%endif
|
||||
BuildRequires: fdupes
|
||||
Requires: python-email_validator >= 1.0.2
|
||||
Requires: python-python-dateutil >= 2.4
|
||||
Requires: python-six
|
||||
Requires: python-text-unidecode
|
||||
%ifpython2
|
||||
Recommends: python-ipaddress
|
||||
Obsoletes: %{oldpython}-fake-factory < %{version}
|
||||
|
Loading…
Reference in New Issue
Block a user