diff --git a/Faker-2.0.2.tar.gz b/Faker-2.0.2.tar.gz deleted file mode 100644 index f00868c..0000000 --- a/Faker-2.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45cc9cca3de8beba5a2da3bd82a6e5544f53da1a702645c8485f682366c15026 -size 837557 diff --git a/Faker-3.0.0.tar.gz b/Faker-3.0.0.tar.gz new file mode 100644 index 0000000..528d2da --- /dev/null +++ b/Faker-3.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92c84a10bec81217d9cb554ee12b3838c8986ce0b5d45f72f769da22e4bb5432 +size 910826 diff --git a/python-Faker.changes b/python-Faker.changes index f3fd887..3a0080d 100644 --- a/python-Faker.changes +++ b/python-Faker.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Jan 13 15:18:56 UTC 2020 - Marketa Calabkova + +- 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 diff --git a/python-Faker.spec b/python-Faker.spec index a91b2c5..4084ee9 100644 --- a/python-Faker.spec +++ b/python-Faker.spec @@ -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