diff --git a/Faker-22.4.0.tar.gz b/Faker-22.4.0.tar.gz deleted file mode 100644 index 5d06513..0000000 --- a/Faker-22.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9abc6decb78dde54cccbad4432431b3caba796bd06950225da158e86c55855d3 -size 1702616 diff --git a/Faker-22.6.0.tar.gz b/Faker-22.6.0.tar.gz new file mode 100644 index 0000000..91763e9 --- /dev/null +++ b/Faker-22.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa6d969728ef3da6229da91267a1bd4e6b902044c4822012d4fc46c71bb92b26 +size 1703974 diff --git a/python-Faker.changes b/python-Faker.changes index 9812bad..23ed46a 100644 --- a/python-Faker.changes +++ b/python-Faker.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Jan 30 12:06:17 UTC 2024 - Dirk Müller + +- update to 22.6.0: + * Add support for birthday and gender to `uk_UA` `ssn` method. + * Add area code `830000` to `zh_CN`. Thanks @antik. + * Add `area_code` parameter to `ssn` provider for `zh_CN`. + * Add `http_status_code` to internet provider. + ------------------------------------------------------------------- Sat Jan 20 19:22:38 UTC 2024 - Dirk Müller diff --git a/python-Faker.spec b/python-Faker.spec index 73a0825..75e4883 100644 --- a/python-Faker.spec +++ b/python-Faker.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-Faker -Version: 22.4.0 +Version: 22.6.0 Release: 0 Summary: Python package that generates fake data License: MIT @@ -36,7 +36,7 @@ BuildRequires: python-rpm-macros Requires: python-python-dateutil >= 2.4 Requires: python-text-unidecode >= 1.3 Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives Obsoletes: python3-fake-factory < %{version}-%{release} Provides: python3-fake-factory = %{version}-%{release} BuildArch: noarch