diff --git a/Faker-0.8.10.tar.gz b/Faker-0.8.10.tar.gz new file mode 100644 index 0000000..7d31863 --- /dev/null +++ b/Faker-0.8.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9da4c829d5592202a614d2db3c3e05d17684f5b590b7dbd6d7e70dc1053213a6 +size 709422 diff --git a/Faker-0.8.8.tar.gz b/Faker-0.8.8.tar.gz deleted file mode 100644 index 8dc36cf..0000000 --- a/Faker-0.8.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e928cf853ef69d7471421f2a3716a1239e43de0fa9855f4016ee0c9f1057328a -size 680636 diff --git a/python-Faker.changes b/python-Faker.changes index 693d054..efd80e8 100644 --- a/python-Faker.changes +++ b/python-Faker.changes @@ -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 diff --git a/python-Faker.spec b/python-Faker.spec index f360c2b..2395cd8 100644 --- a/python-Faker.spec +++ b/python-Faker.spec @@ -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