From 4fa992a86602a2f429e98e18417dca7361b0d941322f94b30d06317ad2ab3cf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 12 Aug 2021 11:50:32 +0000 Subject: [PATCH] Accepting request 911578 from home:glaubitz:branches:devel:languages:python - Update to 8.11.0 * Add ``nic_handle``. Thanks @pishchalnikov. - from version 8.10.3 * Remove potentially offensive surname in ``it_IT``. Thanks @lordgordon. - from version 8.10.2 * Return list instead of tuple in ``choices_distribution``. Thanks @svisser. - from version 8.10.1 * enable faker instances to be unpickled (#1480). Thanks @fcurella. - from version 8.10.0 * Add ``ar_AE`` (UAE) phone numbers. Thanks @sshishov. - from version 8.9.1 * Skip UnsupportedFeature's on the command line. Thanks @therefromhere. - from version 8.9.0 * Add RIPE ID. Thanks @pishchalnikov. - from version 8.8.2 * Avoid collision for ``date`` in ``datetime`` provider. Thanks @mattshin. - from version 8.8.1 * Fix ``left_digits`` ignored if ``min_value`` is given. Thanks @OJFord.q - from version 8.8.0 * Add ``iana_id``, IANA Registrar ID. Thanks @pishchalnikov. - from version 8.7.0 * Add tlds for ``th_TH`` internet provider. Thanks @bact. - from version 8.6.0 * Add ``aba()`` method to generate ABA routing numbers. Thanks @mstellon. - from version 8.5.1 * Fix deepcopy for Faker instances. - from version 8.5.0 * Add ``image`` provider. Thanks @n1ngu. - from version 8.4.0 * Add license plates and language names for ``he_IL`` locale. Thanks @AndreyRub. OBS-URL: https://build.opensuse.org/request/show/911578 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=57 --- Faker-8.1.4.tar.gz | 3 --- Faker-8.11.0.tar.gz | 3 +++ python-Faker.changes | 40 ++++++++++++++++++++++++++++++++++++++++ python-Faker.spec | 2 +- 4 files changed, 44 insertions(+), 4 deletions(-) delete mode 100644 Faker-8.1.4.tar.gz create mode 100644 Faker-8.11.0.tar.gz diff --git a/Faker-8.1.4.tar.gz b/Faker-8.1.4.tar.gz deleted file mode 100644 index 8de0243..0000000 --- a/Faker-8.1.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c6a4a0a1dde71f16d489a3097661a87ae96329dbde4c3ece8a5ccc340441ade1 -size 1143731 diff --git a/Faker-8.11.0.tar.gz b/Faker-8.11.0.tar.gz new file mode 100644 index 0000000..51aad23 --- /dev/null +++ b/Faker-8.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9e81e9da3dda3ac54189e034cfb943de576a259caeb226ccab43fcbcf6a7891 +size 1150354 diff --git a/python-Faker.changes b/python-Faker.changes index 7f27629..c625e85 100644 --- a/python-Faker.changes +++ b/python-Faker.changes @@ -1,3 +1,43 @@ +------------------------------------------------------------------- +Thu Aug 12 11:41:54 UTC 2021 - John Paul Adrian Glaubitz + +- Update to 8.11.0 + * Add ``nic_handle``. Thanks @pishchalnikov. +- from version 8.10.3 + * Remove potentially offensive surname in ``it_IT``. Thanks @lordgordon. +- from version 8.10.2 + * Return list instead of tuple in ``choices_distribution``. Thanks @svisser. +- from version 8.10.1 + * enable faker instances to be unpickled (#1480). Thanks @fcurella. +- from version 8.10.0 + * Add ``ar_AE`` (UAE) phone numbers. Thanks @sshishov. +- from version 8.9.1 + * Skip UnsupportedFeature's on the command line. Thanks @therefromhere. +- from version 8.9.0 + * Add RIPE ID. Thanks @pishchalnikov. +- from version 8.8.2 + * Avoid collision for ``date`` in ``datetime`` provider. Thanks @mattshin. +- from version 8.8.1 + * Fix ``left_digits`` ignored if ``min_value`` is given. Thanks @OJFord.q +- from version 8.8.0 + * Add ``iana_id``, IANA Registrar ID. Thanks @pishchalnikov. +- from version 8.7.0 + * Add tlds for ``th_TH`` internet provider. Thanks @bact. +- from version 8.6.0 + * Add ``aba()`` method to generate ABA routing numbers. Thanks @mstellon. +- from version 8.5.1 + * Fix deepcopy for Faker instances. +- from version 8.5.0 + * Add ``image`` provider. Thanks @n1ngu. +- from version 8.4.0 + * Add license plates and language names for ``he_IL`` locale. Thanks @AndreyRub. +- from version 8.3.0 + * Add colors for ``he_IL``. Thanks @AndreyRub. +- from version 8.2.1 + * Add few more names in ``en_IN`` person provider. Thanks @Felix-Raj. +- from version 8.2.0 + * Add ``city_name()`` and cities to ``support .city()`` for ``th_TH``. Thanks @bact. + ------------------------------------------------------------------- Sun May 16 12:06:29 UTC 2021 - Ben Greiner diff --git a/python-Faker.spec b/python-Faker.spec index fa2716f..bf83663 100644 --- a/python-Faker.spec +++ b/python-Faker.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python3-%{**}} %global skip_python2 1 Name: python-Faker -Version: 8.1.4 +Version: 8.11.0 Release: 0 Summary: Python package that generates fake data License: MIT