fix issue:将当前python-pytest-cov在master分支从3.0.0版本升级至最新稳定版本4.1.0
This commit is contained in:
parent
d3a31898a4
commit
0407d297f8
Binary file not shown.
BIN
pytest-cov-4.1.0.tar.gz
Normal file
BIN
pytest-cov-4.1.0.tar.gz
Normal file
Binary file not shown.
@ -1,12 +1,12 @@
|
||||
%bcond_with test
|
||||
|
||||
Name: python-pytest-cov
|
||||
Version: 3.0.0
|
||||
Version: 4.1.0
|
||||
Release: 1
|
||||
Summary: Pytest plugin for measuring coverage
|
||||
License: MIT
|
||||
URL: https://pypi.org/project/pytest-cov/
|
||||
Source0: https://files.pythonhosted.org/packages/61/41/e046526849972555928a6d31c2068410e47a31fb5ab0a77f868596811329/pytest-cov-3.0.0.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/61/41/e046526849972555928a6d31c2068410e47a31fb5ab0a77f868596811329/pytest-cov-4.1.0.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
@ -40,7 +40,7 @@ All features offered by the coverage package should work, either through pytest-
|
||||
or through coverage’s config file.
|
||||
|
||||
%prep
|
||||
%autosetup -n pytest-cov-3.0.0 -p1
|
||||
%autosetup -n pytest-cov-4.1.0 -p1
|
||||
|
||||
%build
|
||||
%py3_build
|
||||
@ -58,6 +58,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib}:$PWD/tests py.test-%{python3_version}
|
||||
%{python3_sitelib}/*
|
||||
|
||||
%changelog
|
||||
* Fri Jun 9 2023 chaozhangm <chaozhangm@isoftstone.com> - 4.1.0-1
|
||||
- update to 4.1.0
|
||||
|
||||
* Tue Apr 26 2022 caodongxia <caodongxia@h-partners.com> - 3.0.0-1
|
||||
- update to 3.0.0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user