- Update to 4.1.1

* Add date_time providers for cs_CZ, de_AT, es_ES, it_IT, sk_SK, tr_TR.
 * Add prefix support to BarcodeProvider.
 * Fix company format for hy_AM provider.
 * Add .uk email providers and TLDs for en_GB.
 * Add language_name generator.
 * Add pytimezone generator returning tzinfo objects.
 * Add es_ES currency provider.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=45
This commit is contained in:
Ondřej Súkup 2020-07-09 00:35:56 +00:00 committed by Git OBS Bridge
parent c6c0dcb8f6
commit 30bd9c9a29
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:103c46b9701a151299c5bffe6fefcd4fb5fb04c3b5d06bee4952d36255d44ea2
size 971673

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

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Jul 9 00:28:33 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
- Update to 4.1.1
* Add date_time providers for cs_CZ, de_AT, es_ES, it_IT, sk_SK, tr_TR.
* Add prefix support to BarcodeProvider.
* Fix company format for hy_AM provider.
* Add .uk email providers and TLDs for en_GB.
* Add language_name generator.
* Add pytimezone generator returning tzinfo objects.
* Add es_ES currency provider.
-------------------------------------------------------------------
Tue Jun 9 07:53:47 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -20,7 +20,7 @@
%define oldpython python
%global skip_python2 1
Name: python-Faker
Version: 4.1.0
Version: 4.1.1
Release: 0
Summary: Python package that generates fake data
License: MIT