|
|
|
@ -9,8 +9,8 @@
|
|
|
|
|
%global srcname pytest-cov
|
|
|
|
|
|
|
|
|
|
Name: python-%{srcname}
|
|
|
|
|
Version: 2.4.0
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 2.5.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Pytest plugin for coverage reporting
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
@ -96,6 +96,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib}:$PWD/tests py.test-%{python3_version}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed May 10 2017 Orion Poplawski <orion@cora.nwra.com> - 2.5.0-1
|
|
|
|
|
- Update to 2.5.0
|
|
|
|
|
|
|
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|