Hello community,
here is the log from the commit of package python-PyVirtualDisplay for
openSUSE:Factory checked in at 2020-08-25 12:39:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PyVirtualDisplay (Old)
and /work/SRC/openSUSE:Factory/.python-PyVirtualDisplay.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-PyVirtualDisplay"
Tue Aug 25 12:39:27 2020 rev:15 rq:828439 version:1.3.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-PyVirtualDisplay/python-PyVirtualDisplay.changes
2020-03-08 22:22:06.320002230 +0100
+++
/work/SRC/openSUSE:Factory/.python-PyVirtualDisplay.new.3399/python-PyVirtualDisplay.changes
2020-08-25 12:40:03.513429071 +0200
@@ -1,0 +2,8 @@
+Fri Aug 14 12:54:39 UTC 2020 - John Vandenberg <[email protected]>
+
+- Remove %bcond_without test and activate test suite
+- Update to v1.3.2
+ * No changelog available
+ See https://github.com/ponty/PyVirtualDisplay/compare/0.2.5...1.3.2
+
+-------------------------------------------------------------------
Old:
----
PyVirtualDisplay-0.2.5.tar.gz
New:
----
PyVirtualDisplay-1.3.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-PyVirtualDisplay.spec ++++++
--- /var/tmp/diff_new_pack.IZfE2C/_old 2020-08-25 12:40:04.553429266 +0200
+++ /var/tmp/diff_new_pack.IZfE2C/_new 2020-08-25 12:40:04.553429266 +0200
@@ -17,33 +17,43 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without test
Name: python-PyVirtualDisplay
-Version: 0.2.5
+Version: 1.3.2
Release: 0
Summary: Python wrapper for Xvfb, Xephyr and Xvnc
License: BSD-2-Clause
URL: https://github.com/ponty/PyVirtualDisplay
Source:
https://files.pythonhosted.org/packages/source/P/PyVirtualDisplay/PyVirtualDisplay-%{version}.tar.gz
-BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-EasyProcess
Requires: xorg-x11-Xvfb
-Recommends: xorg-x11-Xvnc
+Suggests: xorg-x11-Xvnc
Suggests: xorg-x11-server-extra
BuildArch: noarch
-%if %{with test}
+# SECTION test requirements
BuildRequires: %{python_module EasyProcess}
-BuildRequires: %{python_module nose}
-%endif
+BuildRequires: %{python_module Pillow}
+BuildRequires: %{python_module attrs}
+BuildRequires: %{python_module entrypoint2}
+BuildRequires: %{python_module path.py}
+BuildRequires: %{python_module pyscreenshot}
+BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module vncdotool >= 0.13.0}
+BuildRequires: maim
+BuildRequires: xmessage
+BuildRequires: xorg-x11-server-extra
+BuildRequires: xvfb-run
+# /SECTION
%python_subpackages
%description
-PyVirtualDisplay is a python wrapper for Xvfb, Xephyr and Xvnc
+PyVirtualDisplay is a python wrapper for Xvfb, Xephyr and Xvnc.
%prep
%setup -q -n PyVirtualDisplay-%{version}
+sed -i 's/from backports import tempfile/import tempfile/' tests/test_xvnc.py
%build
%python_build
@@ -52,19 +62,13 @@
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
-%if %{with test}
%check
-mkdir tester
-pushd tester
-%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
-$python -B -m nose pyvirtualdisplay
-}
-popd
-%endif
+# xvnc omitted due to "vncext: pseudocolour not supported"
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} xvfb-run
--server-args "-screen 0 1920x1080x24" $python -m pytest tests -rs -k 'not
(examples or smart or xvnc)'
%files %{python_files}
%license LICENSE.txt
-%doc README.rst
+%doc README.md
%{python_sitelib}/*
%changelog
++++++ PyVirtualDisplay-0.2.5.tar.gz -> PyVirtualDisplay-1.3.2.tar.gz ++++++
++++ 3415 lines of diff (skipped)