forked from pool/python-Faker
- update to 16.8.1:
* Sort and add new Arabic words in `ar_AA` and `ar_PS`. * Add `emoji` provider. * Fix `name_female` and `name_male` mixed names for `en_GB`. * Add method to generate JSON as bytes. * Fix `siret` and `siren` generation for `fr_FR` locale company information. * Add `fr_CA` address provider. * Add `zipcode`, `postcode` and `postalcode` to `pl_PL`. * Update phone number formats for `es_ES` locale. * Add new `fr_BE` and `nl_BE` `Person` providers. * Add `fr_CA` date time provider. * Allow passing optional json encoder in `json` provider. * Fix missing comma in `en_NZ` address provider. * Fix amount and layout of sample data. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=77
This commit is contained in:
parent
e314af2d01
commit
7fe4accef8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2d5443724f640ce07658ca8ca8bbd40d26b58914e63eec6549727869aa67e2cc
|
||||
size 1599191
|
3
Faker-16.8.1.tar.gz
Normal file
3
Faker-16.8.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ad181f6f9cdc0f7d70ea6eaea35ab4b6549391fbaaea7629cc567aeb2757d296
|
||||
size 1649844
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 10 10:01:57 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 16.8.1:
|
||||
* Sort and add new Arabic words in `ar_AA` and `ar_PS`.
|
||||
* Add `emoji` provider.
|
||||
* Fix `name_female` and `name_male` mixed names for `en_GB`.
|
||||
* Add method to generate JSON as bytes.
|
||||
* Fix `siret` and `siren` generation for `fr_FR` locale company
|
||||
information.
|
||||
* Add `fr_CA` address provider.
|
||||
* Add `zipcode`, `postcode` and `postalcode` to `pl_PL`.
|
||||
* Update phone number formats for `es_ES` locale.
|
||||
* Add new `fr_BE` and `nl_BE` `Person` providers.
|
||||
* Add `fr_CA` date time provider.
|
||||
* Allow passing optional json encoder in `json` provider.
|
||||
* Fix missing comma in `en_NZ` address provider.
|
||||
* Fix amount and layout of sample data.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 1 20:31:24 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
%global skip_python2 1
|
||||
Name: python-Faker
|
||||
Version: 15.3.4
|
||||
Version: 16.8.1
|
||||
Release: 0
|
||||
Summary: Python package that generates fake data
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user