|
|
@ -2,7 +2,7 @@
|
|
|
|
%global forgeurl https://github.com/pytest-dev/%{srcname}
|
|
|
|
%global forgeurl https://github.com/pytest-dev/%{srcname}
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-%{srcname}
|
|
|
|
Name: python-%{srcname}
|
|
|
|
Version: 2.12.1
|
|
|
|
Version: 3.0.0
|
|
|
|
%forgemeta
|
|
|
|
%forgemeta
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Coverage plugin for pytest
|
|
|
|
Summary: Coverage plugin for pytest
|
|
|
@ -15,6 +15,15 @@ BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: pyproject-rpm-macros
|
|
|
|
BuildRequires: pyproject-rpm-macros
|
|
|
|
|
|
|
|
BuildRequires: python3dist(pip)
|
|
|
|
|
|
|
|
BuildRequires: python3dist(toml)
|
|
|
|
|
|
|
|
BuildRequires: python3dist(wheel)
|
|
|
|
|
|
|
|
BuildRequires: python3dist(fields)
|
|
|
|
|
|
|
|
BuildRequires: python3dist(pytest) >= 4.6
|
|
|
|
|
|
|
|
BuildRequires: python3dist(coverage) >= 5.2.1
|
|
|
|
|
|
|
|
BuildRequires: python3dist(virtualenv)
|
|
|
|
|
|
|
|
BuildRequires: python3dist(pytest-xdist)
|
|
|
|
|
|
|
|
BuildRequires: python3dist(process-tests)
|
|
|
|
|
|
|
|
|
|
|
|
%global common_description %{expand:
|
|
|
|
%global common_description %{expand:
|
|
|
|
This plugin produces coverage reports. Compared to just using coverage run this
|
|
|
|
This plugin produces coverage reports. Compared to just using coverage run this
|
|
|
@ -47,7 +56,6 @@ Summary: %{summary}
|
|
|
|
sed -r -i '/^[[:blank:]]*.hunter.,[[:blank:]]*$/d' setup.py
|
|
|
|
sed -r -i '/^[[:blank:]]*.hunter.,[[:blank:]]*$/d' setup.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
|
|
|
|
%pyproject_buildrequires -x testing
|
|
|
|
%pyproject_buildrequires -x testing
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|