forked from pool/python-Faker
Accepting request 764065 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/764065 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Faker?expand=0&rev=14
This commit is contained in:
commit
26139d8c06
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:45cc9cca3de8beba5a2da3bd82a6e5544f53da1a702645c8485f682366c15026
|
||||
size 837557
|
3
Faker-3.0.0.tar.gz
Normal file
3
Faker-3.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:92c84a10bec81217d9cb554ee12b3838c8986ce0b5d45f72f769da22e4bb5432
|
||||
size 910826
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 13 15:18:56 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
- update to 3.0.0
|
||||
* Breaking change: Add support for multiple locale data generation.
|
||||
* Add Iranian credit card.
|
||||
* Improve color provider.
|
||||
* Drop python 3.4.
|
||||
* Fix master card number generator.
|
||||
* Add provider for Finnish IBAN numbers.
|
||||
* Split first names into male/female for person/de_AT.
|
||||
* Optimize IPv4 address generation.
|
||||
* Add support for token-based string generation.
|
||||
* Use the provider's RNG instead of the random module in invalid_ssn.
|
||||
* More small fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 24 08:58:15 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-Faker
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define oldpython python
|
||||
Name: python-Faker
|
||||
Version: 2.0.2
|
||||
Version: 3.0.0
|
||||
Release: 0
|
||||
Summary: Python package that generates fake data
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user