- update to 17.0.0:

* Remove deprecated placeimg image provider. Thanks @Wonskcalb.
  * Add `truth_probability` argument to `pybool` generator.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=79
This commit is contained in:
Dirk Mueller 2023-02-16 21:06:57 +00:00 committed by Git OBS Bridge
parent 7fe4accef8
commit cab85c6323
4 changed files with 11 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Feb 16 21:06:46 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 17.0.0:
* Remove deprecated placeimg image provider. Thanks @Wonskcalb.
* Add `truth_probability` argument to `pybool` generator.
-------------------------------------------------------------------
Fri Feb 10 10:01:57 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

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