forked from pool/python-Faker
Accepting request 846365 from devel:languages:python
- Update to 4.14.2: * Fix generation of names ending with spaces. Thanks @edomora97. * Add relative frequencies for japanese last names. Thanks @TianyiShi2001. * Add Swiss bank provider locales. Thanks @mondeja. * Split first names into male and female on pt_PT provider. Thanks @gplgps. * Geo provider added for tr_TR locale. Thanks @iamnotagentleman. * Add sk_SK Job provider. Thanks @pipozzz. * Add date_time provider for pt_PT. Thanks @gplgps. * Add .unique() for unique values. Thanks @coiax. * Add automotive provider for tr_TR. Thanks @molcay. * Add province list and add 2 new district to ne_NP. Thanks @iamsauravsharma. * Add Currency provider for sv_SE. Thanks @frangiz. * Add pt_PT credit card provider. Thanks @rubenandre. * Added Company Provider for tr_TR locale. Thanks @iamnotagentleman. * Add job providers for tr_TR. Thanks @molcay. * Implement color provider for sk_SK locale. Thanks @pipozzz. * Fix hu_HU color provider inheritance. Thanks @n1ngu. * Bigger zipcode ranges for VA, TX and MD in en_US. Thanks @Antetokounpo. * Add new style pt_PT automotive plates. Thanks @gplgps. * Remove duplicate jobs from the pt_PT provider (#1282). Thanks @gplgps. * Use "Belarus" instead of "Vitryssland" for sv_SE. Thanks @Majsvaffla. * Added bank provider for tr_TR locale. Thanks @iamnotagentleman. * Improve VAT generation for IT provider. Thanks @LordGordonQ. * Use non-zero number for first digit of Swedish postal codes. Thanks @Majsvaffla. * Add es_ES autonomous communities (Spanish regions). Thanks @mondeja. * Add JSON and Fixed Width argument group and parser support. Thanks @johnbrandborg. * Update zh_CN ssn provider to support gender. Thanks @mapoor. * Fix typo in de_DE job provider. Thanks @datadominik. * or_IN Odia person's name added. Thanks @soumendrak. * Remove datetime_safe shim subclass in favor of native Python datetime.datetime. Thanks @samcrang. OBS-URL: https://build.opensuse.org/request/show/846365 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Faker?expand=0&rev=21
This commit is contained in:
commit
1e19af60ab
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ff188c416864e3f7d8becd8f9ee683a4b4101a2a2d2bcdcb3e84bb1bdd06eaae
|
|
||||||
size 990337
|
|
3
Faker-4.14.2.tar.gz
Normal file
3
Faker-4.14.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6afc461ab3f779c9c16e299fc731d775e39ea7e8e063b3053ee359ae198a15ca
|
||||||
|
size 1020837
|
@ -1,3 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 6 04:35:07 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Update to 4.14.2:
|
||||||
|
* Fix generation of names ending with spaces. Thanks @edomora97.
|
||||||
|
* Add relative frequencies for japanese last names. Thanks @TianyiShi2001.
|
||||||
|
* Add Swiss bank provider locales. Thanks @mondeja.
|
||||||
|
* Split first names into male and female on pt_PT provider. Thanks @gplgps.
|
||||||
|
* Geo provider added for tr_TR locale. Thanks @iamnotagentleman.
|
||||||
|
* Add sk_SK Job provider. Thanks @pipozzz.
|
||||||
|
* Add date_time provider for pt_PT. Thanks @gplgps.
|
||||||
|
* Add .unique() for unique values. Thanks @coiax.
|
||||||
|
* Add automotive provider for tr_TR. Thanks @molcay.
|
||||||
|
* Add province list and add 2 new district to ne_NP. Thanks @iamsauravsharma.
|
||||||
|
* Add Currency provider for sv_SE. Thanks @frangiz.
|
||||||
|
* Add pt_PT credit card provider. Thanks @rubenandre.
|
||||||
|
* Added Company Provider for tr_TR locale. Thanks @iamnotagentleman.
|
||||||
|
* Add job providers for tr_TR. Thanks @molcay.
|
||||||
|
* Implement color provider for sk_SK locale. Thanks @pipozzz.
|
||||||
|
* Fix hu_HU color provider inheritance. Thanks @n1ngu.
|
||||||
|
* Bigger zipcode ranges for VA, TX and MD in en_US. Thanks @Antetokounpo.
|
||||||
|
* Add new style pt_PT automotive plates. Thanks @gplgps.
|
||||||
|
* Remove duplicate jobs from the pt_PT provider (#1282). Thanks @gplgps.
|
||||||
|
* Use "Belarus" instead of "Vitryssland" for sv_SE. Thanks @Majsvaffla.
|
||||||
|
* Added bank provider for tr_TR locale. Thanks @iamnotagentleman.
|
||||||
|
* Improve VAT generation for IT provider. Thanks @LordGordonQ.
|
||||||
|
* Use non-zero number for first digit of Swedish postal codes. Thanks @Majsvaffla.
|
||||||
|
* Add es_ES autonomous communities (Spanish regions). Thanks @mondeja.
|
||||||
|
* Add JSON and Fixed Width argument group and parser support. Thanks @johnbrandborg.
|
||||||
|
* Update zh_CN ssn provider to support gender. Thanks @mapoor.
|
||||||
|
* Fix typo in de_DE job provider. Thanks @datadominik.
|
||||||
|
* or_IN Odia person's name added. Thanks @soumendrak.
|
||||||
|
* Remove datetime_safe shim subclass in favor of native Python datetime.datetime. Thanks @samcrang.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 27 13:52:17 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
Thu Aug 27 13:52:17 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%define oldpython python
|
%define oldpython python
|
||||||
%global skip_python2 1
|
%global skip_python2 1
|
||||||
Name: python-Faker
|
Name: python-Faker
|
||||||
Version: 4.1.2
|
Version: 4.14.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python package that generates fake data
|
Summary: Python package that generates fake data
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user