14
0

Accepting request 1030587 from home:jayvdb:branches:devel:languages:python

- Replace custom exclude-eof-from-result.patch with merged_pr_62.patch

OBS-URL: https://build.opensuse.org/request/show/1030587
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-delegator.py?expand=0&rev=7
This commit is contained in:
2022-10-24 11:42:51 +00:00
committed by Git OBS Bridge
parent a16c98f119
commit 9be0228ca4
4 changed files with 165 additions and 43 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-delegator.py
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,10 +23,10 @@ Release: 0
Summary: Python library for dealing with subprocesses
License: MIT
Group: Development/Languages/Python
Url: https://github.com/kennethreitz/delegator.py
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
Patch0: merged_pr_62.patch
BuildRequires: %{python_module pexpect >= 4.1.0}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}