From bd12fc7b35446cdea3edde59e77ab256911cea9a31041f758f2eaff5d0892ea6 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 14 Oct 2019 13:46:26 +0000 Subject: [PATCH 1/2] Fix %pytest call OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyVirtualDisplay?expand=0&rev=20 --- python-PyVirtualDisplay.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-PyVirtualDisplay.spec b/python-PyVirtualDisplay.spec index ebbb3af..abd9ddc 100644 --- a/python-PyVirtualDisplay.spec +++ b/python-PyVirtualDisplay.spec @@ -1,7 +1,7 @@ # # spec file for package python-PyVirtualDisplay # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed From 087a951485eab08dd8b6a3018ba7680e9c593ca622cd4d7ae075aee346f47a82 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 7 Nov 2019 15:35:49 +0000 Subject: [PATCH 2/2] Run through spec-cleaner OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyVirtualDisplay?expand=0&rev=21 --- python-PyVirtualDisplay.changes | 5 +++++ python-PyVirtualDisplay.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/python-PyVirtualDisplay.changes b/python-PyVirtualDisplay.changes index 1f6c7c8..7b20cc4 100644 --- a/python-PyVirtualDisplay.changes +++ b/python-PyVirtualDisplay.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 7 15:35:24 UTC 2019 - Matej Cepl + +- Run through spec-cleaner + ------------------------------------------------------------------- Tue Dec 18 18:00:11 UTC 2018 - Matej Cepl diff --git a/python-PyVirtualDisplay.spec b/python-PyVirtualDisplay.spec index abd9ddc..f2b319d 100644 --- a/python-PyVirtualDisplay.spec +++ b/python-PyVirtualDisplay.spec @@ -23,7 +23,6 @@ Version: 0.2.1 Release: 0 Summary: Python wrapper for Xvfb, Xephyr and Xvnc License: BSD-2-Clause -Group: Development/Languages/Python URL: https://github.com/ponty/PyVirtualDisplay Source: https://files.pythonhosted.org/packages/source/P/PyVirtualDisplay/PyVirtualDisplay-%{version}.tar.gz BuildRequires: %{python_module setuptools}