From 4054c6b48c21fba8bb622cd50343ecc550dc56100343331ddc54d4cc2eba6836 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 2 Aug 2022 15:20:14 +0000 Subject: [PATCH] Accepting request 992349 from home:ohollmann:branches:devel:languages:python Update to v13.15.1 OBS-URL: https://build.opensuse.org/request/show/992349 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=61 --- Faker-10.0.0.tar.gz | 3 -- Faker-13.15.1.tar.gz | 3 ++ python-Faker.changes | 84 ++++++++++++++++++++++++++++++++++++++++++++ python-Faker.spec | 4 +-- 4 files changed, 89 insertions(+), 5 deletions(-) delete mode 100644 Faker-10.0.0.tar.gz create mode 100644 Faker-13.15.1.tar.gz diff --git a/Faker-10.0.0.tar.gz b/Faker-10.0.0.tar.gz deleted file mode 100644 index df1c4a6..0000000 --- a/Faker-10.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:530690ad12a2a054071af95fc8a354c5fd57b5e7707053a9662f40f14a87b68e -size 1198872 diff --git a/Faker-13.15.1.tar.gz b/Faker-13.15.1.tar.gz new file mode 100644 index 0000000..c82801b --- /dev/null +++ b/Faker-13.15.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c3f8ee807d3916415568169a172bf0893ea9cc3371ab55e4e5f5170d2185bea +size 1531442 diff --git a/python-Faker.changes b/python-Faker.changes index e903d6e..3279e6f 100644 --- a/python-Faker.changes +++ b/python-Faker.changes @@ -1,3 +1,87 @@ +------------------------------------------------------------------- +Tue Aug 2 13:48:56 UTC 2022 - Otto Hollmann + +- Update to v13.15.1: + * change license_formats pt_BR to match Mercosul. +- Changes from v13.15.0: + * Upgrade person, company, internet, currency providers for tr_TR. +- Changes from v13.14.0: + * Fix vat and police id for el_GR. + * Add tin and ssn for el_GR. +- Changes from v13.13.1: + * Fix area codes for fr_FR phone numbers. +- Changes from v13.13.0: + * Add support for ISO 8601 timestamp profiles. +- Changes from v13.12.1: + * Correct RUT range in es_CL. +- Changes from v13.12.0: + * Add support for generating relative file paths. +- Changes from v13.11.1: + * Fix firefox ua being nondeterministic with fixed seed. +- Changes from v13.11.0: + * Add sq-AL automotive provider. +- Changes from v13.10.0: + * Improve it_IT ssn provider to match real building rules. +- Changes from v13.9.0: + * Add part-of-speech functionality for en_US. +- Changes from v13.8.0: + * Add fr-FR datetime provider. + * Add no-NO datetime provider. + * Add zh-CN datetime provider. +- Changes from v13.7.0: + * Add automotive provider for fi_FI, et_EE, lt_LT and vi_VN. +- Changes from v13.6.0: + * Add ar_BH automotive provider. +- Changes from v13.5.0: + * Add Mexican CLABE bank code for es_MX locale. +- Changes from v13.4.0: + * Add it_IT automotive provider. +- Changes from v13.3.5: + * Fix error in currency provider data. +- Changes from v13.3.4: + * Bump actions/cache from 2 to 3 (#1631). +- Changes from v13.3.3: + * Fix factory selection when Faker has been seeded. +- Changes from v13.3.2: + * Bump actions/stale from 3 to 5 (#1629). +- Changes from v13.3.1: + * Bump actions/setup-python from 2 to 3 (#1626). +- Changes from v13.3.0: + * Add lorem provider for fa-ir language code. +- Changes from v13.2.0: + * Add bn_BD Lorem Provider. +- Changes from v13.1.0: + * Add lorem support for de_DE and de_AT. +- Changes from v13.0.0: + * Use os.urandom in binary() if unseeded. +- Changes from v12.3.3: + * Arabic improvements for names. +- Changes from v12.3.2: + * Fix postcode format for es_ES locale. +- Changes from v12.3.1: + * Prevent "non-integer arguments to randrange()" warnings on Python 3.10. +- Changes from v12.3.0: + * Fix it_IT ssn() validity. +- Changes from v12.2.0: + * Add cities to de_CH. +- Changes from v12.1.0: + * Set correct language on provider when specific locale is requested. +- Changes from v12.0.1: + * Remove empty string in Korean job list. +- Changes from v12.0.0: + * Remove dependency from text-unidecode. +- Changes from v11.4.0: + * Add geonames db of Italian cap-city-province and full match when generating full addresses. +- Changes from v11.3.0: + * Add banks for fa-ir. +- Changes from v11.2.0: + * Improve phone numbers for it_IT. +- Changes from v11.1.0: + * Add providers for az_AZ locale. +- Changes from v11.0.0: + * Replace lorempixel.com service with picsum.photos in image_url provider. + * Add placeholder_url argument to image_url. + ------------------------------------------------------------------- Mon Dec 27 17:51:41 UTC 2021 - Ben Greiner diff --git a/python-Faker.spec b/python-Faker.spec index d07bcba..169e005 100644 --- a/python-Faker.spec +++ b/python-Faker.spec @@ -1,7 +1,7 @@ # # spec file for package python-Faker # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 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() python3-%{**}} %global skip_python2 1 Name: python-Faker -Version: 10.0.0 +Version: 13.15.1 Release: 0 Summary: Python package that generates fake data License: MIT