Hello community, here is the log from the commit of package python-Faker for openSUSE:Factory checked in at 2019-03-29 20:35:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Faker (Old) and /work/SRC/openSUSE:Factory/.python-Faker.new.25356 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Faker" Fri Mar 29 20:35:53 2019 rev:9 rq:685834 version:1.0.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Faker/python-Faker.changes 2019-02-24 17:14:46.304457271 +0100 +++ /work/SRC/openSUSE:Factory/.python-Faker.new.25356/python-Faker.changes 2019-03-29 20:35:54.846531884 +0100 @@ -1,0 +2,30 @@ +Fri Mar 15 13:15:47 UTC 2019 - Jan Engelhardt <[email protected]> + +- Trim duplicated name from summary. + +------------------------------------------------------------------- +Fri Mar 15 12:02:12 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Add patch ipaddress.patch to fix its runtime detection + +------------------------------------------------------------------- +Thu Mar 14 14:26:07 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Update to 1.0.4: + * Various small fixes, see CHANGELOG.rst +- Merge patch faker-32bit.patch + +------------------------------------------------------------------- +Tue Mar 12 09:24:13 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Add patch to fix 32bit builds: + * faker-32bit.patch + +------------------------------------------------------------------- +Sun Mar 10 10:15:00 UTC 2019 - John Vandenberg <[email protected]> + +- Remove pre-existing bytecode files in the sdist, which were + being included in the runtime package and causing lint warnings + on Leap 42.3 & SLE 12 SP4, and they were breaking tests on Leap 15. + +------------------------------------------------------------------- @@ -4 +34 @@ -- Update to 1.0.10: +- Update to 1.0.2: Old: ---- Faker-1.0.2.tar.gz New: ---- Faker-1.0.4.tar.gz ipaddress.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Faker.spec ++++++ --- /var/tmp/diff_new_pack.PeI8hc/_old 2019-03-29 20:35:55.442532745 +0100 +++ /var/tmp/diff_new_pack.PeI8hc/_new 2019-03-29 20:35:55.442532745 +0100 @@ -19,19 +19,22 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-Faker -Version: 1.0.2 +Version: 1.0.4 Release: 0 -Summary: Faker is a Python package that generates fake data +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 +Patch0: ipaddress.patch BuildRequires: %{python_module UkPostcodeParser >= 1.1.1} BuildRequires: %{python_module email_validator >= 1.0.2} +BuildRequires: %{python_module freezegun >= 0.3.11} BuildRequires: %{python_module mock} BuildRequires: %{python_module more-itertools} BuildRequires: %{python_module pytest >= 3.8.0} BuildRequires: %{python_module python-dateutil >= 2.4} +BuildRequires: %{python_module random2 >= 1.0.1} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six >= 1.10} BuildRequires: %{python_module text-unidecode >= 1.2} @@ -63,8 +66,12 @@ %prep %setup -q -n Faker-%{version} -# do not hardcode pytest version +%patch0 -p1 +# Remove pre-existing bytecode files in the sdist +find . -name '*.py[co]' -delete +# do not hardcode versions sed -i -e 's:"pytest>=3.8.0,<3.9":"pytest>=3.8.0":g' setup.py +sed -i -e 's:==:>=:g' setup.py %build %python_build @@ -81,7 +88,7 @@ %python_uninstall_alternative faker %check -%python_exec setup.py test +%pytest %files %{python_files} %license LICENSE.txt ++++++ Faker-1.0.2.tar.gz -> Faker-1.0.4.tar.gz ++++++ ++++ 2066 lines of diff (skipped) ++++++ ipaddress.patch ++++++ Index: Faker-1.0.4/setup.py =================================================================== --- Faker-1.0.4.orig/setup.py +++ Faker-1.0.4/setup.py @@ -78,7 +78,7 @@ setup( "freezegun==0.3.11", ], extras_require={ - ':python_version=="2.7"': [ + ':python_version<"3.3"': [ 'ipaddress', ], },
