Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-setuptools for
openSUSE:Factory checked in at 2022-03-28 16:58:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-setuptools (Old)
and /work/SRC/openSUSE:Factory/.python-setuptools.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-setuptools"
Mon Mar 28 16:58:47 2022 rev:69 rq:964742 version:58.3.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-setuptools/python-setuptools.changes
2022-02-09 20:38:22.498257559 +0100
+++
/work/SRC/openSUSE:Factory/.python-setuptools.new.1900/python-setuptools.changes
2022-03-28 16:59:17.484865875 +0200
@@ -1,0 +2,5 @@
+Fri Mar 25 01:13:50 UTC 2022 - Steve Kowalik <[email protected]>
+
+- Refresh remove_mock.patch to add a missing file to it.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ remove_mock.patch ++++++
--- /var/tmp/diff_new_pack.SMQhZD/_old 2022-03-28 16:59:18.656867468 +0200
+++ /var/tmp/diff_new_pack.SMQhZD/_new 2022-03-28 16:59:18.660867473 +0200
@@ -166,4 +166,16 @@
+ import mock
+except ImportError:
+ from unittest import mock
+Index: setuptools-58.3.0/setuptools/tests/test_bdist_deprecations.py
+===================================================================
+--- setuptools-58.3.0.orig/setuptools/tests/test_bdist_deprecations.py
++++ setuptools-58.3.0/setuptools/tests/test_bdist_deprecations.py
+@@ -1,6 +1,6 @@
+ """develop tests
+ """
+-import mock
++from . import mock
+ import sys
+
+ import pytest