From 4a40694712f77c1524fb3911eba0ec7bdbb8c05eb665597ff74b4965ef1a4d0c Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 9 Dec 2021 16:52:50 +0000 Subject: [PATCH] Accepting request 937719 from home:pgajdos:python - version update to 10.0.0 * deprecate positional `allowed_types`. * Revert "deprecate positional `allowed_types`". * deprecate positional `allowed_types` (#1573). Thanks @fcurella. * Fix positional ``value_types``. * Shorten IBANs for `pl_PL` to 28 chars. Fix #1568 (#1569). Thanks @fcurella. * Relax ElementsType to admit e.g. Sets. Thanks @OJFord. * Fix ``pydecimal`` with ``left_digits=0`` not setting the left digit to 0. Thanks @ndrwkim. * Add ``es_CO`` localized providers. Thank you @healarconr. * Take into account area codes for French phone numbers. Thanks @nicarl. * Add provider for French SSN. Thanks @nicarl. * Add dynamic provider. Thanks @omri374. * Improve randomness of ``pydecimal`` for different scenarios. Thanks @antonioIrizar. * Limit ``typing_extensions`` dependency to Python < 3.8. Thanks @mgorny. * Add ``typing-extensions`` as dependency and pin ``mypy`` version. Thanks @nicarl. * Add automotive provider for ``nl_NL``. Thanks @MarcelRobeer. * Add Typing. Thanks @MarcelRobeer, @nicarl. * Change to secondary address format in ``en_AU`` locale to reflect the common usage. Thanks @deboraelkin2. * Add ``currency``, ``automotive``, ``company`` and ``bank`` providers for ``el_GR``. Thanks @nikosmichas. * Add ``color`` and ``date_time`` provider for ``el_GR``. Thanks @nikosmichas. * Add currency provider for ``nl_NL``. Thanks @MarcelRobeer. * Fix ``pydecimal`` returning ``min_value`` or ``max_value`` too frequently. Thanks @zivkovic. * Change default email generator to use safe domain names. Thanks @errbufferoverfl. * Add ``date_time`` provider for ``nl_NL``. Thanks @MarcelRobeer. * Add ``bg_BG`` color provider. Thanks @iradonov. * Fix bug in ``pydecimal`` when returning max/min. Thanks @wilbertom. * Fix `pydecimal` precision. Thanks @joidegn. * Add datetime provider for ``bn_BD``. Thanks @jabertuhin. * Change ``fi_FI`` Provinces to Regions. Thanks @LKajan. * ``uk_UA`` address provider - fix streets and cities names, added regions. Thanks @o-vasyliev. OBS-URL: https://build.opensuse.org/request/show/937719 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=59 --- Faker-10.0.0.tar.gz | 3 +++ Faker-8.12.1.tar.gz | 3 --- python-Faker.changes | 37 +++++++++++++++++++++++++++++++++++++ python-Faker.spec | 2 +- 4 files changed, 41 insertions(+), 4 deletions(-) create mode 100644 Faker-10.0.0.tar.gz delete mode 100644 Faker-8.12.1.tar.gz diff --git a/Faker-10.0.0.tar.gz b/Faker-10.0.0.tar.gz new file mode 100644 index 0000000..df1c4a6 --- /dev/null +++ b/Faker-10.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:530690ad12a2a054071af95fc8a354c5fd57b5e7707053a9662f40f14a87b68e +size 1198872 diff --git a/Faker-8.12.1.tar.gz b/Faker-8.12.1.tar.gz deleted file mode 100644 index 01c771b..0000000 --- a/Faker-8.12.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:810859626d19e62a2a13aa4a08d59ada131f0522431eec163b09b6df147a25b9 -size 1151131 diff --git a/python-Faker.changes b/python-Faker.changes index e3a1738..12eecc0 100644 --- a/python-Faker.changes +++ b/python-Faker.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Thu Dec 9 09:24:06 UTC 2021 - pgajdos@suse.com + +- version update to 10.0.0 + * deprecate positional `allowed_types`. + * Revert "deprecate positional `allowed_types`". + * deprecate positional `allowed_types` (#1573). Thanks @fcurella. + * Fix positional ``value_types``. + * Shorten IBANs for `pl_PL` to 28 chars. Fix #1568 (#1569). Thanks @fcurella. + * Relax ElementsType to admit e.g. Sets. Thanks @OJFord. + * Fix ``pydecimal`` with ``left_digits=0`` not setting the left digit to 0. Thanks @ndrwkim. + * Add ``es_CO`` localized providers. Thank you @healarconr. + * Take into account area codes for French phone numbers. Thanks @nicarl. + * Add provider for French SSN. Thanks @nicarl. + * Add dynamic provider. Thanks @omri374. + * Improve randomness of ``pydecimal`` for different scenarios. Thanks @antonioIrizar. + * Limit ``typing_extensions`` dependency to Python < 3.8. Thanks @mgorny. + * Add ``typing-extensions`` as dependency and pin ``mypy`` version. Thanks @nicarl. + * Add automotive provider for ``nl_NL``. Thanks @MarcelRobeer. + * Add Typing. Thanks @MarcelRobeer, @nicarl. + * Change to secondary address format in ``en_AU`` locale to reflect the common usage. Thanks @deboraelkin2. + * Add ``currency``, ``automotive``, ``company`` and ``bank`` providers for ``el_GR``. Thanks @nikosmichas. + * Add ``color`` and ``date_time`` provider for ``el_GR``. Thanks @nikosmichas. + * Add currency provider for ``nl_NL``. Thanks @MarcelRobeer. + * Fix ``pydecimal`` returning ``min_value`` or ``max_value`` too frequently. Thanks @zivkovic. + * Change default email generator to use safe domain names. Thanks @errbufferoverfl. + * Add ``date_time`` provider for ``nl_NL``. Thanks @MarcelRobeer. + * Add ``bg_BG`` color provider. Thanks @iradonov. + * Fix bug in ``pydecimal`` when returning max/min. Thanks @wilbertom. + * Fix `pydecimal` precision. Thanks @joidegn. + * Add datetime provider for ``bn_BD``. Thanks @jabertuhin. + * Change ``fi_FI`` Provinces to Regions. Thanks @LKajan. + * ``uk_UA`` address provider - fix streets and cities names, added regions. Thanks @o-vasyliev. + * Fix missing underscores in ``mac_platform_token``. Thanks @iamkeyur. + * Remove period/fullstop from ``en_GB`` prefixes. Thanks @stephengruppetta. + * Add missing diacritics in ``fr_FR`` ``person`` provider. Thanks @laowantong. + ------------------------------------------------------------------- Mon Aug 30 11:18:00 UTC 2021 - John Paul Adrian Glaubitz diff --git a/python-Faker.spec b/python-Faker.spec index 29f0e09..21b5beb 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.12.1 +Version: 10.0.0 Release: 0 Summary: Python package that generates fake data License: MIT