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:
Todd R 2017-10-23 15:05:39 +00:00 committed by Git OBS Bridge
parent cfaea2b27e
commit de3f250ecf
4 changed files with 35 additions and 4 deletions

View File

@ -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
View File

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

View File

@ -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

View File

@ -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}