Hello community, here is the log from the commit of package python-tld for openSUSE:Factory checked in at 2020-01-02 14:44:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-tld (Old) and /work/SRC/openSUSE:Factory/.python-tld.new.6675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-tld" Thu Jan 2 14:44:09 2020 rev:10 rq:760391 version:0.11.9 Changes: -------- --- /work/SRC/openSUSE:Factory/python-tld/python-tld.changes 2019-12-31 15:49:11.772354532 +0100 +++ /work/SRC/openSUSE:Factory/.python-tld.new.6675/python-tld.changes 2020-01-02 14:44:10.816979108 +0100 @@ -1,0 +2,5 @@ +Thu Jan 2 10:14:36 UTC 2020 - Tomáš Chvátal <[email protected]> + +- Do not use setup.py test but call pytest directly + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-tld.spec ++++++ --- /var/tmp/diff_new_pack.8CiQTs/_old 2020-01-02 14:44:11.572979407 +0100 +++ /var/tmp/diff_new_pack.8CiQTs/_new 2020-01-02 14:44:11.572979407 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-tld # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -29,18 +29,16 @@ # PATCH-FIX-OPENSUSE skip_internet_tests.patch Patch0: skip_internet_tests.patch BuildRequires: %{python_module setuptools} +BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-six >= 1.9 +BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module Faker} BuildRequires: %{python_module factory_boy} -BuildRequires: %{python_module pytest-cov} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module six >= 1.9} -BuildRequires: %{python_module tox} # /SECTION -BuildRequires: fdupes -Requires: python-six >= 1.9 -BuildArch: noarch - %python_subpackages %description @@ -62,7 +60,7 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py test +%pytest %files %{python_files} %doc README.rst CHANGELOG.rst
