#1 Update to 2.6.0.
Merged 5 years ago by ttomecek. Opened 5 years ago by bowlofeggs.
rpms/ bowlofeggs/python-pytest-cov 2.6.0  into  master

file modified
+1
@@ -6,3 +6,4 @@ 

  /pytest-cov-2.4.0.tar.gz

  /pytest-cov-2.5.0.tar.gz

  /pytest-cov-2.5.1.tar.gz

+ /pytest-cov-2.6.0.tar.gz

file modified
+9 -6
@@ -1,8 +1,8 @@ 

  %global srcname pytest-cov

  

  Name:           python-%{srcname}

- Version:        2.5.1

- Release:        6%{?dist}

+ Version:        2.6.0

+ Release:        1%{?dist}

  Summary:        Pytest plugin for coverage reporting

  

  License:        MIT
@@ -21,7 +21,7 @@ 

  BuildRequires:  python2-devel

  BuildRequires:  python2-setuptools

  BuildRequires:  python2-pytest

- BuildRequires:  python2-coverage >= 3.7.1

+ BuildRequires:  python2-coverage >= 4.4

  # For tests

  #  Not packaged

  #  BuildRequires:  python2-fields
@@ -29,7 +29,7 @@ 

  BuildRequires:  python2-six

  BuildRequires:  python2-virtualenv

  Requires:       python2-pytest

- Requires:       python2-coverage >= 3.7.1

+ Requires:       python2-coverage >= 4.4

  %{?python_provide:%python_provide python2-%{srcname}}

  

  %description -n python2-%{srcname}
@@ -42,7 +42,7 @@ 

  BuildRequires:  python%{python3_pkgversion}-devel

  BuildRequires:  python%{python3_pkgversion}-setuptools

  BuildRequires:  python%{python3_pkgversion}-pytest

- BuildRequires:  python%{python3_pkgversion}-coverage >= 3.7.1

+ BuildRequires:  python%{python3_pkgversion}-coverage >= 4.4

  # For tests

  #  Not packaged

  #  BuildRequires:  python%{python3_pkgversion}-fields
@@ -50,7 +50,7 @@ 

  BuildRequires:  python%{python3_pkgversion}-six

  BuildRequires:  python%{python3_pkgversion}-virtualenv

  Requires:       python%{python3_pkgversion}-pytest

- Requires:       python%{python3_pkgversion}-coverage >= 3.7.1

+ Requires:       python%{python3_pkgversion}-coverage >= 4.4

  %{?python_provide:%python_provide python%{python3_pkgversion}-%{srcname}}

  

  %description -n python%{python3_pkgversion}-%{srcname}
@@ -91,6 +91,9 @@ 

  

  

  %changelog

+ * Wed Dec 05 2018 Randy Barlow <bowlofeggs@fedoraproject.org> - 2.6.0-1

+ - Update to 2.6.0.

+ 

  * Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.1-6

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (pytest-cov-2.5.1.tar.gz) = 4963eba62ae8e7c1a03eb3310c242b6c24c9e711345b3b4c85902a4a1ba74e1c22ebb38dd4c0ddd42d4d8fc12eb22dd3a4d99f392c424bfba0c50b4564bc444f

+ SHA512 (pytest-cov-2.6.0.tar.gz) = e77f411d1b82cad561ad2894327f56997e264e3f58e57ceaa50e0621df013c16de42e0cab122375662129e9d5f6066d12778a80db5de57b3e1e4ef8540ddc632

Build passed, looks good.

I also checked the test run and unfortunately, there is an error with a missing dep:

ModuleNotFoundError: No module named 'fields'

Since the same error happened with 2.5 I'm going to merge.

Pull-Request has been merged by ttomecek

5 years ago