Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-ws4py for openSUSE:Factory checked in at 2022-04-30 00:45:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ws4py (Old) and /work/SRC/openSUSE:Factory/.python-ws4py.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ws4py" Sat Apr 30 00:45:24 2022 rev:5 rq:973777 version:0.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-ws4py/python-ws4py.changes 2020-02-18 15:18:47.352719050 +0100 +++ /work/SRC/openSUSE:Factory/.python-ws4py.new.1538/python-ws4py.changes 2022-04-30 00:46:10.206984299 +0200 @@ -1,0 +2,5 @@ +Thu Apr 28 15:49:52 UTC 2022 - [email protected] + +- do not require python-mock for build + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ws4py.spec ++++++ --- /var/tmp/diff_new_pack.02vyzG/_old 2022-04-30 00:46:10.718984743 +0200 +++ /var/tmp/diff_new_pack.02vyzG/_new 2022-04-30 00:46:10.726984750 +0200 @@ -1,7 +1,7 @@ # -# spec file for package python-ws4py +# spec file # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -40,7 +40,6 @@ %if %{with test} BuildRequires: %{python_module gevent} BuildRequires: %{python_module greenlet} -BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest} BuildRequires: %{python_module tornado} BuildRequires: %{python_module ws4py = %{version}} @@ -67,6 +66,8 @@ %if %{with test} %check +# This repository has been archived by the owner. It is now read-only. +sed -i 's:from mock:from unittest.mock:' test/test_*.py %pytest %endif
