|
|
|
@ -4,15 +4,11 @@
|
|
|
|
|
|
|
|
|
|
Name: python-coverage
|
|
|
|
|
Summary: Code coverage testing module for Python
|
|
|
|
|
Version: 6.2
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
# jquery(MIT):
|
|
|
|
|
# coverage/htmlfiles/jquery.min.js
|
|
|
|
|
# MIT or GPL:
|
|
|
|
|
# coverage/htmlfiles/jquery.debounce.min.js
|
|
|
|
|
# coverage/htmlfiles/jquery.hotkeys.js
|
|
|
|
|
# coverage/htmlfiles/jquery.isonscreen.js
|
|
|
|
|
License: ASL 2.0 and MIT and (MIT or GPL)
|
|
|
|
|
Version: 7.3.2
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
# There is a jquery file in tests/ that is MIT OR GPL-2.0-only
|
|
|
|
|
# but it does not end up in the binary package
|
|
|
|
|
License: Apache-2.0
|
|
|
|
|
URL: http://nedbatchelder.com/code/modules/coverage.html
|
|
|
|
|
Source0: https://pypi.python.org/packages/source/c/coverage/coverage-%{version}%{?prever}.tar.gz
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
@ -120,6 +116,75 @@ popd
|
|
|
|
|
%{python3_sitearch}/coverage*.egg-info/
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Dec 28 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 7.3.2-5
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 7.3.2-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jun 07 2024 Python Maint <python-maint@redhat.com> - 7.3.2-4
|
|
|
|
|
- Rebuilt for Python 3.13
|
|
|
|
|
|
|
|
|
|
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 7.3.2-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 7.3.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Oct 3 2023 Tom Callaway <spot@fedoraproject.org> - 7.3.2-1
|
|
|
|
|
- update to 7.3.2
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 7.2.7-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 7.2.7-2
|
|
|
|
|
- Rebuilt for Python 3.12
|
|
|
|
|
|
|
|
|
|
* Mon Jun 5 2023 Tom Callaway <spot@fedoraproject.org> - 7.2.7-1
|
|
|
|
|
- update to 7.2.7
|
|
|
|
|
|
|
|
|
|
* Fri May 26 2023 Tom Callaway <spot@fedoraproject.org> - 7.2.6-1
|
|
|
|
|
- update to 7.2.6
|
|
|
|
|
|
|
|
|
|
* Mon May 1 2023 Tom Callaway <spot@fedoraproject.org> - 7.2.5-1
|
|
|
|
|
- update to 7.2.5
|
|
|
|
|
|
|
|
|
|
* Fri Apr 28 2023 Tom Callaway <spot@fedoraproject.org> - 7.2.4-1
|
|
|
|
|
- update to 7.2.4
|
|
|
|
|
|
|
|
|
|
* Mon Feb 27 2023 Tom Callaway <spot@fedoraproject.org> - 7.2.1-1
|
|
|
|
|
- update to 7.2.1
|
|
|
|
|
|
|
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 7.0.5-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 11 2023 Tom Callaway <spot@fedoraproject.org> - 7.0.5-1
|
|
|
|
|
- update to 7.0.5
|
|
|
|
|
- correct License tag
|
|
|
|
|
|
|
|
|
|
* Fri Dec 30 2022 Tom Callaway <spot@fedoraproject.org> - 7.0.1-1
|
|
|
|
|
- update to 7.0.1
|
|
|
|
|
|
|
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 6.4.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 15 2022 Miro Hrončok <mhroncok@redhat.com> - 6.4.2-1
|
|
|
|
|
- Update to 6.4.2
|
|
|
|
|
- Fix coverage reporting for Python 3.11.0b4+
|
|
|
|
|
- Fixes: rhbz#2049354
|
|
|
|
|
|
|
|
|
|
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 6.3.3-2
|
|
|
|
|
- Rebuilt for Python 3.11
|
|
|
|
|
|
|
|
|
|
* Wed May 18 2022 Tomáš Hrnčiar <thrnciar@redhat.com> - 6.3.3-1
|
|
|
|
|
- Update to 6.3.3
|
|
|
|
|
|
|
|
|
|
* Tue Jan 25 2022 Tom Callaway <spot@fedoraproject.org> - 6.3-1
|
|
|
|
|
- update to 6.3
|
|
|
|
|
|
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 6.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Dec 05 2021 Orion Poplawski <orion@nwra.com> - 6.2-1
|
|
|
|
|
- Update to 6.2
|
|
|
|
|
|