Hello community,
here is the log from the commit of package python-xvfbwrapper for
openSUSE:Factory checked in at 2018-06-29 22:27:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-xvfbwrapper (Old)
and /work/SRC/openSUSE:Factory/.python-xvfbwrapper.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-xvfbwrapper"
Fri Jun 29 22:27:08 2018 rev:2 rq:617153 version:0.2.9
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-xvfbwrapper/python-xvfbwrapper.changes
2018-06-02 11:59:21.396138065 +0200
+++
/work/SRC/openSUSE:Factory/.python-xvfbwrapper.new/python-xvfbwrapper.changes
2018-06-29 22:27:11.066448044 +0200
@@ -1,0 +2,5 @@
+Mon Jun 11 20:10:34 UTC 2018 - [email protected]
+
+- Clean SPEC file
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-xvfbwrapper.spec ++++++
--- /var/tmp/diff_new_pack.sV8yvT/_old 2018-06-29 22:27:11.598447642 +0200
+++ /var/tmp/diff_new_pack.sV8yvT/_new 2018-06-29 22:27:11.602447638 +0200
@@ -13,28 +13,28 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-xvfbwrapper
Version: 0.2.9
Release: 0
-License: MIT
Summary: Run a headless display inside X virtual framebuffer (Xvfb)
-Url: https://github.com/cgoldberg/xvfbwrapper
+License: MIT
Group: Development/Languages/Python
+URL: https://github.com/cgoldberg/xvfbwrapper
Source:
https://files.pythonhosted.org/packages/source/x/xvfbwrapper/xvfbwrapper-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+Requires: xorg-x11-Xvfb
+BuildArch: noarch
# SECTION test requirements
BuildRequires: python-mock
BuildRequires: xorg-x11-Xvfb
# /SECTION
-Requires: xorg-x11-Xvfb
-BuildArch: noarch
-
%python_subpackages
%description
@@ -59,7 +59,7 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_exec -m unittest discover
+%python_exec setup.py test -v
%files %{python_files}
%doc README.rst