From 8eb879ff38d6b9159961ca71698479ea4ba85fbf76410d951639c4a72a5d0b67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 13 Jan 2020 15:32:24 +0000 Subject: [PATCH] Accepting request 764058 from home:mcalabkova:branches:devel:languages:python - 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. OBS-URL: https://build.opensuse.org/request/show/764058 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=33 --- Faker-2.0.2.tar.gz | 3 --- Faker-3.0.0.tar.gz | 3 +++ python-Faker.changes | 16 ++++++++++++++++ python-Faker.spec | 4 ++-- 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 Faker-2.0.2.tar.gz create mode 100644 Faker-3.0.0.tar.gz 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