From 9e79858c929f72867d584e576a92b61702e49d0dc3acc3cc4a231323c63fe3bb Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 28 Feb 2020 21:25:40 +0000 Subject: [PATCH 1/3] - update to 4.0.1: * Provider improvements for Russian locale: * added city suffixes, regions and country list * regions converted into states for now * street address formats and states expanded * lists for street titles changed * Fixed errors in Automotive Provider * Fixed errors in Address Provider * Bank Provider expanded: * BIC added) * Added list of banks * Improved Company Provider * Credit Card and Person Provider improvements * Currency Provider improvements * Date-Time Provider improvements * translit fix Thanks @valestel. * Add Birth Number to czech locale. Thanks @Jengah. * Add persons provider for ``fr_QC``. Thanks @Lionesk. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=37 --- Faker-3.0.1.tar.gz | 3 --- Faker-4.0.1.tar.gz | 3 +++ python-Faker.changes | 24 ++++++++++++++++++++++++ python-Faker.spec | 3 ++- 4 files changed, 29 insertions(+), 4 deletions(-) delete mode 100644 Faker-3.0.1.tar.gz create mode 100644 Faker-4.0.1.tar.gz diff --git a/Faker-3.0.1.tar.gz b/Faker-3.0.1.tar.gz deleted file mode 100644 index 314944e..0000000 --- a/Faker-3.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c7f7466cb9ba58d582f713494acdb5ebcc462336c5e38c5230b0cdab37069985 -size 923501 diff --git a/Faker-4.0.1.tar.gz b/Faker-4.0.1.tar.gz new file mode 100644 index 0000000..d1f16a1 --- /dev/null +++ b/Faker-4.0.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:440d68fe0e46c1658b1975b2497abe0c24a7f772e3892253f31e713ffcc48965 +size 950163 diff --git a/python-Faker.changes b/python-Faker.changes index 5ddd0be..7ccf524 100644 --- a/python-Faker.changes +++ b/python-Faker.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Fri Feb 28 21:23:24 UTC 2020 - Dirk Mueller + +- update to 4.0.1: + * Provider improvements for Russian locale: + * added city suffixes, regions and country list + * regions converted into states for now + * street address formats and states expanded + * lists for street titles changed + * Fixed errors in Automotive Provider + * Fixed errors in Address Provider + * Bank Provider expanded: + * BIC added) + * Added list of banks + * Improved Company Provider + * Credit Card and Person Provider improvements + * Currency Provider improvements + * Date-Time Provider improvements + * translit fix + + Thanks @valestel. + * Add Birth Number to czech locale. Thanks @Jengah. + * Add persons provider for ``fr_QC``. Thanks @Lionesk. + ------------------------------------------------------------------- Fri Jan 17 09:00:09 UTC 2020 - Tomáš Chvátal diff --git a/python-Faker.spec b/python-Faker.spec index 77aee61..b49e74b 100644 --- a/python-Faker.spec +++ b/python-Faker.spec @@ -18,8 +18,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python +%global skip_python2 1 Name: python-Faker -Version: 3.0.1 +Version: 4.0.1 Release: 0 Summary: Python package that generates fake data License: MIT From 6d26276d95357f13f460f99abcd275a7d3a7d7d7b7a7ba6828b2d772ab570fef Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 14 Mar 2020 12:25:28 +0000 Subject: [PATCH 2/3] - update to 4.0.2: * Add more data for ``ko_KR`` address provider. Thanks @alstn2468. * Improved ``pt_PT`` locale for address and bank. Thanks @mustakarhu. * Add ``port_number`` method to internet provider. Thanks @pishchalnikov. * Add color provider for ``fa_IR`` locale. Thanks @abtinmo. * Add formatting options for ``pt_BR`` postcodes. Thanks @perssonsimon1 and @klaraesr. * Add ``country_calling_code`` to ``phone_number`` provider. Thanks @perssonsimon1. * Fix leap year issue. Thanks @mmcmahon. * Add ``AutomotiveProvider`` for ``fr_FR`` locale. Thanks @clarissedescamps and @perssonsimon1. * Fix ``cellphone_formats`` in ``pt_BR`` ``PhoneNumberProvider``. Thanks @rodrigondec. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=38 --- Faker-4.0.1.tar.gz | 3 --- Faker-4.0.2.tar.gz | 3 +++ python-Faker.changes | 14 ++++++++++++++ python-Faker.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 Faker-4.0.1.tar.gz create mode 100644 Faker-4.0.2.tar.gz diff --git a/Faker-4.0.1.tar.gz b/Faker-4.0.1.tar.gz deleted file mode 100644 index d1f16a1..0000000 --- a/Faker-4.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:440d68fe0e46c1658b1975b2497abe0c24a7f772e3892253f31e713ffcc48965 -size 950163 diff --git a/Faker-4.0.2.tar.gz b/Faker-4.0.2.tar.gz new file mode 100644 index 0000000..08b92e9 --- /dev/null +++ b/Faker-4.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d3f866ef25e1a5af80e7b0ceeacc3c92dec5d0fdbad3e2cb6adf6e60b22188f +size 957942 diff --git a/python-Faker.changes b/python-Faker.changes index 7ccf524..bb711df 100644 --- a/python-Faker.changes +++ b/python-Faker.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sat Mar 14 12:22:20 UTC 2020 - Dirk Mueller + +- update to 4.0.2: + * Add more data for ``ko_KR`` address provider. Thanks @alstn2468. + * Improved ``pt_PT`` locale for address and bank. Thanks @mustakarhu. + * Add ``port_number`` method to internet provider. Thanks @pishchalnikov. + * Add color provider for ``fa_IR`` locale. Thanks @abtinmo. + * Add formatting options for ``pt_BR`` postcodes. Thanks @perssonsimon1 and @klaraesr. + * Add ``country_calling_code`` to ``phone_number`` provider. Thanks @perssonsimon1. + * Fix leap year issue. Thanks @mmcmahon. + * Add ``AutomotiveProvider`` for ``fr_FR`` locale. Thanks @clarissedescamps and @perssonsimon1. + * Fix ``cellphone_formats`` in ``pt_BR`` ``PhoneNumberProvider``. Thanks @rodrigondec. + ------------------------------------------------------------------- Fri Feb 28 21:23:24 UTC 2020 - Dirk Mueller diff --git a/python-Faker.spec b/python-Faker.spec index b49e74b..2665e5f 100644 --- a/python-Faker.spec +++ b/python-Faker.spec @@ -20,7 +20,7 @@ %define oldpython python %global skip_python2 1 Name: python-Faker -Version: 4.0.1 +Version: 4.0.2 Release: 0 Summary: Python package that generates fake data License: MIT From 5aaaa5fa9adc179de6e26fd70dcf3362f711300d0a52f9ee8ba185cbf326de37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 16 Mar 2020 10:33:05 +0000 Subject: [PATCH 3/3] - Remove obsolete py2 dependencies OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Faker?expand=0&rev=39 --- python-Faker.changes | 5 +++++ python-Faker.spec | 11 +---------- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/python-Faker.changes b/python-Faker.changes index bb711df..675f5fe 100644 --- a/python-Faker.changes +++ b/python-Faker.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 16 10:32:53 UTC 2020 - Tomáš Chvátal + +- Remove obsolete py2 dependencies + ------------------------------------------------------------------- Sat Mar 14 12:22:20 UTC 2020 - Dirk Mueller diff --git a/python-Faker.spec b/python-Faker.spec index 2665e5f..c99c6c6 100644 --- a/python-Faker.spec +++ b/python-Faker.spec @@ -24,7 +24,6 @@ Version: 4.0.2 Release: 0 Summary: Python package that generates fake data License: MIT -Group: Development/Languages/Python URL: https://github.com/joke2k/faker Source: https://files.pythonhosted.org/packages/source/F/Faker/Faker-%{version}.tar.gz BuildRequires: %{python_module UkPostcodeParser >= 1.1.1} @@ -40,23 +39,15 @@ BuildRequires: %{python_module text-unidecode >= 1.3} BuildRequires: %{python_module validators >= 0.13.0} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRequires: python2-ipaddress Requires: python-python-dateutil >= 2.4 Requires: python-setuptools Requires: python-six >= 1.10 Requires: python-text-unidecode >= 1.3 Requires(post): update-alternatives Requires(postun): update-alternatives -BuildArch: noarch -%ifpython2 -Requires: python2-ipaddress -Obsoletes: %{oldpython}-fake-factory < %{version} -Provides: %{oldpython}-fake-factory = %{version} -%endif -%ifpython3 Obsoletes: python3-fake-factory < %{version} Provides: python3-fake-factory = %{version} -%endif +BuildArch: noarch %python_subpackages %description