From 614ed12ecfc68e488b8d65ad3385bc29e29be15f1d26ac7ea3e8f1bd0799bdbd Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 8 Jun 2018 08:08:34 +0000 Subject: [PATCH] Accepting request 615072 from home:jengelh:branches:devel:languages:python - Ensure neutrality of description. OBS-URL: https://build.opensuse.org/request/show/615072 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-capturer?expand=0&rev=4 --- python-capturer.changes | 5 +++++ python-capturer.spec | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/python-capturer.changes b/python-capturer.changes index bc7034b..2dc9126 100644 --- a/python-capturer.changes +++ b/python-capturer.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jun 7 20:32:56 UTC 2018 - jengelh@inai.de + +- Ensure neutrality of description. + ------------------------------------------------------------------- Thu May 3 14:07:08 UTC 2018 - toddrme2178@gmail.com diff --git a/python-capturer.spec b/python-capturer.spec index 71763e0..39451b1 100644 --- a/python-capturer.spec +++ b/python-capturer.spec @@ -21,7 +21,7 @@ Name: python-capturer Version: 2.4 Release: 0 -Summary: Easily capture stdout/stderr of the current process and subprocesses +Summary: Python module for capturing stdout/stderr of the current process group License: MIT Group: Development/Languages/Python Url: https://capturer.readthedocs.io @@ -39,13 +39,13 @@ BuildArch: noarch %python_subpackages %description -The capturer package makes it easy to capture the stdout and stderr streams +The capturer package captures the stdout and stderr streams of the current process *and subprocesses*. Output can be relayed to the -terminal in real time but is also available to the Python program for +terminal in real time, but is also available to the Python program for additional processing. It's currently tested on cPython 2.6, 2.7, 3.4, 3.5, 3.6 and PyPy (2.7). It's tested on Linux and Mac OS X and may work on other unixes but definitely won't work on Windows (due to the use of the platform dependent -pty_ module). +"pty" module). %prep %setup -q -n capturer-%{version}