1
0

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:
Dominique Leuenberger 2019-04-05 10:00:38 +00:00 committed by Git OBS Bridge
commit e918b794ce
2 changed files with 13 additions and 6 deletions

View File

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

View File

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