diff --git a/Faker-18.5.1.tar.gz b/Faker-18.5.1.tar.gz deleted file mode 100644 index c4f7af0..0000000 --- a/Faker-18.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64e9ab619d75684cc0593aa9f336170b0b58fa77c07fc0ebc7b2b1258e53b67d -size 1664745 diff --git a/Faker-18.6.0.tar.gz b/Faker-18.6.0.tar.gz new file mode 100644 index 0000000..1277136 --- /dev/null +++ b/Faker-18.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac903ba8cb5adbce2cdd15e5536118d484bbe01126f3c774dd9f6df77b61232d +size 1664811 diff --git a/python-Faker.changes b/python-Faker.changes index ac25f10..b6ae07d 100644 --- a/python-Faker.changes +++ b/python-Faker.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu May 4 19:12:32 UTC 2023 - Dirk Müller + +- 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 diff --git a/python-Faker.spec b/python-Faker.spec index 1a9207a..33726ed 100644 --- a/python-Faker.spec +++ b/python-Faker.spec @@ -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}