From a16c98f1195c80517ee67c185c4c83d3baa794357f1597247ab2fda2132d21e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sun, 17 Mar 2019 15:31:57 +0000 Subject: [PATCH] Accepting request 685443 from home:jengelh:branches:devel:languages:python - Replace useless descriptions. OBS-URL: https://build.opensuse.org/request/show/685443 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-delegator.py?expand=0&rev=2 --- python-delegator.py.changes | 5 +++++ python-delegator.py.spec | 14 ++++++++------ 2 files changed, 13 insertions(+), 6 deletions(-) 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}