Hello community,

here is the log from the commit of package python-Faker for openSUSE:Leap:15.2 
checked in at 2020-05-19 14:09:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-Faker (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-Faker.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Faker"

Tue May 19 14:09:10 2020 rev:18 rq:807107 version:3.0.1

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/python-Faker/python-Faker.changes      
2020-05-06 20:40:11.848621193 +0200
+++ /work/SRC/openSUSE:Leap:15.2/.python-Faker.new.2738/python-Faker.changes    
2020-05-19 14:09:10.907080363 +0200
@@ -2,61 +1,0 @@
-Mon May  4 08:37:02 UTC 2020 - Johannes Grassler <johannes.grass...@suse.com>
-
-- update to 4.0.3:
-  * Fixed MSISDN for pt_BR  to return only mobile numbers. Thanks @rodrigondec.
-  * Added Domain Generator Algorithm by date. Thanks @pishchalnikov.
-  * Fixed issue where pydict provider was not returning the correct number of 
elements. Thanks @mstellon.
-  * Added support for Indian Aadhaar numbers. Thanks @curiousElf.
-  * Added company_vat for it_IT. Thanks @alitaker.
-  * Improved autodocumentation of providers. Thanks @malefice.
-  * Added provider for es_ES license plates. Thanks @mondeja.
-  * Implemented __dir__ method to Faker proxy for better autocompletion. 
Thanks @douglasfarinelli.
-  * Uppercased HEX colors for all localized color providers. Thanks @mondeja.
-  * Added bank provider for es_ES locale. Thanks @mondeja.
-  * Added support for UK counties. Thanks @neilav.
-  * Added color provider for no_NO license plates. Thanks @bjorskog.
-  * Made value_types a keyword argument in python provider. Thanks @slafs.
-  
--------------------------------------------------------------------
-Mon Mar 16 10:32:53 UTC 2020 - Tomáš Chvátal <tchva...@suse.com>
-
-- Remove obsolete py2 dependencies
-
--------------------------------------------------------------------
-Sat Mar 14 12:22:20 UTC 2020 - Dirk Mueller <dmuel...@suse.com>
-
-- 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 <dmuel...@suse.com>
-
-- 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.
-
--------------------------------------------------------------------

Old:
----
  Faker-4.0.3.tar.gz

New:
----
  Faker-3.0.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-Faker.spec ++++++
--- /var/tmp/diff_new_pack.eW1BLP/_old  2020-05-19 14:09:11.227080985 +0200
+++ /var/tmp/diff_new_pack.eW1BLP/_new  2020-05-19 14:09:11.231080992 +0200
@@ -18,12 +18,12 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
-%global skip_python2 1
 Name:           python-Faker
-Version:        4.0.3
+Version:        3.0.1
 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}
@@ -39,15 +39,23 @@
 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}
-BuildArch:      noarch
+%endif
 %python_subpackages
 
 %description

++++++ Faker-4.0.3.tar.gz -> Faker-3.0.1.tar.gz ++++++
++++ 13251 lines of diff (skipped)


Reply via email to