!9 update to 5.5

From: @li-mingzhou
Reviewed-by: @small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2021-08-13 03:19:39 +00:00 committed by Gitee
commit 252dd52053
3 changed files with 6 additions and 8 deletions

Binary file not shown.

BIN
coverage-5.5.tar.gz Normal file

Binary file not shown.

View File

@ -1,21 +1,16 @@
Name: python-coverage
Version: 5.4
Version: 5.5
Release: 1
Summary: Code coverage measurement for Python
License: ASL 2.0 and MIT and (MIT or GPL)
License: Apache-2.0
URL: https://coverage.readthedocs.io/en/coverage-%{version}/
Source0: https://pypi.python.org/packages/source/c/coverage/coverage-%{version}.tar.gz
BuildRequires: gcc
%description
Coverage.py is a tool for measuring code coverage of Python programs. It monitors
your program, noting which parts of the code have been executed, then analyzes the
source to identify code that could have been executed but was not.
Coverage measurement is typically used to gauge the effectiveness of tests. It can
show which parts of your code are being exercised by tests, and which are not.
Coverage.py measures code coverage, typically during test execution. It uses the code analysis tools and tracing hooks provided in the Python standard library to determine which lines are executable, and which have been executed.
%package -n python3-coverage
Summary: Code coverage measurement for Python 3
@ -61,6 +56,9 @@ popd
%{python3_sitearch}/coverage-%{version}-py?.?.egg-info/
%changelog
* Sun Jul 25 2021 OpenStack_SIG <openstack@openeuler.org> - 5.5-1
- Package update to 5.5.1
* Sat Jan 30 2021 xihaochen <xihaochen@huawei.com> - 5.4-1
- Type:requirements
- Id:NA