|
|
|
@ -5,7 +5,7 @@
|
|
|
|
|
Name: python-coverage
|
|
|
|
|
Summary: Code coverage testing module for Python
|
|
|
|
|
Version: 5.6
|
|
|
|
|
Release: 0.3%{?prever}%{?dist}
|
|
|
|
|
Release: 0.4%{?prever}%{?dist}
|
|
|
|
|
# jquery(MIT):
|
|
|
|
|
# coverage/htmlfiles/jquery.min.js
|
|
|
|
|
# MIT or GPL:
|
|
|
|
@ -23,6 +23,8 @@ execution. It uses the code analysis tools and tracing hooks provided in the
|
|
|
|
|
Python standard library to determine which lines are executable, and which
|
|
|
|
|
have been executed.
|
|
|
|
|
|
|
|
|
|
%{?python_extras_subpkg:%python_extras_subpkg -n python%{python3_pkgversion}-coverage -i %{python3_sitearch}/coverage*.egg-info toml}
|
|
|
|
|
|
|
|
|
|
%if %{py2support}
|
|
|
|
|
|
|
|
|
|
%package -n python2-coverage
|
|
|
|
@ -118,6 +120,9 @@ popd
|
|
|
|
|
%{python3_sitearch}/coverage*.egg-info/
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Oct 04 2021 Charalampos Stratakis <cstratak@redhat.com> - 5.6-0.4b1
|
|
|
|
|
- Provide the extra toml package (rhbz#2010422)
|
|
|
|
|
|
|
|
|
|
* Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.6-0.3b1
|
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
|
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|