Hello community,
here is the log from the commit of package python-venusian for openSUSE:Factory
checked in at 2020-08-17 14:40:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-venusian (Old)
and /work/SRC/openSUSE:Factory/.python-venusian.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-venusian"
Mon Aug 17 14:40:23 2020 rev:9 rq:827214 version:3.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-venusian/python-venusian.changes
2020-03-10 14:05:51.899400323 +0100
+++
/work/SRC/openSUSE:Factory/.python-venusian.new.3399/python-venusian.changes
2020-08-17 14:40:27.550584227 +0200
@@ -1,0 +2,5 @@
+Mon Aug 17 06:18:22 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Switch to pytest and remove not needed extra buildrequires
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-venusian.spec ++++++
--- /var/tmp/diff_new_pack.swdz7i/_old 2020-08-17 14:40:29.054584849 +0200
+++ /var/tmp/diff_new_pack.swdz7i/_new 2020-08-17 14:40:29.058584852 +0200
@@ -32,10 +32,6 @@
BuildRequires: python-rpm-macros
BuildArch: noarch
# SECTION test requirements
-BuildRequires: %{python_module coverage}
-BuildRequires: %{python_module nose-exclude}
-BuildRequires: %{python_module nose}
-BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest}
# /SECTION
# SECTION documentation requirements
@@ -64,6 +60,7 @@
%setup -q -n venusian-%{version}
%patch0 -p1
rm -rf venusian.egg-info
+sed -i '/addopts/d' setup.cfg
%build
%python_build