Accepting request 1084848 from devel:languages:python
- update to 18.6.0: * Add a separate `basic_phone_number` for `en_US`. Thanks @dlwrnc. OBS-URL: https://build.opensuse.org/request/show/1084848 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Faker?expand=0&rev=41
This commit is contained in:
commit
57966a3ab7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:64e9ab619d75684cc0593aa9f336170b0b58fa77c07fc0ebc7b2b1258e53b67d
|
||||
size 1664745
|
3
Faker-18.6.0.tar.gz
Normal file
3
Faker-18.6.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ac903ba8cb5adbce2cdd15e5536118d484bbe01126f3c774dd9f6df77b61232d
|
||||
size 1664811
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 4 19:12:32 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 18.6.0:
|
||||
* Add a separate `basic_phone_number` for `en_US`. Thanks
|
||||
@dlwrnc.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 26 06:22:03 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%global skip_python2 1
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-Faker
|
||||
Version: 18.5.1
|
||||
Version: 18.6.0
|
||||
Release: 0
|
||||
Summary: Python package that generates fake data
|
||||
License: MIT
|
||||
@ -28,12 +28,13 @@ URL: https://github.com/joke2k/faker
|
||||
Source: https://files.pythonhosted.org/packages/source/F/Faker/Faker-%{version}.tar.gz
|
||||
BuildRequires: %{python_module UkPostcodeParser >= 1.1.1}
|
||||
BuildRequires: %{python_module freezegun}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest >= 6.0.1}
|
||||
BuildRequires: %{python_module python-dateutil >= 2.4}
|
||||
BuildRequires: %{python_module random2}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module text-unidecode >= 1.3}
|
||||
BuildRequires: %{python_module validators >= 0.13.0}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-python-dateutil >= 2.4
|
||||
@ -58,10 +59,10 @@ find . -name '*.py[co]' -delete
|
||||
sed -i -e 's:==:>=:g' setup.py
|
||||
|
||||
%build
|
||||
%python_build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%pyproject_install
|
||||
%python_clone -a %{buildroot}%{_bindir}/faker
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user