SHA256
1
0
forked from pool/python-Faker

Accepting request 1184016 from devel:languages:python

- update to 26.0.0:
  * Fix upper limit of nb_elements.
  * Remove duplicate entry in currency provider.
  * Change `pydecimal` type hint for `min_value`, `max_value` to
    allow `int`s.
  * Add support for Nigerian Yoruba names and surnames (`yo_NG`).

OBS-URL: https://build.opensuse.org/request/show/1184016
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Faker?expand=0&rev=57
This commit is contained in:
Dominique Leuenberger 2024-07-01 09:19:21 +00:00 committed by Git OBS Bridge
commit bac4740bea
4 changed files with 14 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Jun 29 16:42:25 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 26.0.0:
* Fix upper limit of nb_elements.
* Remove duplicate entry in currency provider.
* Change `pydecimal` type hint for `min_value`, `max_value` to
allow `int`s.
* Add support for Nigerian Yoruba names and surnames (`yo_NG`).
-------------------------------------------------------------------
Tue Jun 11 08:06:29 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-Faker
Version: 25.8.0
Version: 26.0.0
Release: 0
Summary: Python package that generates fake data
License: MIT