|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
Name: python-coverage
|
|
|
|
|
Summary: Code coverage testing module for Python
|
|
|
|
|
Version: 4.5.4
|
|
|
|
|
Release: 2%{?prever}%{?dist}
|
|
|
|
|
Release: 3%{?prever}%{?dist}
|
|
|
|
|
# jquery(MIT):
|
|
|
|
|
# coverage/htmlfiles/jquery.min.js
|
|
|
|
|
# MIT or GPL:
|
|
|
|
@ -107,6 +107,9 @@ popd
|
|
|
|
|
%{python3_sitearch}/coverage*.egg-info/
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Aug 15 2019 Miro Hrončok <mhroncok@redhat.com> - 4.5.4-3
|
|
|
|
|
- Rebuilt for Python 3.8
|
|
|
|
|
|
|
|
|
|
* Mon Aug 12 2019 Miro Hrončok <mhroncok@redhat.com> - 4.5.4-2
|
|
|
|
|
- Make /usr/bin/coverage Python 3
|
|
|
|
|
- Remove /usr/bin/python*-coverage links to cleanse tab completion results
|
|
|
|
|