forked from pool/python-delegator.py
Accepting request 690280 from devel:languages:python
- Replace useless descriptions. OBS-URL: https://build.opensuse.org/request/show/690280 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-delegator.py?expand=0&rev=2
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 15 18:51:31 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Replace useless descriptions.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 7 08:26:37 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
Thu Mar 7 08:26:37 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||||||
|
|
||||||
|
@@ -12,25 +12,26 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-delegator.py
|
Name: python-delegator.py
|
||||||
Version: 0.1.1
|
Version: 0.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
|
Summary: Python library for dealing with subprocesses
|
||||||
License: MIT
|
License: MIT
|
||||||
Summary: Subprocesses for Humans 2.0
|
|
||||||
Url: https://github.com/kennethreitz/delegator.py
|
|
||||||
Group: Development/Languages/Python
|
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
|
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
|
Source1: https://raw.githubusercontent.com/kennethreitz/delegator.py/master/tests/test_chain.py
|
||||||
Patch0: exclude-eof-from-result.patch
|
Patch0: exclude-eof-from-result.patch
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: %{python_module pexpect >= 4.1.0}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module pexpect >= 4.1.0}
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-pexpect >= 4.1.0
|
Requires: python-pexpect >= 4.1.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Conflicts: python-delegator
|
Conflicts: python-delegator
|
||||||
@@ -38,7 +39,8 @@ Conflicts: python-delegator
|
|||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%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
|
%prep
|
||||||
%setup -q -n delegator.py-%{version}
|
%setup -q -n delegator.py-%{version}
|
||||||
|
Reference in New Issue
Block a user