From 1c3eb71b7c2a3d8e10d8d343b4a442eddbe1a99382c30aac888a4be45c70b2d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 29 Mar 2021 06:29:45 +0000 Subject: [PATCH] Accepting request 881663 from home:bnavigator:branches:devel:languages:python - Update to v2.1 * no release notes OBS-URL: https://build.opensuse.org/request/show/881663 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyVirtualDisplay?expand=0&rev=27 --- PyVirtualDisplay-1.3.2.tar.gz | 3 --- PyVirtualDisplay-2.1.tar.gz | 3 +++ python-PyVirtualDisplay.changes | 6 ++++++ python-PyVirtualDisplay.spec | 11 +++++------ 4 files changed, 14 insertions(+), 9 deletions(-) delete mode 100644 PyVirtualDisplay-1.3.2.tar.gz create mode 100644 PyVirtualDisplay-2.1.tar.gz diff --git a/PyVirtualDisplay-1.3.2.tar.gz b/PyVirtualDisplay-1.3.2.tar.gz deleted file mode 100644 index 095b0b0..0000000 --- a/PyVirtualDisplay-1.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3fa85a6e490e45eab64e6be19841e0ab15ec8054c97f162079a061da6a93eba0 -size 14852 diff --git a/PyVirtualDisplay-2.1.tar.gz b/PyVirtualDisplay-2.1.tar.gz new file mode 100644 index 0000000..13b8cb7 --- /dev/null +++ b/PyVirtualDisplay-2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d4c6957ec2c4753b5293fb6a60a90d7c27fc01bc5de9b5aa863f7c1e3fb4efc +size 18024 diff --git a/python-PyVirtualDisplay.changes b/python-PyVirtualDisplay.changes index 5ff9ca4..46bdbc0 100644 --- a/python-PyVirtualDisplay.changes +++ b/python-PyVirtualDisplay.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Mar 27 13:35:24 UTC 2021 - Ben Greiner + +- Update to v2.1 + * no release notes + ------------------------------------------------------------------- Fri Aug 14 12:54:39 UTC 2020 - John Vandenberg diff --git a/python-PyVirtualDisplay.spec b/python-PyVirtualDisplay.spec index 967881c..06f5f4c 100644 --- a/python-PyVirtualDisplay.spec +++ b/python-PyVirtualDisplay.spec @@ -1,7 +1,7 @@ # # spec file for package python-PyVirtualDisplay # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-PyVirtualDisplay -Version: 1.3.2 +Version: 2.1 Release: 0 Summary: Python wrapper for Xvfb, Xephyr and Xvnc License: BSD-2-Clause @@ -36,8 +36,7 @@ BuildRequires: %{python_module EasyProcess} BuildRequires: %{python_module Pillow} BuildRequires: %{python_module attrs} BuildRequires: %{python_module entrypoint2} -BuildRequires: %{python_module path.py} -BuildRequires: %{python_module pyscreenshot} +BuildRequires: %{python_module psutil} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module vncdotool >= 0.13.0} @@ -53,7 +52,6 @@ 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 @@ -69,6 +67,7 @@ sed -i 's/from backports import tempfile/import tempfile/' tests/test_xvnc.py %files %{python_files} %license LICENSE.txt %doc README.md -%{python_sitelib}/* +%{python_sitelib}/pyvirtualdisplay +%{python_sitelib}/PyVirtualDisplay-%{version}-*info %changelog