Hello community, here is the log from the commit of package python-Faker for openSUSE:Factory checked in at 2019-02-24 17:14:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Faker (Old) and /work/SRC/openSUSE:Factory/.python-Faker.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Faker" Sun Feb 24 17:14:40 2019 rev:8 rq:676158 version:1.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Faker/python-Faker.changes 2018-12-13 19:44:15.397027300 +0100 +++ /work/SRC/openSUSE:Factory/.python-Faker.new.28833/python-Faker.changes 2019-02-24 17:14:46.304457271 +0100 @@ -1,0 +2,7 @@ +Thu Feb 14 14:44:47 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Update to 1.0.10: + * Many changes to list see CHANGELOG.rst +- Run tests + +------------------------------------------------------------------- Old: ---- Faker-0.8.10.tar.gz New: ---- Faker-1.0.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Faker.spec ++++++ --- /var/tmp/diff_new_pack.o373x6/_old 2019-02-24 17:14:47.236457105 +0100 +++ /var/tmp/diff_new_pack.o373x6/_new 2019-02-24 17:14:47.240457104 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-Faker # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,35 +18,35 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python -%bcond_with test Name: python-Faker -Version: 0.8.10 +Version: 1.0.2 Release: 0 Summary: Faker is a 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} +BuildRequires: %{python_module email_validator >= 1.0.2} +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 setuptools} +BuildRequires: %{python_module six >= 1.10} +BuildRequires: %{python_module text-unidecode >= 1.2} BuildRequires: fdupes +BuildRequires: python-ipaddress BuildRequires: python-rpm-macros -Requires: python-email_validator >= 1.0.2 Requires: python-python-dateutil >= 2.4 -Requires: python-six -Requires: python-text-unidecode +Requires: python-six >= 1.10 +Requires: python-text-unidecode >= 1.2 Requires(post): update-alternatives Requires(postun): update-alternatives BuildArch: noarch -%if %{with test} -BuildRequires: %{python_module email_validator >= 1.0.2} -BuildRequires: %{python_module mock} -BuildRequires: %{python_module python-dateutil >= 2.4} -BuildRequires: %{python_module six} -BuildRequires: %{python_module text-unidecode} -BuildRequires: python-ipaddress -%endif +BuildRequires: %{python_module pytest-runner} %ifpython2 -Recommends: python-ipaddress +Requires: python-ipaddress Obsoletes: %{oldpython}-fake-factory < %{version} Provides: %{oldpython}-fake-factory = %{version} %endif @@ -63,6 +63,8 @@ %prep %setup -q -n Faker-%{version} +# do not hardcode pytest version +sed -i -e 's:"pytest>=3.8.0,<3.9":"pytest>=3.8.0":g' setup.py %build %python_build @@ -78,10 +80,8 @@ %postun %python_uninstall_alternative faker -%if %{with test} %check %python_exec setup.py test -%endif %files %{python_files} %license LICENSE.txt ++++++ Faker-0.8.10.tar.gz -> Faker-1.0.2.tar.gz ++++++ ++++ 31816 lines of diff (skipped)
