Hello community,
here is the log from the commit of package python-capturer for openSUSE:Factory
checked in at 2020-08-20 22:32:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-capturer (Old)
and /work/SRC/openSUSE:Factory/.python-capturer.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-capturer"
Thu Aug 20 22:32:11 2020 rev:5 rq:828124 version:3.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-capturer/python-capturer.changes
2020-03-31 17:14:06.271584133 +0200
+++
/work/SRC/openSUSE:Factory/.python-capturer.new.3399/python-capturer.changes
2020-08-20 22:32:44.792091264 +0200
@@ -1,0 +2,5 @@
+Thu Aug 20 10:12:14 UTC 2020 - John Vandenberg <[email protected]>
+
+- Remove unnecessary bcond_without test
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-capturer.spec ++++++
--- /var/tmp/diff_new_pack.di3jCl/_old 2020-08-20 22:32:47.228092403 +0200
+++ /var/tmp/diff_new_pack.di3jCl/_new 2020-08-20 22:32:47.232092405 +0200
@@ -17,7 +17,6 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without test
Name: python-capturer
Version: 3.0
Release: 0
@@ -29,12 +28,8 @@
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-%if %{with test}
-BuildRequires: %{python_module coverage >= 4.2}
BuildRequires: %{python_module humanfriendly >= 8.0}
BuildRequires: %{python_module pytest >= 3.0.4}
-BuildRequires: %{python_module pytest-cov >= 2.4.0}
-%endif
Requires: python-humanfriendly >= 8.0
BuildArch: noarch
@@ -59,14 +54,11 @@
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
-%if %{with test}
%check
export LANG=en_US.UTF-8
%pytest capturer/tests.py
-%endif
%files %{python_files}
-%defattr(-,root,root,-)
%doc README.rst
%license LICENSE.txt
%{python_sitelib}/*