From c1c74107c1c6f60f4b35027bff6c03a08efd2e2d0f306a3df054bef149c71803 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 6 Dec 2018 08:34:52 +0000 Subject: [PATCH] Accepting request 654124 from home:jengelh:branches:devel:languages:python - Trim bias from description. Do not put limitations under "features". OBS-URL: https://build.opensuse.org/request/show/654124 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-EasyProcess?expand=0&rev=21 --- python-EasyProcess.changes | 6 ++++++ python-EasyProcess.spec | 14 ++++++++------ 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/python-EasyProcess.changes b/python-EasyProcess.changes index edc8d03..2b71c72 100644 --- a/python-EasyProcess.changes +++ b/python-EasyProcess.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Dec 5 01:05:28 UTC 2018 - Jan Engelhardt + +- Trim bias from description. Do not put limitations under + "features". + ------------------------------------------------------------------- Tue Dec 4 12:47:32 UTC 2018 - Matej Cepl diff --git a/python-EasyProcess.spec b/python-EasyProcess.spec index 6ccb473..244d04c 100644 --- a/python-EasyProcess.spec +++ b/python-EasyProcess.spec @@ -21,7 +21,7 @@ Name: python-EasyProcess Version: 0.2.3 Release: 0 -Summary: Easy to use python subprocess interface +Summary: Python subprocess interface License: BSD-2-Clause Group: Development/Languages/Python URL: https://github.com/ponty/easyprocess @@ -37,24 +37,26 @@ BuildRequires: %{python_module nose} %python_subpackages %description -EasyProcess is an easy to use python subprocess interface. +EasyProcess is a Python subprocess interface. Features include: - layer on top of subprocess module - - easy to start, stop programs - - easy to get standard output/error, return code of programs + - starting and stopping of programs + - retrieval of standard output/error, return code of programs - command can be list or string - logging - timeout - unit-tests - cross-platform, development on linux - global config file with program aliases + - unicode support + - supported python versions: 2.5, 2.6, 2.7, 3.1, 3.2, PyPy + +Limitations: - shell is not supported - pipes are not supported - stdout/stderr is set only after the subprocess has finished - stop() does not kill whole subprocess tree - - unicode support - - supported python versions: 2.5, 2.6, 2.7, 3.1, 3.2, PyPy %prep %setup -q -n EasyProcess-%{version}