forked from pool/python-Faker
Accepting request 536025 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/536025 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Faker?expand=0&rev=3
This commit is contained in:
commit
1fbf05e271
@ -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
|
Mon Sep 11 15:22:34 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%define oldpython python
|
%define oldpython python
|
||||||
%bcond_with test
|
%bcond_with test
|
||||||
Name: python-Faker
|
Name: python-Faker
|
||||||
Version: 0.8.3
|
Version: 0.8.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Faker is a Python package that generates fake data
|
Summary: Faker is a Python package that generates fake data
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -35,12 +35,14 @@ BuildRequires: %{python_module email_validator >= 1.0.2}
|
|||||||
BuildRequires: %{python_module mock}
|
BuildRequires: %{python_module mock}
|
||||||
BuildRequires: %{python_module python-dateutil >= 2.4}
|
BuildRequires: %{python_module python-dateutil >= 2.4}
|
||||||
BuildRequires: %{python_module six}
|
BuildRequires: %{python_module six}
|
||||||
|
BuildRequires: %{python_module text-unidecode}
|
||||||
BuildRequires: python-ipaddress
|
BuildRequires: python-ipaddress
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
Requires: python-email_validator >= 1.0.2
|
Requires: python-email_validator >= 1.0.2
|
||||||
Requires: python-python-dateutil >= 2.4
|
Requires: python-python-dateutil >= 2.4
|
||||||
Requires: python-six
|
Requires: python-six
|
||||||
|
Requires: python-text-unidecode
|
||||||
%ifpython2
|
%ifpython2
|
||||||
Recommends: python-ipaddress
|
Recommends: python-ipaddress
|
||||||
Obsoletes: %{oldpython}-fake-factory < %{version}
|
Obsoletes: %{oldpython}-fake-factory < %{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user