Accepting request 911581 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/911581 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Faker?expand=0&rev=25
This commit is contained in:
commit
6ef5bd494b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c6a4a0a1dde71f16d489a3097661a87ae96329dbde4c3ece8a5ccc340441ade1
|
||||
size 1143731
|
3
Faker-8.11.0.tar.gz
Normal file
3
Faker-8.11.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b9e81e9da3dda3ac54189e034cfb943de576a259caeb226ccab43fcbcf6a7891
|
||||
size 1150354
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 12 11:41:54 UTC 2021 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 8.11.0
|
||||
* Add ``nic_handle``. Thanks @pishchalnikov.
|
||||
- from version 8.10.3
|
||||
* Remove potentially offensive surname in ``it_IT``. Thanks @lordgordon.
|
||||
- from version 8.10.2
|
||||
* Return list instead of tuple in ``choices_distribution``. Thanks @svisser.
|
||||
- from version 8.10.1
|
||||
* enable faker instances to be unpickled (#1480). Thanks @fcurella.
|
||||
- from version 8.10.0
|
||||
* Add ``ar_AE`` (UAE) phone numbers. Thanks @sshishov.
|
||||
- from version 8.9.1
|
||||
* Skip UnsupportedFeature's on the command line. Thanks @therefromhere.
|
||||
- from version 8.9.0
|
||||
* Add RIPE ID. Thanks @pishchalnikov.
|
||||
- from version 8.8.2
|
||||
* Avoid collision for ``date`` in ``datetime`` provider. Thanks @mattshin.
|
||||
- from version 8.8.1
|
||||
* Fix ``left_digits`` ignored if ``min_value`` is given. Thanks @OJFord.q
|
||||
- from version 8.8.0
|
||||
* Add ``iana_id``, IANA Registrar ID. Thanks @pishchalnikov.
|
||||
- from version 8.7.0
|
||||
* Add tlds for ``th_TH`` internet provider. Thanks @bact.
|
||||
- from version 8.6.0
|
||||
* Add ``aba()`` method to generate ABA routing numbers. Thanks @mstellon.
|
||||
- from version 8.5.1
|
||||
* Fix deepcopy for Faker instances.
|
||||
- from version 8.5.0
|
||||
* Add ``image`` provider. Thanks @n1ngu.
|
||||
- from version 8.4.0
|
||||
* Add license plates and language names for ``he_IL`` locale. Thanks @AndreyRub.
|
||||
- from version 8.3.0
|
||||
* Add colors for ``he_IL``. Thanks @AndreyRub.
|
||||
- from version 8.2.1
|
||||
* Add few more names in ``en_IN`` person provider. Thanks @Felix-Raj.
|
||||
- from version 8.2.0
|
||||
* Add ``city_name()`` and cities to ``support .city()`` for ``th_TH``. Thanks @bact.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 16 12:06:29 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
%global skip_python2 1
|
||||
Name: python-Faker
|
||||
Version: 8.1.4
|
||||
Version: 8.11.0
|
||||
Release: 0
|
||||
Summary: Python package that generates fake data
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user