#6 Provide the extra toml package (rhbz#2010422)
Merged 2 years ago by spot. Opened 2 years ago by cstratak.
rpms/ cstratak/python-coverage rawhide  into  rawhide

file modified
+6 -1
@@ -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 @@ 

  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 @@ 

  %{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

no initial comment

Pull-Request has been merged by spot

2 years ago
Metadata