Accepting request 1041141 from home:yarunachalam:branches:devel:languages:python

- Update to v15.3.4 - 2022-11-30
  * Fix it_IT SSN generation with latin chars in name or surname. Thanks @panicofr.
- Update to v15.3.3 - 2022-11-22
  * Fix seeding with multiple locales. Thanks @johntmyers.
- Update to v15.3.2 - 2022-11-14
  * Fix implicit Optional issues. Thanks @palfrey.

OBS-URL: https://build.opensuse.org/request/show/1041141
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=73
This commit is contained in:
Dirk Mueller 2022-12-07 17:19:29 +00:00 committed by Git OBS Bridge
parent 2b667a2a0e
commit 46abc6634f
4 changed files with 16 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Dec 7 14:05:18 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to v15.3.4 - 2022-11-30
* Fix it_IT SSN generation with latin chars in name or surname. Thanks @panicofr.
- Update to v15.3.3 - 2022-11-22
* Fix seeding with multiple locales. Thanks @johntmyers.
- Update to v15.3.2 - 2022-11-14
* Fix implicit Optional issues. Thanks @palfrey.
-------------------------------------------------------------------
Thu Dec 1 17:52:47 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

View File

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