|
|
@ -1,14 +1,16 @@
|
|
|
|
%global srcname pytest-cov
|
|
|
|
%global srcname pytest-cov
|
|
|
|
|
|
|
|
%global forgeurl https://github.com/pytest-dev/%{srcname}
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-%{srcname}
|
|
|
|
Name: python-%{srcname}
|
|
|
|
Version: 2.11.1
|
|
|
|
Version: 2.11.1
|
|
|
|
|
|
|
|
%forgemeta
|
|
|
|
Release: 6%{?dist}
|
|
|
|
Release: 6%{?dist}
|
|
|
|
Summary: Coverage plugin for pytest
|
|
|
|
Summary: Coverage plugin for pytest
|
|
|
|
|
|
|
|
|
|
|
|
URL: https://pypi.python.org/pypi/%{srcname}
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
|
|
|
|
|
URL: %{forgeurl}
|
|
|
|
|
|
|
|
Source0: %{forgesource}
|
|
|
|
|
|
|
|
|
|
|
|
Source0: https://github.com/pytest-dev/%{srcname}/archive/v%{version}/%{srcname}-%{version}.tar.gz
|
|
|
|
|
|
|
|
Patch0: 0001-fix-for-failing-tests-with-coverage-5.4.patch
|
|
|
|
Patch0: 0001-fix-for-failing-tests-with-coverage-5.4.patch
|
|
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
@ -48,7 +50,7 @@ BuildRequires: python3-pytest-xdist
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -p1 -n %{srcname}-%{version}
|
|
|
|
%forgeautosetup -p1
|
|
|
|
rm -rf *.egg-info
|
|
|
|
rm -rf *.egg-info
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
@ -73,6 +75,7 @@ py.test-%{python3_version} -vv \
|
|
|
|
* Wed Jul 28 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 2.11.1-6
|
|
|
|
* Wed Jul 28 2021 Benjamin A. Beasley <code@musicinmybrain.net> - 2.11.1-6
|
|
|
|
- Drop obsolete macros
|
|
|
|
- Drop obsolete macros
|
|
|
|
- Update description and summary from upstream
|
|
|
|
- Update description and summary from upstream
|
|
|
|
|
|
|
|
- Use “forge” macros to reference source
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.1-5
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.1-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|