- 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
This commit is contained in:
Tomáš Chvátal 2019-09-24 09:03:46 +00:00 committed by Git OBS Bridge
parent defdb448e8
commit 20a1246428
4 changed files with 17 additions and 6 deletions

View File

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

3
Faker-2.0.2.tar.gz Normal file
View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Sep 24 08:58:15 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- 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 <mcalabkova@suse.com>

View File

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