Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-sphinxcontrib-blockdiag for
openSUSE:Factory checked in at 2022-10-11 18:02:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sphinxcontrib-blockdiag (Old)
and /work/SRC/openSUSE:Factory/.python-sphinxcontrib-blockdiag.new.2275
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sphinxcontrib-blockdiag"
Tue Oct 11 18:02:21 2022 rev:7 rq:1009250 version:3.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-sphinxcontrib-blockdiag/python-sphinxcontrib-blockdiag.changes
2022-09-29 18:15:19.187485697 +0200
+++
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-blockdiag.new.2275/python-sphinxcontrib-blockdiag.changes
2022-10-11 18:04:57.478027402 +0200
@@ -1,0 +2,5 @@
+Mon Oct 10 06:32:23 UTC 2022 - Steve Kowalik <[email protected]>
+
+- Add patch remove-mock.patch.
+
+-------------------------------------------------------------------
New:
----
remove-mock.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-sphinxcontrib-blockdiag.spec ++++++
--- /var/tmp/diff_new_pack.bb1SSV/_old 2022-10-11 18:04:57.998028243 +0200
+++ /var/tmp/diff_new_pack.bb1SSV/_new 2022-10-11 18:04:58.006028256 +0200
@@ -38,10 +38,10 @@
# Use the github tag instead of the pythonhosted.org to get the tests folder
Source:
https://github.com/blockdiag/sphinxcontrib-blockdiag/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
# PATCH-FEATURE-UPSTREAM 25.patch gh#blockdiag/sphinxcontrib-blockdiag#25
-Patch:
https://patch-diff.githubusercontent.com/raw/blockdiag/sphinxcontrib-blockdiag/pull/25.patch
+Patch0:
https://patch-diff.githubusercontent.com/raw/blockdiag/sphinxcontrib-blockdiag/pull/25.patch
+Patch1: remove-mock.patch
BuildRequires: %{python_module Sphinx >= 2.0}
BuildRequires: %{python_module blockdiag >= 1.5.0}
-BuildRequires: %{python_module mock}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -51,7 +51,6 @@
%if %{with test}
BuildRequires: %{python_module Sphinx-latex}
BuildRequires: %{python_module funcparserlib}
-BuildRequires: %{python_module mock}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module sphinxcontrib-blockdiag = %{version}}
%endif
++++++ remove-mock.patch ++++++
Index: sphinxcontrib-blockdiag-3.0.0/tests/test_errors.py
===================================================================
--- sphinxcontrib-blockdiag-3.0.0.orig/tests/test_errors.py
+++ sphinxcontrib-blockdiag-3.0.0/tests/test_errors.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
-from mock import patch
+from unittest.mock import patch
import os
import sys