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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=106
This commit is contained in:
Dirk Mueller 2024-01-30 12:06:33 +00:00 committed by Git OBS Bridge
parent 8abb7b5e5f
commit 8af1defd5d
4 changed files with 14 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9abc6decb78dde54cccbad4432431b3caba796bd06950225da158e86c55855d3
size 1702616

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Jan 30 12:06:17 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

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