Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-waitress for openSUSE:Factory
checked in at 2022-08-20 20:27:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-waitress (Old)
and /work/SRC/openSUSE:Factory/.python-waitress.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-waitress"
Sat Aug 20 20:27:35 2022 rev:26 rq:998078 version:2.1.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-waitress/python-waitress.changes
2022-06-01 17:34:23.866722068 +0200
+++
/work/SRC/openSUSE:Factory/.python-waitress.new.2083/python-waitress.changes
2022-08-20 20:27:36.901178254 +0200
@@ -1,0 +2,5 @@
+Thu Aug 18 20:45:25 UTC 2022 - Ben Greiner <[email protected]>
+
+- Remove code coverage checking for packaging tests
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-waitress.spec ++++++
--- /var/tmp/diff_new_pack.XROBgX/_old 2022-08-20 20:27:37.413179674 +0200
+++ /var/tmp/diff_new_pack.XROBgX/_new 2022-08-20 20:27:37.421179697 +0200
@@ -45,7 +45,6 @@
BuildRequires: python-rpm-macros >= 20210929
BuildArch: noarch
%if "%{flavor}" == ""
-BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
%if %{with libalternatives}
@@ -76,6 +75,7 @@
%prep
%setup -q -n waitress-%{version}
+sed -i '/addopts/d' setup.cfg
%build
%python_build
@@ -103,9 +103,8 @@
%license LICENSE.txt
%doc COPYRIGHT.txt README.rst
%python_alternative %{_bindir}/waitress-serve
-%dir %{python_sitelib}/waitress
-%{python_sitelib}/waitress/*
-%{python_sitelib}/waitress-%{version}-py*.egg-info
+%{python_sitelib}/waitress
+%{python_sitelib}/waitress-%{version}*-info
%else