Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
f1d9ebc0b6
!18 修改pytest-conv py3到pyproject
From: @luolu12 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2023-08-09 09:20:57 +00:00
luolu_girl
9afb41bf3c update python-pytest-cov.spec. 2023-07-12 17:13:19 +08:00
openeuler-ci-bot
c7139f086c
!17 fix issue:将当前python-pytest-cov在master分支从3.0.0版本升级至 最新稳定版本4.1.0
From: @zhangchao13 
Reviewed-by: @licihua 
Signed-off-by: @licihua
2023-06-19 06:18:20 +00:00
zhangchao13
0407d297f8 fix issue:将当前python-pytest-cov在master分支从3.0.0版本升级至最新稳定版本4.1.0 2023-06-12 17:40:21 +08:00
openeuler-ci-bot
d3a31898a4
!11 fix error date format in %changelog
From: @ikernel-mryao 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
2022-12-28 02:57:46 +00:00
openeuler-ci-bot
352d7bdbba
!8 【轻量级 PR】:fix bad date in %changelog
From: @leeffo 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
2022-12-28 02:57:32 +00:00
yaoguangzhong
1bc1b3be13 fix error date format in %changelog
Signed-off-by: Guangzhong Yao <yaoguangzhong@xfusion.com>
2022-12-27 11:01:04 +08:00
loong-C
667f058f0a
fix bad date in %changelog 2022-06-17 07:56:11 +00:00
openeuler-ci-bot
61422ccd09
!7 update to 3.0.0
From: @caodongxia 
Reviewed-by: @zhuchunyi 
Signed-off-by: @zhuchunyi
2022-04-27 01:39:01 +00:00
caodongxia
3704d2544f update to 3.0.0 2022-04-26 19:39:20 +08:00
3 changed files with 22 additions and 7 deletions

Binary file not shown.

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

Binary file not shown.

View File

@ -1,15 +1,21 @@
%bcond_with test
Name: python-pytest-cov
Version: 2.5.1
Release: 8
Version: 4.1.0
Release: 2
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-4.1.0.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-hatchling
%description
This plugin produces coverage reports. Compared to just using coverage run this plugin does some extras:
* Subprocess support: you can fork or run stuff in a subprocess and will get covered without any fuss.
@ -40,13 +46,13 @@ 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-4.1.0 -p1
%build
%py3_build
%pyproject_build
%install
%py3_install
%pyproject_install
%check
%if %{with test}
@ -58,7 +64,16 @@ PYTHONPATH=%{buildroot}%{python3_sitelib}:$PWD/tests py.test-%{python3_version}
%{python3_sitelib}/*
%changelog
* Fri 11 Sep 2020 wangyue <wangyue92@huawei.com> - 2.5.1-8
* Wed Jul 12 2023 luluoc <luluoc@isoftstone.com> - 4.1.0-2
- change py3 to pyproject
* 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
* Fri Sep 11 2020 wangyue <wangyue92@huawei.com> - 2.5.1-8
- Remove python2-pytest-cov
* Wed Jan 8 2020 lingsheng <lingsheng@huawei.com> - 2.5.1-7