Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-coveralls for
openSUSE:Factory checked in at 2021-12-09 19:45:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-coveralls (Old)
and /work/SRC/openSUSE:Factory/.python-coveralls.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-coveralls"
Thu Dec 9 19:45:59 2021 rev:12 rq:938237 version:2.1.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-coveralls/python-coveralls.changes
2020-07-29 17:21:48.284627753 +0200
+++
/work/SRC/openSUSE:Factory/.python-coveralls.new.2520/python-coveralls.changes
2021-12-09 19:46:45.741166559 +0100
@@ -1,0 +2,5 @@
+Thu Dec 9 08:31:42 UTC 2021 - [email protected]
+
+- do not require pytest-runner for build, not required
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-coveralls.spec ++++++
--- /var/tmp/diff_new_pack.OO3Dcm/_old 2021-12-09 19:46:46.297166827 +0100
+++ /var/tmp/diff_new_pack.OO3Dcm/_new 2021-12-09 19:46:46.301166829 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-coveralls
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -29,7 +29,6 @@
BuildRequires: %{python_module coverage >= 4.1}
BuildRequires: %{python_module docopt >= 0.6.1}
BuildRequires: %{python_module mock}
-BuildRequires: %{python_module pytest-runner}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module requests >= 1.0.0}
BuildRequires: %{python_module responses}
@@ -47,7 +46,7 @@
Recommends: python-urllib3
%endif
Requires(post): update-alternatives
-Requires(postun): update-alternatives
+Requires(postun):update-alternatives
%python_subpackages
%description