diff --git a/python-pytest-cov.spec b/python-pytest-cov.spec index aa14e77..a665b47 100644 --- a/python-pytest-cov.spec +++ b/python-pytest-cov.spec @@ -7,15 +7,15 @@ %bcond_without python2 %endif -Name: python-%{srcname} +Name: python-%{srcname} Version: 2.11.1 -Release: 2%{?dist} -URL: https://pypi.python.org/pypi/%{srcname} +Release: 3%{?dist} +URL: https://pypi.python.org/pypi/%{srcname} License: MIT Summary: Pytest plugin for coverage reporting Source0: https://github.com/pytest-dev/%{srcname}/archive/v%{version}/%{srcname}-%{version}.tar.gz -Patch0: 0001-fix-for-failing-tests-with-coverage-5.4.patch +Patch0: 0001-fix-for-failing-tests-with-coverage-5.4.patch BuildArch: noarch @@ -64,9 +64,12 @@ py.test-%{python3_version} -vv \ %changelog -* Fri Jan 29 2021 Chedi Toueiti - 2.11.1-2 +* Fri Jan 29 2021 Chedi Toueiti - 2.11.1-3 - Fix for failing tests with coverage 5.4 (#1922301) +* Wed Jan 27 2021 Fedora Release Engineering - 2.11.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Jan 20 2021 Chedi Toueiti - 2.11.1-1 - Update to 2.11.1 (#1917248)