Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-mohawk for openSUSE:Factory checked in at 2022-08-02 22:09:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-mohawk (Old) and /work/SRC/openSUSE:Factory/.python-mohawk.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mohawk" Tue Aug 2 22:09:08 2022 rev:8 rq:992127 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-mohawk/python-mohawk.changes 2022-03-25 21:55:33.138328396 +0100 +++ /work/SRC/openSUSE:Factory/.python-mohawk.new.1533/python-mohawk.changes 2022-08-02 22:09:43.941865967 +0200 @@ -1,0 +2,6 @@ +Tue Aug 2 03:39:31 UTC 2022 - Steve Kowalik <[email protected]> + +- Remove unneeded BuildRequires on mock. +- Remove bcond for running tests. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-mohawk.spec ++++++ --- /var/tmp/diff_new_pack.ONT4kx/_old 2022-08-02 22:09:44.273866924 +0200 +++ /var/tmp/diff_new_pack.ONT4kx/_new 2022-08-02 22:09:44.277866936 +0200 @@ -17,7 +17,6 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%bcond_without test Name: python-mohawk Version: 1.1.0 Release: 0 @@ -31,10 +30,7 @@ BuildRequires: python-rpm-macros Requires: python-six BuildArch: noarch -%if %{with test} -BuildRequires: %{python_module mock} BuildRequires: %{python_module six} -%endif %python_subpackages %description @@ -42,8 +38,7 @@ authorization scheme. %prep -%setup -q -n mohawk-%{version} -%autopatch -p1 +%autosetup -p1 -n mohawk-%{version} %build %python_build @@ -52,10 +47,8 @@ %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} -%if %{with test} %check %pyunittest -%endif %files %{python_files} %doc README.rst
