Provide the extra toml package (rhbz#2010422)

epel9
Charalampos Stratakis 3 years ago
parent 6c55d94fbb
commit 13652ed790

@ -5,7 +5,7 @@
Name: python-coverage Name: python-coverage
Summary: Code coverage testing module for Python Summary: Code coverage testing module for Python
Version: 5.6 Version: 5.6
Release: 0.3%{?prever}%{?dist} Release: 0.4%{?prever}%{?dist}
# jquery(MIT): # jquery(MIT):
# coverage/htmlfiles/jquery.min.js # coverage/htmlfiles/jquery.min.js
# MIT or GPL: # 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 Python standard library to determine which lines are executable, and which
have been executed. have been executed.
%{?python_extras_subpkg:%python_extras_subpkg -n python%{python3_pkgversion}-coverage -i %{python3_sitearch}/coverage*.egg-info toml}
%if %{py2support} %if %{py2support}
%package -n python2-coverage %package -n python2-coverage
@ -118,6 +120,9 @@ popd
%{python3_sitearch}/coverage*.egg-info/ %{python3_sitearch}/coverage*.egg-info/
%changelog %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 * Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.6-0.3b1
- Second attempt - Rebuilt for - Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

Loading…
Cancel
Save