update to 3.0.0
This commit is contained in:
parent
f4ed99089a
commit
3704d2544f
Binary file not shown.
BIN
pytest-cov-3.0.0.tar.gz
Normal file
BIN
pytest-cov-3.0.0.tar.gz
Normal file
Binary file not shown.
@ -1,12 +1,12 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
|
|
||||||
Name: python-pytest-cov
|
Name: python-pytest-cov
|
||||||
Version: 2.5.1
|
Version: 3.0.0
|
||||||
Release: 8
|
Release: 1
|
||||||
Summary: Pytest plugin for measuring coverage
|
Summary: Pytest plugin for measuring coverage
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://pypi.org/project/pytest-cov/
|
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
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -40,7 +40,7 @@ All features offered by the coverage package should work, either through pytest-
|
|||||||
or through coverage’s config file.
|
or through coverage’s config file.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n pytest-cov-2.5.1 -p1
|
%autosetup -n pytest-cov-3.0.0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -58,6 +58,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib}:$PWD/tests py.test-%{python3_version}
|
|||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri 11 Sep 2020 wangyue <wangyue92@huawei.com> - 2.5.1-8
|
||||||
- Remove python2-pytest-cov
|
- Remove python2-pytest-cov
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user