Hello community, here is the log from the commit of package python-capturer for openSUSE:Factory checked in at 2018-06-13 15:38:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-capturer (Old) and /work/SRC/openSUSE:Factory/.python-capturer.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-capturer" Wed Jun 13 15:38:11 2018 rev:2 rq:615178 version:2.4 Changes: -------- --- /work/SRC/openSUSE:Factory/python-capturer/python-capturer.changes 2018-05-15 10:31:19.980747642 +0200 +++ /work/SRC/openSUSE:Factory/.python-capturer.new/python-capturer.changes 2018-06-13 15:38:38.130227155 +0200 @@ -1,0 +2,5 @@ +Thu Jun 7 20:32:56 UTC 2018 - [email protected] + +- Ensure neutrality of description. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-capturer.spec ++++++ --- /var/tmp/diff_new_pack.tTyhsS/_old 2018-06-13 15:38:38.926197864 +0200 +++ /var/tmp/diff_new_pack.tTyhsS/_new 2018-06-13 15:38:38.930197717 +0200 @@ -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 @@ %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}
