15
0

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
This commit is contained in:
2018-06-08 08:08:34 +00:00
committed by Git OBS Bridge
parent 1b64b3657f
commit 614ed12ecf
2 changed files with 9 additions and 4 deletions

View File

@@ -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

View File

@@ -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}