|
|
|
@ -1,8 +1,8 @@
|
|
|
|
|
%global srcname pytest-cov
|
|
|
|
|
|
|
|
|
|
Name: python-%{srcname}
|
|
|
|
|
Version: 2.5.1
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
Version: 2.6.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Pytest plugin for coverage reporting
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
@ -21,7 +21,7 @@ Summary: Pytest plugin for coverage reporting
|
|
|
|
|
BuildRequires: python2-devel
|
|
|
|
|
BuildRequires: python2-setuptools
|
|
|
|
|
BuildRequires: python2-pytest
|
|
|
|
|
BuildRequires: python2-coverage >= 3.7.1
|
|
|
|
|
BuildRequires: python2-coverage >= 4.4
|
|
|
|
|
# For tests
|
|
|
|
|
# Not packaged
|
|
|
|
|
# BuildRequires: python2-fields
|
|
|
|
@ -29,7 +29,7 @@ BuildRequires: python2-process-tests
|
|
|
|
|
BuildRequires: python2-six
|
|
|
|
|
BuildRequires: python2-virtualenv
|
|
|
|
|
Requires: python2-pytest
|
|
|
|
|
Requires: python2-coverage >= 3.7.1
|
|
|
|
|
Requires: python2-coverage >= 4.4
|
|
|
|
|
%{?python_provide:%python_provide python2-%{srcname}}
|
|
|
|
|
|
|
|
|
|
%description -n python2-%{srcname}
|
|
|
|
@ -42,7 +42,7 @@ Summary: Pytest plugin for coverage reporting
|
|
|
|
|
BuildRequires: python%{python3_pkgversion}-devel
|
|
|
|
|
BuildRequires: python%{python3_pkgversion}-setuptools
|
|
|
|
|
BuildRequires: python%{python3_pkgversion}-pytest
|
|
|
|
|
BuildRequires: python%{python3_pkgversion}-coverage >= 3.7.1
|
|
|
|
|
BuildRequires: python%{python3_pkgversion}-coverage >= 4.4
|
|
|
|
|
# For tests
|
|
|
|
|
# Not packaged
|
|
|
|
|
# BuildRequires: python%{python3_pkgversion}-fields
|
|
|
|
@ -50,7 +50,7 @@ BuildRequires: python%{python3_pkgversion}-process-tests
|
|
|
|
|
BuildRequires: python%{python3_pkgversion}-six
|
|
|
|
|
BuildRequires: python%{python3_pkgversion}-virtualenv
|
|
|
|
|
Requires: python%{python3_pkgversion}-pytest
|
|
|
|
|
Requires: python%{python3_pkgversion}-coverage >= 3.7.1
|
|
|
|
|
Requires: python%{python3_pkgversion}-coverage >= 4.4
|
|
|
|
|
%{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}}
|
|
|
|
|
|
|
|
|
|
%description -n python%{python3_pkgversion}-%{srcname}
|
|
|
|
@ -91,6 +91,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib}:$PWD/tests py.test-%{python3_version}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Dec 05 2018 Randy Barlow <bowlofeggs@fedoraproject.org> - 2.6.0-1
|
|
|
|
|
- Update to 2.6.0.
|
|
|
|
|
|
|
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.1-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|