Hello community,

here is the log from the commit of package python-EasyProcess for 
openSUSE:Factory checked in at 2018-12-13 19:47:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-EasyProcess (Old)
 and      /work/SRC/openSUSE:Factory/.python-EasyProcess.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-EasyProcess"

Thu Dec 13 19:47:31 2018 rev:13 rq:655545 version:0.2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-EasyProcess/python-EasyProcess.changes    
2017-08-29 11:48:11.925494502 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-EasyProcess.new.28833/python-EasyProcess.changes
 2018-12-13 19:47:31.612772238 +0100
@@ -1,0 +2,11 @@
+Wed Dec  5 01:05:28 UTC 2018 - Jan Engelhardt <jeng...@inai.de>
+
+- Trim bias from description. Do not put limitations under
+  "features".
+
+-------------------------------------------------------------------
+Tue Dec  4 12:47:32 UTC 2018 - Matej Cepl <mc...@suse.com>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-EasyProcess.spec ++++++
--- /var/tmp/diff_new_pack.DAH3Do/_old  2018-12-13 19:47:32.048771673 +0100
+++ /var/tmp/diff_new_pack.DAH3Do/_new  2018-12-13 19:47:32.048771673 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-EasyProcess
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -21,42 +21,42 @@
 Name:           python-EasyProcess
 Version:        0.2.3
 Release:        0
-Url:            https://github.com/ponty/easyprocess
-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
 Source:         
https://files.pythonhosted.org/packages/source/E/EasyProcess/EasyProcess-%{version}.tar.gz
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  python3-2to3
-BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module setuptools}
+BuildArch:      noarch
 %if %{with test}
 BuildRequires:  %{python_module nose}
 %endif
-BuildArch:      noarch
-
 %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}
@@ -79,8 +79,8 @@
 %endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE.txt README.rst
+%license LICENSE.txt
+%doc README.rst
 %{python_sitelib}/*
 
 %changelog


Reply via email to