1
0
forked from pool/python-mutmut
Tomáš Chvátal 2019-10-14 10:31:11 +00:00 committed by Git OBS Bridge
parent d2149eee40
commit 3fd620780d

View File

@ -12,7 +12,8 @@
# 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-%{**}}
@ -21,31 +22,31 @@
Name: python-mutmut Name: python-mutmut
Version: 1.5.1 Version: 1.5.1
Release: 0 Release: 0
License: BSD-3-Clause
Summary: Python mutation testing Summary: Python mutation testing
Url: https://github.com/boxed/mutmut License: BSD-3-Clause
Group: Development/Languages/Python Group: Development/Languages/Python
Url: https://github.com/boxed/mutmut
Source: https://files.pythonhosted.org/packages/source/m/mutmut/mutmut-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/m/mutmut/mutmut-%{version}.tar.gz
Patch0: https://github.com/boxed/mutmut/commit/merged_4405bafe.patch Patch0: https://github.com/boxed/mutmut/commit/merged_4405bafe.patch
Patch1: https://github.com/boxed/mutmut/commit/bd386631.patch#/pr_134.patch Patch1: https://github.com/boxed/mutmut/commit/bd386631.patch#/pr_134.patch
# Backport of https://github.com/boxed/mutmut/pull/148 # Backport of https://github.com/boxed/mutmut/pull/148
Patch2: pr_148.patch Patch2: pr_148.patch
BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
# SECTION test requirements # SECTION test requirements
BuildRequires: %{python_module click} BuildRequires: %{python_module click}
BuildRequires: %{python_module coverage}
BuildRequires: %{python_module glob2} BuildRequires: %{python_module glob2}
BuildRequires: %{python_module junit-xml >= 1.8} BuildRequires: %{python_module junit-xml >= 1.8}
BuildRequires: %{python_module mock >= 2.0.0}
BuildRequires: %{python_module parso} BuildRequires: %{python_module parso}
BuildRequires: %{python_module pony} BuildRequires: %{python_module pony}
BuildRequires: %{python_module tri.declarative >= 3.0.0}
BuildRequires: %{python_module coverage}
BuildRequires: %{python_module mock >= 2.0.0}
BuildRequires: %{python_module pytest >= 2.8.7} BuildRequires: %{python_module pytest >= 2.8.7}
BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module tri.declarative >= 3.0.0}
BuildRequires: %{python_module whatthepatch >= 0.0.5} BuildRequires: %{python_module whatthepatch >= 0.0.5}
BuildRequires: patch
BuildRequires: ed BuildRequires: ed
BuildRequires: patch
# /SECTION # /SECTION
BuildRequires: fdupes BuildRequires: fdupes
Requires: python-click Requires: python-click