update to 3.0.0

This commit is contained in:
caodongxia 2022-04-26 19:39:20 +08:00
parent f4ed99089a
commit 3704d2544f
3 changed files with 7 additions and 4 deletions

Binary file not shown.

BIN
pytest-cov-3.0.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,12 @@
%bcond_with test
Name: python-pytest-cov
Version: 2.5.1
Release: 8
Version: 3.0.0
Release: 1
Summary: Pytest plugin for measuring coverage
License: MIT
URL: https://pypi.org/project/pytest-cov/
Source0: https://files.pythonhosted.org/packages/24/b4/7290d65b2f3633db51393bdf8ae66309b37620bc3ec116c5e357e3e37238/pytest-cov-2.5.1.tar.gz
Source0: https://files.pythonhosted.org/packages/61/41/e046526849972555928a6d31c2068410e47a31fb5ab0a77f868596811329/pytest-cov-3.0.0.tar.gz
BuildArch: noarch
@ -40,7 +40,7 @@ All features offered by the coverage package should work, either through pytest-
or through coverages config file.
%prep
%autosetup -n pytest-cov-2.5.1 -p1
%autosetup -n pytest-cov-3.0.0 -p1
%build
%py3_build
@ -58,6 +58,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib}:$PWD/tests py.test-%{python3_version}
%{python3_sitelib}/*
%changelog
* Tue Apr 26 2022 caodongxia <caodongxia@h-partners.com> - 3.0.0-1
- update to 3.0.0
* Fri 11 Sep 2020 wangyue <wangyue92@huawei.com> - 2.5.1-8
- Remove python2-pytest-cov