Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Beaker for openSUSE:Factory checked in at 2022-03-17 17:01:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-Beaker (Old) and /work/SRC/openSUSE:Factory/.python-Beaker.new.25692 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-Beaker" Thu Mar 17 17:01:28 2022 rev:30 rq:962272 version:1.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-Beaker/python-Beaker.changes 2022-03-01 17:04:27.592347632 +0100 +++ /work/SRC/openSUSE:Factory/.python-Beaker.new.25692/python-Beaker.changes 2022-03-17 17:01:35.273689468 +0100 @@ -1,0 +2,5 @@ +Wed Mar 16 08:44:59 UTC 2022 - pgaj...@suse.com + +- python-mock is actually not required for build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-Beaker.spec ++++++ --- /var/tmp/diff_new_pack.oJfIH6/_old 2022-03-17 17:01:35.881689933 +0100 +++ /var/tmp/diff_new_pack.oJfIH6/_new 2022-03-17 17:01:35.889689939 +0100 @@ -34,7 +34,6 @@ BuildRequires: %{python_module coverage} BuildRequires: %{python_module cryptography} BuildRequires: %{python_module dbm} -BuildRequires: %{python_module mock} BuildRequires: %{python_module pycryptodome} BuildRequires: %{python_module pylibmc} BuildRequires: %{python_module pymongo} @@ -103,11 +102,6 @@ %setup -q -n beaker-%{version} %autopatch -p1 -# needs mongo and redis running -rm -r tests/test_managers -rm tests/test_memcached.py -rm tests/test_cachemanager.py - %build %python_build @@ -116,6 +110,10 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check +# needs mongo and redis running +rm -r tests/test_managers +rm tests/test_memcached.py +rm tests/test_cachemanager.py %{python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} # gh#bbangert/beaker#172 rm -fv tests/test.db