Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-graphviz for openSUSE:Factory
checked in at 2022-03-28 16:58:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-graphviz (Old)
and /work/SRC/openSUSE:Factory/.python-graphviz.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-graphviz"
Mon Mar 28 16:58:08 2022 rev:12 rq:964379 version:0.19.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-graphviz/python-graphviz.changes
2021-12-16 21:18:45.746508685 +0100
+++
/work/SRC/openSUSE:Factory/.python-graphviz.new.1900/python-graphviz.changes
2022-03-28 16:58:13.688779208 +0200
@@ -1,0 +2,5 @@
+Wed Mar 23 10:36:42 UTC 2022 - [email protected]
+
+- do not require python-mock for build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-graphviz.spec ++++++
--- /var/tmp/diff_new_pack.AMfowE/_old 2022-03-28 16:58:14.164779855 +0200
+++ /var/tmp/diff_new_pack.AMfowE/_new 2022-03-28 16:58:14.168779860 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-graphviz
#
-# 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
@@ -26,10 +26,9 @@
URL: https://github.com/xflr6/graphviz
Source:
https://files.pythonhosted.org/packages/source/g/graphviz/graphviz-%{version}.zip
Patch0: python-graphviz-pytest.patch
-BuildRequires: %{python_module mock >= 2}
BuildRequires: %{python_module pytest >= 6}
BuildRequires: %{python_module pytest-cov}
-BuildRequires: %{python_module pytest-mock >= 1.8}
+BuildRequires: %{python_module pytest-mock >= 3}
BuildRequires: %{python_module setuptools}
BuildRequires: dos2unix
BuildRequires: fdupes
@@ -71,6 +70,8 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
+sed -i '/^mock/d' */requires.txt
+sed -i '/^mock_use_standalone_module/d' setup.cfg
%pytest
%files %{python_files}