forked from pool/python-Faker
Accepting request 566561 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/566561 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Faker?expand=0&rev=6
This commit is contained in:
commit
ff233880b8
3
Faker-0.8.10.tar.gz
Normal file
3
Faker-0.8.10.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9da4c829d5592202a614d2db3c3e05d17684f5b590b7dbd6d7e70dc1053213a6
|
||||
size 709422
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e928cf853ef69d7471421f2a3716a1239e43de0fa9855f4016ee0c9f1057328a
|
||||
size 680636
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 17 04:08:11 UTC 2018 - arun@gmx.de
|
||||
|
||||
- specfile:
|
||||
* update copyright year
|
||||
|
||||
- update to version 0.8.10:
|
||||
* Pass python_requires argument to setuptools. Thanks @jdufresne.
|
||||
* Remove some words from en_US lorem ipsum provider. Thanks @Pomax.
|
||||
|
||||
- changes from version 0.8.9:
|
||||
* Remove support for Python 3.3. Thanks @jdufresne.
|
||||
* Allow past dates within a second. Thanks @DanEEstar.
|
||||
* Added phone number formatting to en_GB localisation to ensure no
|
||||
genuine phone numbers are generated. Thanks @TheSapper.
|
||||
* Added en_GB localisation for SSN (UK National Insurance
|
||||
Number). Thanks @TheSapper.
|
||||
* Added ro_RO person Provider. Thanks @vasilesmartup.
|
||||
* Added domain argument to email provider. Thanks @lcd1232.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 21 18:32:37 UTC 2017 - arun@gmx.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-Faker
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,7 +20,7 @@
|
||||
%define oldpython python
|
||||
%bcond_with test
|
||||
Name: python-Faker
|
||||
Version: 0.8.8
|
||||
Version: 0.8.10
|
||||
Release: 0
|
||||
Summary: Faker is a Python package that generates fake data
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user