Hello community,
here is the log from the commit of package python-HTTPolice for
openSUSE:Factory checked in at 2020-03-10 10:15:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-HTTPolice (Old)
and /work/SRC/openSUSE:Factory/.python-HTTPolice.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-HTTPolice"
Tue Mar 10 10:15:24 2020 rev:4 rq:783207 version:0.9.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-HTTPolice/python-HTTPolice.changes
2019-07-26 12:39:55.901923280 +0200
+++
/work/SRC/openSUSE:Factory/.python-HTTPolice.new.26092/python-HTTPolice.changes
2020-03-10 10:15:26.352790923 +0100
@@ -1,0 +2,5 @@
+Tue Mar 10 08:56:26 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Do not run coverage report as it aint really needed
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-HTTPolice.spec ++++++
--- /var/tmp/diff_new_pack.mphptF/_old 2020-03-10 10:15:28.160791894 +0100
+++ /var/tmp/diff_new_pack.mphptF/_new 2020-03-10 10:15:28.188791908 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-HTTPolice
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -31,7 +31,6 @@
BuildRequires: %{python_module defusedxml >= 0.5.0}
BuildRequires: %{python_module dominate >= 2.2.0}
BuildRequires: %{python_module lxml >= 4.1.0}
-BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -51,6 +50,7 @@
%prep
%setup -q -n HTTPolice-%{version}
+rm pytest.ini
%build
export LANG=en_US.UTF-8