SHA256
1
0
forked from pool/python-Faker

- update to 18.4.0:

* Add currency symbols for all listed currencies.
  * Ensure `pyfloat` honors min and max values.
  * Use correct union type for provider argument (#1840).
  * Fix determinism in `state_abbr()` for `en_US`.
  * Separate freely-associated states & US territories.
  * Fix value error formatting.
  * Add lorem provider for `nl_BE`.
  * Add `nl_BE` automotive provider.
  * Add `nl_BE` company provider.
  * Add territory zip codes for `en_US`.
  * Add `nl_BE` bank provider.
  * Fix North Macedonia entry in `uk_UA` provider.
  * Add SBN provider.
  * Use the official name for North Macedonia due to the name
    change in 2019.
  * Add `zh_TW` `date_time` provider.
  * Add support for latvian `ssn` generation.
  * Add argument validation to `pybool()`.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=81
This commit is contained in:
Dirk Mueller 2023-04-19 09:48:09 +00:00 committed by Git OBS Bridge
parent cab85c6323
commit a2759ca4f5
4 changed files with 27 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Wed Apr 19 09:47:05 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 18.4.0:
* Add currency symbols for all listed currencies.
* Ensure `pyfloat` honors min and max values.
* Use correct union type for provider argument (#1840).
* Fix determinism in `state_abbr()` for `en_US`.
* Separate freely-associated states & US territories.
* Fix value error formatting.
* Add lorem provider for `nl_BE`.
* Add `nl_BE` automotive provider.
* Add `nl_BE` company provider.
* Add territory zip codes for `en_US`.
* Add `nl_BE` bank provider.
* Fix North Macedonia entry in `uk_UA` provider.
* Add SBN provider.
* Use the official name for North Macedonia due to the name
change in 2019.
* Add `zh_TW` `date_time` provider.
* Add support for latvian `ssn` generation.
* Add argument validation to `pybool()`.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 16 21:06:46 UTC 2023 - Dirk Müller <dmueller@suse.com> Thu Feb 16 21:06:46 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python3-%{**}} %{?!python_module:%define python_module() python3-%{**}}
%global skip_python2 1 %global skip_python2 1
Name: python-Faker Name: python-Faker
Version: 17.0.0 Version: 18.4.0
Release: 0 Release: 0
Summary: Python package that generates fake data Summary: Python package that generates fake data
License: MIT License: MIT