Hello community, here is the log from the commit of package python-outcome for openSUSE:Factory checked in at 2020-12-12 20:28:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-outcome (Old) and /work/SRC/openSUSE:Factory/.python-outcome.new.2328 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-outcome" Sat Dec 12 20:28:54 2020 rev:4 rq:853472 version:1.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-outcome/python-outcome.changes 2020-03-27 22:01:33.982941742 +0100 +++ /work/SRC/openSUSE:Factory/.python-outcome.new.2328/python-outcome.changes 2020-12-12 20:31:13.637780858 +0100 @@ -1,0 +2,7 @@ +Fri Dec 4 23:19:56 UTC 2020 - Benjamin Greiner <[email protected]> + +- BuildRequire more than the default python3 flavor packages + gh#openSUSE/python-rpm-macros#66 +- pytest-cov is not required + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-outcome.spec ++++++ --- /var/tmp/diff_new_pack.gruFCo/_old 2020-12-12 20:31:14.369781623 +0100 +++ /var/tmp/diff_new_pack.gruFCo/_new 2020-12-12 20:31:14.373781626 +0100 @@ -32,10 +32,15 @@ BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module attrs >= 19.2.0} -BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module pytest} +%if 0%{suse_version} >= 1550 +# for more than one python 3 flavor, but no python2 flavor +BuildRequires: %{python_module async_generator} +BuildRequires: %{python_module pytest-asyncio} +%else BuildRequires: python3-async_generator BuildRequires: python3-pytest-asyncio +%endif # /SECTION %python_subpackages @@ -59,6 +64,7 @@ %files %{python_files} %doc README.rst %license LICENSE LICENSE.APACHE2 LICENSE.MIT -%{python_sitelib}/* +%{python_sitelib}/outcome +%{python_sitelib}/outcome-%{version}*-info %changelog _______________________________________________ openSUSE Commits mailing list -- [email protected] To unsubscribe, email [email protected] List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/[email protected]
