Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-py-vapid for openSUSE:Factory
checked in at 2022-04-13 21:04:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-py-vapid (Old)
and /work/SRC/openSUSE:Factory/.python-py-vapid.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-py-vapid"
Wed Apr 13 21:04:56 2022 rev:3 rq:969583 version:1.8.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-py-vapid/python-py-vapid.changes
2021-09-08 21:37:07.073923681 +0200
+++
/work/SRC/openSUSE:Factory/.python-py-vapid.new.1900/python-py-vapid.changes
2022-04-13 21:05:46.716604764 +0200
@@ -1,0 +2,5 @@
+Tue Apr 12 09:03:27 UTC 2022 - Mark??ta Machov?? <[email protected]>
+
+- do not use mock
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-py-vapid.spec ++++++
--- /var/tmp/diff_new_pack.tMCaqW/_old 2022-04-13 21:05:47.248605301 +0200
+++ /var/tmp/diff_new_pack.tMCaqW/_new 2022-04-13 21:05:47.256605309 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-py-vapid
#
-# 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
@@ -33,7 +33,6 @@
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module cryptography >= 2.5}
-BuildRequires: %{python_module mock >= 1.0.1}
BuildRequires: %{python_module pytest}
# /SECTION
%python_subpackages
@@ -43,6 +42,7 @@
%prep
%setup -q -n py-vapid-%{version}
+sed -i 's/from mock import/from unittest.mock import/'
py_vapid/tests/test_vapid.py
%build
%python_build