Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pyu2f for openSUSE:Factory checked in at 2022-04-14 17:23:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyu2f (Old) and /work/SRC/openSUSE:Factory/.python-pyu2f.new.1941 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyu2f" Thu Apr 14 17:23:44 2022 rev:2 rq:969376 version:0.1.5a Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyu2f/python-pyu2f.changes 2021-08-23 10:08:59.224189219 +0200 +++ /work/SRC/openSUSE:Factory/.python-pyu2f.new.1941/python-pyu2f.changes 2022-04-14 17:23:47.779146335 +0200 @@ -1,0 +2,5 @@ +Tue Apr 12 08:56:31 UTC 2022 - Mark??ta Machov?? <[email protected]> + +- do not use mock + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyu2f.spec ++++++ --- /var/tmp/diff_new_pack.vTXrWB/_old 2022-04-14 17:23:48.327146975 +0200 +++ /var/tmp/diff_new_pack.vTXrWB/_new 2022-04-14 17:23:48.335146984 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pyu2f # -# Copyright (c) 2021 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 @@ -28,7 +28,6 @@ BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module six} -BuildRequires: %{python_module mock >= 1.0.1} BuildRequires: %{python_module pyfakefs >= 2.4} BuildRequires: %{python_module pytest} # /SECTION @@ -42,6 +41,7 @@ %prep %setup -q -n pyu2f-%{version} +sed -i 's/import mock/from unittest import mock/' pyu2f/tests/*_test.py pyu2f/tests/hid/*_test.py %build %python_build
