diff --git a/Faker-0.8.3.tar.gz b/Faker-0.8.3.tar.gz deleted file mode 100644 index 2eece64..0000000 --- a/Faker-0.8.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79b0682d59c4c6961f10edcc9453563a278640e9ffcfee21427fea7a19972bf8 -size 631747 diff --git a/Faker-0.8.6.tar.gz b/Faker-0.8.6.tar.gz new file mode 100644 index 0000000..6d45c86 --- /dev/null +++ b/Faker-0.8.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c98dd04bba667ecfddb77fcd0dfd19b376b258d21beeaf5b95578826e275a83 +size 690984 diff --git a/python-Faker.changes b/python-Faker.changes index b5d43dd..a5c864d 100644 --- a/python-Faker.changes +++ b/python-Faker.changes @@ -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 diff --git a/python-Faker.spec b/python-Faker.spec index ebc1628..4c8fc74 100644 --- a/python-Faker.spec +++ b/python-Faker.spec @@ -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}