diff --git a/Faker-18.11.1.tar.gz b/Faker-18.11.1.tar.gz deleted file mode 100644 index de8a1de..0000000 --- a/Faker-18.11.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df4ee36d058a6a96de9d5e645571ef8536946a0b62db841494f8a3bc3bcdc5af -size 1670237 diff --git a/Faker-19.10.0.tar.gz b/Faker-19.10.0.tar.gz new file mode 100644 index 0000000..f765159 --- /dev/null +++ b/Faker-19.10.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63da90512d0cb3acdb71bd833bb3071cb8a196020d08b8567a01d232954f1820 +size 1680833 diff --git a/python-Faker.changes b/python-Faker.changes index cde4ee6..33814d9 100644 --- a/python-Faker.changes +++ b/python-Faker.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Tue Oct 17 15:45:31 UTC 2023 - Matej Cepl + +- Update to 19.10.0: + - Update names and phone numbers for cs_CZ. Thanks @george0st. + - Revert "fix type error in pyfloat when max_value is None" + from v19.6.2. + - Use DE base for de_CH AddressProvider. Thanks @nchiapol. + - Fix person Latvian provider. + - Add Gender support for Latvian (lv_LV) names. Thanks + @OskarsPakers. + - Add MAC Address Multicast. Thanks @d3vyce. + - fix type error in pyfloat when max_value is None. Thanks + @HugoJP1. + - Bump actions/checkout from 3 to 4 (#1909). Thanks + @dependabot[bot]. + - Add addresses for en_BD. Thanks @aamibhoot. + - Add color_rgb, color_rgb_float, color_hsv and + color_hsl. Thanks @fdemmer. + - Add schemes and deep argument to uri method. + - Remove spurious space in uk_UA first_name. Thanks @Romissevd. + - Add weighting to dynamic providers. Thanks @pauldechorgnat. + - Add support for South African Zulu (zu_ZA) names and last + names. Thanks @iamkhaya. + - Add ja_JP locale for datetime. Thanks @cyanghsieh. + - Drop support for Python 3.7 + - Drop support for 32 bit systems. + - Add elector_code for es_MX SSN provider. Thanks + @edgarrmondragon. + - Add .optional proxy that may or may not return a fake + value. Thanks @ligne. + - Add fake automotive vin number function. Thanks @cyanghsieh. + - Fix area codes for fr_FR mobile phone numbers. Thanks + @QuentinFchx. +- Remove unnecessary dependence on random2, ukpostcodeparser. + ------------------------------------------------------------------- Sun Jun 25 18:47:55 UTC 2023 - Dirk Müller diff --git a/python-Faker.spec b/python-Faker.spec index 4393166..6b3889a 100644 --- a/python-Faker.spec +++ b/python-Faker.spec @@ -18,18 +18,16 @@ %{?sle15_python_module_pythons} Name: python-Faker -Version: 18.11.1 +Version: 19.10.0 Release: 0 Summary: Python package that generates fake data License: MIT 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 text-unidecode >= 1.3} BuildRequires: %{python_module validators >= 0.13.0} BuildRequires: %{python_module wheel}