From 20a124642870c858dc3996803fff5f8d2130c0df4ee62bea8d83c795ff851926 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 24 Sep 2019 09:03:46 +0000 Subject: [PATCH] - Update to 2.0.2: * Add nationalities for locale pt_PT. Thanks @tng10. * Add ios() and android() to user_agent provider. Thanks @gsilvan. * Update zh_CN provinces. Thanks @casen27. * Fix typos, misspellings. Add locations, names, dates in hi_IN providers. Thanks @kathawala. * Bump required version text-unidecode to 1.3. Thanks @moggers87. * Bug fix for pyfloat going over max_value. Thanks @fgs-dbudwin. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=31 --- Faker-2.0.0.tar.gz | 3 --- Faker-2.0.2.tar.gz | 3 +++ python-Faker.changes | 11 +++++++++++ python-Faker.spec | 6 +++--- 4 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 Faker-2.0.0.tar.gz create mode 100644 Faker-2.0.2.tar.gz diff --git a/Faker-2.0.0.tar.gz b/Faker-2.0.0.tar.gz deleted file mode 100644 index 1852804..0000000 --- a/Faker-2.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96ad7902706f2409a2d0c3de5132f69b413555a419bacec99d3f16e657895b47 -size 834573 diff --git a/Faker-2.0.2.tar.gz b/Faker-2.0.2.tar.gz new file mode 100644 index 0000000..f00868c --- /dev/null +++ b/Faker-2.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45cc9cca3de8beba5a2da3bd82a6e5544f53da1a702645c8485f682366c15026 +size 837557 diff --git a/python-Faker.changes b/python-Faker.changes index 0459e55..f3fd887 100644 --- a/python-Faker.changes +++ b/python-Faker.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Sep 24 08:58:15 UTC 2019 - Tomáš Chvátal + +- Update to 2.0.2: + * Add nationalities for locale pt_PT. Thanks @tng10. + * Add ios() and android() to user_agent provider. Thanks @gsilvan. + * Update zh_CN provinces. Thanks @casen27. + * Fix typos, misspellings. Add locations, names, dates in hi_IN providers. Thanks @kathawala. + * Bump required version text-unidecode to 1.3. Thanks @moggers87. + * Bug fix for pyfloat going over max_value. Thanks @fgs-dbudwin. + ------------------------------------------------------------------- Wed Jul 24 09:39:48 UTC 2019 - Marketa Calabkova diff --git a/python-Faker.spec b/python-Faker.spec index 94f2358..a91b2c5 100644 --- a/python-Faker.spec +++ b/python-Faker.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-Faker -Version: 2.0.0 +Version: 2.0.2 Release: 0 Summary: Python package that generates fake data License: MIT @@ -35,7 +35,7 @@ BuildRequires: %{python_module python-dateutil >= 2.4} BuildRequires: %{python_module random2} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six >= 1.10} -BuildRequires: %{python_module text-unidecode >= 1.2} +BuildRequires: %{python_module text-unidecode >= 1.3} BuildRequires: %{python_module validators >= 0.13.0} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -43,7 +43,7 @@ BuildRequires: python2-ipaddress Requires: python-python-dateutil >= 2.4 Requires: python-setuptools Requires: python-six >= 1.10 -Requires: python-text-unidecode >= 1.2 +Requires: python-text-unidecode >= 1.3 Requires(post): update-alternatives Requires(postun): update-alternatives BuildArch: noarch