From 6767f3b1668c1781eb14674d31791e47f81557e37aada83ad1366dc9d45624d7 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 14 Oct 2019 13:43:15 +0000 Subject: [PATCH 1/2] Fix %pytest call OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-EasyProcess?expand=0&rev=31 --- python-EasyProcess.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/python-EasyProcess.spec b/python-EasyProcess.spec index 0365cb8..0735c02 100644 --- a/python-EasyProcess.spec +++ b/python-EasyProcess.spec @@ -68,7 +68,6 @@ sed -i "s/'python'/sys.executable/" easyprocess/examples/*.py rm -f tests/coverage/fast/test_deadlock.py 2to3 -w easyprocess/examples/log.py - %build %python_build From cbeda2eda06bd510edf5e4ea5e30b3414c5666ad86a7fe1cdca497ad8d0ea2f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 5 Nov 2019 09:53:56 +0000 Subject: [PATCH 2/2] - Update with spec-cleaner OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-EasyProcess?expand=0&rev=32 --- python-EasyProcess.changes | 5 +++++ python-EasyProcess.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/python-EasyProcess.changes b/python-EasyProcess.changes index 03ffc8b..1a279ad 100644 --- a/python-EasyProcess.changes +++ b/python-EasyProcess.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 5 09:53:44 UTC 2019 - Tomáš Chvátal + +- Update with spec-cleaner + ------------------------------------------------------------------- Sun Sep 15 03:11:23 UTC 2019 - John Vandenberg diff --git a/python-EasyProcess.spec b/python-EasyProcess.spec index 0735c02..7b2925d 100644 --- a/python-EasyProcess.spec +++ b/python-EasyProcess.spec @@ -22,7 +22,6 @@ Version: 0.2.7 Release: 0 Summary: Python subprocess interface License: BSD-2-Clause -Group: Development/Languages/Python URL: https://github.com/ponty/easyprocess Source: https://github.com/ponty/EasyProcess/archive/%{version}.tar.gz BuildRequires: %{python_module nose}