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}