SHA256
1
0
forked from pool/python-Faker

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

- Update to v14.2.1
  * Fix misspelled first name in da_DK locale. Thanks @filson1.
- Update to 14.2.0
  * Add support for prefix and suffix to pystr provider.Thanks @stefan6419846.
- Update to 14.1.2
  * Fix uk_UA postcode generation. Thanks @ajinkyac03.
- Update to 14.1.1
  * Relax minimum version of typing-extensions. Thanks @stefan6419846.
- Update to 14.1.0
  * Add providers for bn_BD: address, automotive, bank, color, company, currency, date_time, geo, internet, job, person, phone_number and ssn. Thanks @saanpritom.
- Update to 14.0.0
  * Fix Provider._parse_date_time to support timestamps. Thanks @mochi-moshi.
- Update to 13.16.0
  * automotive: add de_CH license plates. Thanks @gsilvan.

OBS-URL: https://build.opensuse.org/request/show/1005476
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=63
This commit is contained in:
Dirk Mueller 2022-09-22 19:43:27 +00:00 committed by Git OBS Bridge
parent 4054c6b48c
commit 735e2352c7
4 changed files with 22 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Sep 22 19:05:23 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to v14.2.1
* Fix misspelled first name in da_DK locale. Thanks @filson1.
- Update to 14.2.0
* Add support for prefix and suffix to pystr provider.Thanks @stefan6419846.
- Update to 14.1.2
* Fix uk_UA postcode generation. Thanks @ajinkyac03.
- Update to 14.1.1
* Relax minimum version of typing-extensions. Thanks @stefan6419846.
- Update to 14.1.0
* Add providers for bn_BD: address, automotive, bank, color, company, currency, date_time, geo, internet, job, person, phone_number and ssn. Thanks @saanpritom.
- Update to 14.0.0
* Fix Provider._parse_date_time to support timestamps. Thanks @mochi-moshi.
- Update to 13.16.0
* automotive: add de_CH license plates. Thanks @gsilvan.
-------------------------------------------------------------------
Tue Aug 2 13:48:56 UTC 2022 - Otto Hollmann <otto.hollmann@suse.com>

View File

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