forked from pool/python-PyVirtualDisplay
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
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3fa85a6e490e45eab64e6be19841e0ab15ec8054c97f162079a061da6a93eba0
|
|
||||||
size 14852
|
|
3
PyVirtualDisplay-2.1.tar.gz
Normal file
3
PyVirtualDisplay-2.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9d4c6957ec2c4753b5293fb6a60a90d7c27fc01bc5de9b5aa863f7c1e3fb4efc
|
||||||
|
size 18024
|
@@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 27 13:35:24 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to v2.1
|
||||||
|
* no release notes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 14 12:54:39 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
Fri Aug 14 12:54:39 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-PyVirtualDisplay
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-PyVirtualDisplay
|
Name: python-PyVirtualDisplay
|
||||||
Version: 1.3.2
|
Version: 2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python wrapper for Xvfb, Xephyr and Xvnc
|
Summary: Python wrapper for Xvfb, Xephyr and Xvnc
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
@@ -36,8 +36,7 @@ BuildRequires: %{python_module EasyProcess}
|
|||||||
BuildRequires: %{python_module Pillow}
|
BuildRequires: %{python_module Pillow}
|
||||||
BuildRequires: %{python_module attrs}
|
BuildRequires: %{python_module attrs}
|
||||||
BuildRequires: %{python_module entrypoint2}
|
BuildRequires: %{python_module entrypoint2}
|
||||||
BuildRequires: %{python_module path.py}
|
BuildRequires: %{python_module psutil}
|
||||||
BuildRequires: %{python_module pyscreenshot}
|
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module vncdotool >= 0.13.0}
|
BuildRequires: %{python_module vncdotool >= 0.13.0}
|
||||||
@@ -53,7 +52,6 @@ PyVirtualDisplay is a python wrapper for Xvfb, Xephyr and Xvnc.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n PyVirtualDisplay-%{version}
|
%setup -q -n PyVirtualDisplay-%{version}
|
||||||
sed -i 's/from backports import tempfile/import tempfile/' tests/test_xvnc.py
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
@@ -69,6 +67,7 @@ sed -i 's/from backports import tempfile/import tempfile/' tests/test_xvnc.py
|
|||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/pyvirtualdisplay
|
||||||
|
%{python_sitelib}/PyVirtualDisplay-%{version}-*info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user