diff --git a/python-delegator.py.changes b/python-delegator.py.changes index 005bdd9..433c450 100644 --- a/python-delegator.py.changes +++ b/python-delegator.py.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 15 18:51:31 UTC 2019 - Jan Engelhardt + +- Replace useless descriptions. + ------------------------------------------------------------------- Thu Mar 7 08:26:37 AM UTC 2019 - John Vandenberg diff --git a/python-delegator.py.spec b/python-delegator.py.spec index e050902..db4c921 100644 --- a/python-delegator.py.spec +++ b/python-delegator.py.spec @@ -12,25 +12,26 @@ # 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/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-delegator.py Version: 0.1.1 Release: 0 +Summary: Python library for dealing with subprocesses License: MIT -Summary: Subprocesses for Humans 2.0 -Url: https://github.com/kennethreitz/delegator.py Group: Development/Languages/Python +Url: https://github.com/kennethreitz/delegator.py Source: https://files.pythonhosted.org/packages/source/d/delegator.py/delegator.py-%{version}.tar.gz Source1: https://raw.githubusercontent.com/kennethreitz/delegator.py/master/tests/test_chain.py Patch0: exclude-eof-from-result.patch -BuildRequires: python-rpm-macros +BuildRequires: %{python_module pexpect >= 4.1.0} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module pexpect >= 4.1.0} BuildRequires: fdupes +BuildRequires: python-rpm-macros Requires: python-pexpect >= 4.1.0 BuildArch: noarch Conflicts: python-delegator @@ -38,7 +39,8 @@ Conflicts: python-delegator %python_subpackages %description -Subprocesses for Humans 2.0. +Delegator.py is a library for dealing with subprocesses, inspired +by both "envoy" and "pexpect" (in fact, it depends on it). %prep %setup -q -n delegator.py-%{version}